EternalStorage
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EternalStorage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9692571 | 5 years ago | | | 0 | 0.00028368000 | |
| 9692544 | 5 years ago | | | 0 | 0.00028039000 | |
| 9692540 | 5 years ago | | | 0 | 0.00028003000 | |
| 9680583 | 5 years ago | | | 0 | 0.00028368000 | |
| 9680580 | 5 years ago | | | 0 | 0.00028039000 | |
| 9680579 | 5 years ago | | | 0 | 0.00027991000 | |
| 9680562 | 5 years ago | | | 0 | 0.00028368000 |
ABI
ABI objects
Getter at block 21288666
This contract contains no getter function objects.
Read-only
getAddress(bytes32 _key) view returns (address)
getBool(bytes32 _key) view returns (bool)
getBytes(bytes32 _key) view returns (bytes32)
getInt(bytes32 _key) view returns (int256)
getString(bytes32 _key) view returns (string)
getUint(bytes32 _key) view returns (uint256)
State-modifying
Events changeOwner(address _newOwner)
deleteAddress(bytes32 _key)
deleteBool(bytes32 _key)
deleteBytes(bytes32 _key)
deleteInt(bytes32 _key)
deleteString(bytes32 _key)
deleteUint(bytes32 _key)
setAddress(bytes32 _key, address _value)
setBool(bytes32 _key, bool _value)
setBytes(bytes32 _key, bytes32 _value)
setInt(bytes32 _key, int256 _value)
setString(bytes32 _key, string _value)
setUint(bytes32 _key, uint256 _value)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.