Skip to content

Commit

Permalink
Merge pull request #1705 from leejames00/fix-1167
Browse files Browse the repository at this point in the history
typo fix in EIP1167
  • Loading branch information
gcolvin authored Jan 30, 2019
2 parents b0239ee + 85f0aae commit 254b284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-1167.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This standard supports use-cases wherein it is desireable to clone exact contrac

## Specification
<!--The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations for any of the current Ethereum platforms (go-ethereum, parity, cpp-ethereum, ethereumj, ethereumjs, and [others](https://github.com/ethereum/wiki/wiki/Clients)).-->
The exact bytecode of the standard clone contract is this: `363d3d373d3d3d363d73bebebebebebebebebebebebebebebebebebebebe5af43d82803e903d91602b57fd5bf3` wherein the bytes at idices 10 - 29 (inclusive) are replaced with the 20 byte address of the master functionality contract.
The exact bytecode of the standard clone contract is this: `363d3d373d3d3d363d73bebebebebebebebebebebebebebebebebebebebe5af43d82803e903d91602b57fd5bf3` wherein the bytes at indices 10 - 29 (inclusive) are replaced with the 20 byte address of the master functionality contract.

A reference implementation of this can be found at the [optionality/clone-factory](https://github.com/optionality/clone-factory) github repo.

Expand Down

0 comments on commit 254b284

Please sign in to comment.