monperrus / solassembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline Assembly Data in Solidity Smart Contracts

./contracts/

contain the hash of the address corresponding to the contracts with ds1-4.

./bytecodes/

contian the bytecode of ds2 and ds5, you can get ds3 and ds4 by the contracts in ./contracts/

./sourcecodes

contain the sourcecode named by the hash of the address corresponding to the contracts with ds1.

./others/

contain the inline segment code of ds5.

The research survey url is here

About