ContractRegistry
Verified contract
Active on
Ethereum with 16 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 "ContractRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10287446 | 4 years ago | | | 0 | 0.0011283120 | |
| 10282615 | 4 years ago | | | 0 | 0.0013790480 | |
| 10277021 | 4 years ago | | | 0 | 0.0014730740 | |
| 10276662 | 4 years ago | | | 0 | 0.0014103900 | |
| 9247481 | 5 years ago | | | 0 | 0.00018805200 | |
| 9247477 | 5 years ago | | | 0 | 0.00013290000 | |
| 5936621 | 6 years ago | | | 0 | 0.0013206600 | |
| 5935419 | 6 years ago | | | 0 | 0.00058074000 | |
| 5935413 | 6 years ago | | | 0 | 0.0013187400 | |
| 5844321 | 6 years ago | | | 0 | 0.00080659440 |
ABI
ABI objects
Getter at block 21299574
itemCount() view returns (uint256)
6
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
Read-only
addressOf(bytes32 _contractName) view returns (address)
contractNames(uint256) view returns (string)
getAddress(bytes32 _contractName) view returns (address)
State-modifying
Events acceptOwnership()
registerAddress(bytes32 _contractName, address _contractAddress)
transferOwnership(address _newOwner)
unregisterAddress(bytes32 _contractName)
AddressUpdate(bytes32 indexed _contractName, address _contractAddress)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.