Registry

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0xb751c8b8 at 18386856
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Registry"

No transactions found for "Registry"


Functions
Getter at block 21274200
owner(view returns (address)
0x6c0542daee8cc6866529d4a68163eb157fb78999
Read-only
isDeprecated(addressview returns (bool)
isRegistered(addressview returns (bool)
isStateless(addressview returns (bool)
State-modifying
create(string namebytes codebool stateless
deprecate(address implementation
register(string nameaddress implementationbool stateless
renounceOwnership(
transferOwnership(address newOwner
Events
Deprecated(address indexed implementation
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Registered(address indexed implementationstring namebool stateless
Constructor
constructor(address owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
RegistryImplementationAddressZero(
RegistryImplementationDeprecated(address implementation
RegistryImplementationNotRegistered(address implementation
RegistryImplementationRegistered(address implementation