Skip to content

Commit

Permalink
yet another fix for the README
Browse files Browse the repository at this point in the history
  • Loading branch information
GNSPS committed Aug 19, 2018
1 parent 8d61f10 commit d5e8f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The proxy `delegatecall`'s a previously deployed "constructor master copy" at de
Might be easier with an image. 😄

<img src="https://user-images.githubusercontent.com/4008213/44305243-ae3e9d00-a36a-11e8-9871-87e303d83fb6.png">
*Legend*: LC there means "Large Contract"

The way I am dividing a compiled Solidity contract is, very simply, by finding the first occurrence of these two bytes `f300` (`0xf3` being **RETURN** and `0x00` being **STOP**) and then considering the part before (including these bytes) the constructor bytecode and the part after the runtime bytecode. I then prepend a small constructor to each one of these to make them independently deployable to the chain.

Expand Down

0 comments on commit d5e8f30

Please sign in to comment.