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 "Registry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Registry"
ABI
ABI objects
Getter at block 21274200
owner() view returns (address)
0x6c0542daee8cc6866529d4a68163eb157fb78999
Read-only
isDeprecated(address) view returns (bool)
isRegistered(address) view returns (bool)
isStateless(address) view returns (bool)
State-modifying
Events create(string name, bytes code, bool stateless)
deprecate(address implementation)
register(string name, address implementation, bool stateless)
renounceOwnership()
transferOwnership(address newOwner)
Deprecated(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Registered(address indexed implementation, string name, bool stateless)
constructor(address owner)
This contract contains no fallback and receive objects.
RegistryImplementationAddressZero()
RegistryImplementationDeprecated(address implementation)
RegistryImplementationNotRegistered(address implementation)
RegistryImplementationRegistered(address implementation)