This contract is not yet documented
Know something about this contract? Switch to the History tab and suggest an edit to help preserve Ethereum history.
Key Facts
Source Verified
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Frontier Era
The initial release of Ethereum. A bare-bones implementation for technical users.
Bytecode Overview
Verified Source Available
Source verified on Etherscan.
Show source code (Solidity)
contract SimpleStorage {
uint storedData;
function set(uint x) {
storedData = x;
}
function get() constant returns (uint retVal) {
return storedData;
}
}External Links
Related contracts
Contract 0xd7a5e0...a1de54
Same deployerA one slot bytes32 store from the first days of 2016 that logs who wrote to it.
0xd7a5e0...a1de54January 1, 2016Store
Same deployerA one slot bytes32 store from the first days of 2016 that logs who wrote to it.
0x791e7f...f8a790January 1, 2016Contract 0xd66cef...47e5cf
Same deployerA one slot bytes32 store from the first days of 2016 that logs who wrote to it.
0xd66cef...47e5cfJanuary 1, 2016Contract 0xe2deb6...8d109c
Same deployerA one slot bytes32 store from the first days of 2016 that logs who wrote to it.
0xe2deb6...8d109cJanuary 2, 2016Contract 0xf9f0ce...76c8cc
Same deployerA one slot bytes32 store from the first days of 2016 that logs who wrote to it.
0xf9f0ce...76c8ccJanuary 3, 2016