Layer2Registry
Verified contract
Active on
Ethereum with 6 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 "Layer2Registry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12008858 | 4 years ago | | | 0 | 0.0028476760 | |
| 11973879 | 4 years ago | | | 0 | 0.15985574 | |
| 11826883 | 4 years ago | | | 0 | 0.33424382 | |
| 11373040 | 4 years ago | | | 0 | 0.042143786 | |
| 10867008 | 4 years ago | | | 0 | 0.24704978 | |
| 10837815 | 4 years ago | | | 0 | 0.21980340 |
ABI
ABI objects
Getter at block 21188642
isOwner() view returns (bool)
false
numLayer2s() view returns (uint256)
10
owner() view returns (address)
0xdd9f0ccc044b0781289ee318e5971b0139602c26
Read-only
layer2ByIndex(uint256 index) view returns (address)
layer2s(address layer2) view returns (bool)
State-modifying
Events deployCoinage(address layer2, address seigManager) returns (bool)
register(address layer2) returns (bool)
registerAndDeployCoinage(address layer2, address seigManager) returns (bool)
registerAndDeployCoinageAndSetCommissionRate(address layer2, address seigManager, uint256 commissionRate, bool isCommissionRateNegative) returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
unregister(address layer2) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.