CauldronRegistry
Verified contract
Active on
Ethereum with 1 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 "CauldronRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19100801 | 10 months ago | | | 0 | 0.011458486 |
ABI
ABI objects
Getter at block 21223914
cauldronsLength() view returns (uint256)
19
owner() view returns (address)
0x8764f421ab0c682b4ba1d7e269c09187c1efbfaf
Read-only
cauldrons(uint256) view returns (address)
State-modifying
Events addCauldrons(address[] cauldrons_)
removeCauldrons(address[] cauldrons_)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address owner_)
This contract contains no fallback and receive objects.
ErrAlreadyRegistered(address cauldron_)
ErrEmptyRegistry()
ErrInvalidCauldron(address cauldron_)
ErrNotRegistered(address cauldron_)