Skip to content

cartoonitunes/holon-dao-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitnation Holon DAO — Bytecode Verification

Contract address: 0x5aaeb6053f3e94c9b9a09f33669435e7ef1beaed
Deployed: Feb 17, 2016 (block 1,019,844)
Deployer: 0xd1220a0cf47c7b9be7a2e6ba89f429762e7b9adb (alex.vandesande.eth)
Compiler: Solidity v0.2.2 (optimizer enabled)
Match: Exact (0 byte differences)

Source

holon.sol — Bitnation Holon DAO contract, first proposal contract for the Bitnation DAO seed.

The source was reconstructed by matching the original bytecode exactly. Key discovery: in Solidity 0.2.2, state variable auto-getter continuations are queued at their source declaration position, not at the top of the contract. The string public constitutionLink variable must be declared between updateConstitutionLink and changeMembership to produce the correct continuation order.

Verification

npm install solc@0.2.2
node verify.js

Links

About

Bytecode verification for Bitnation Holon DAO (0x5aae) — Solidity 0.2.2 exact match

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors