AvailableRootsRegistry
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "AvailableRootsRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AvailableRootsRegistry"
ABI
ABI objects
Getter at block 22835696
IMPLEMENTATION_VERSION() view returns (uint8)
1
owner() view returns (address)
0x8f9c04d7ba132fd0cba124efce3936328d217458
Read-only
_roots(uint256) view returns (bool)
isRootAvailable(uint256 root) view returns (bool)
State-modifying
Events initialize(address ownerAddress)
registerRoot(uint256 root)
renounceOwnership()
transferOwnership(address newOwner)
unregisterRoot(uint256 root)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegisteredRoot(uint256 root)
UnregisteredRoot(uint256 root)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.