Layer2RegistryProxy
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 "Layer2RegistryProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18418085 | a year ago | | | 0 | 0.00079616330 | |
| 18416885 | a year ago | | | 0 | 0.0015349800 | |
| 18416842 | a year ago | | | 0 | 0.0022220400 |
ABI
ABI objects
Getter at block 21315774
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
implementation() view returns (address)
0x296ef64487ecfddcdd03eab35c81c9262dab88ba
isOwner() view returns (bool)
false
pauseProxy() view returns (bool)
false
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
isOwner() view returns (bool)
false
numLayer2s() view returns (uint256)
10
pauseProxy() view returns (bool)
false
Read-only
aliveImplementation(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSelectorImplementation2(bytes4 _selector) view returns (address impl)
hasRole(bytes32 role, address account) view returns (bool)
implementation2(uint256 _index) view returns (address)
isAdmin(address account) view returns (bool)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
proxyImplementation(uint256) view returns (address)
selectorImplementation(bytes4) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
aliveImplementation(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
layer2ByIndex(uint256 index) view returns (address)
layer2s(address layer2) view returns (bool)
proxyImplementation(uint256) view returns (address)
selectorImplementation(bytes4) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAdmin(address account)
addMinter(address account)
addOperator(address account)
grantRole(bytes32 role, address account)
removeAdmin(address account)
removeMinter(address account)
removeOperator(address account)
renounceMinter()
renounceOperator()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeMinter(address account)
revokeOperator(address account)
revokeRole(bytes32 role, address account)
setAliveImplementation2(address newImplementation, bool _alive)
setImplementation2(address newImplementation, uint256 _index, bool _alive)
setProxyPause(bool _pause)
setSelectorImplementations2(bytes4[] _selectors, address _imp)
transferAdmin(address newAdmin)
transferOwnership(address newAdmin)
upgradeTo(address impl)
addAdmin(address account)
addMinter(address account)
addOperator(address account)
deployCoinage(address layer2, address seigManager) returns (bool)
grantRole(bytes32 role, address account)
register(address layer2) returns (bool)
registerAndDeployCoinage(address layer2, address seigManager) returns (bool)
registerAndDeployCoinageAndSetCommissionRate(address layer2, address seigManager, uint256 commissionRate, bool isCommissionRateNegative) returns (bool)
removeAdmin(address account)
removeMinter(address account)
removeOperator(address account)
renounceMinter()
renounceOperator()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeMinter(address account)
revokeOperator(address account)
revokeRole(bytes32 role, address account)
transferAdmin(address newAdmin)
transferOwnership(address newAdmin)
unregister(address layer2) returns (bool)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetAliveImplementation(address indexed impl, bool alive)
SetSelectorImplementation(bytes4 indexed selector, address indexed impl)
Upgraded(address indexed implementation)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.