ImplementationManager
Verified contract
Active on
Ethereum with 3 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 "ImplementationManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12100060 | 4 years ago | | | 0 | 0.0039649960 | |
| 12076259 | 4 years ago | | | 0 | 0.0057116451 | |
| 12076257 | 4 years ago | | | 0 | 0.016854141 |
ABI
ABI objects
Getter at block 21178365
defaultImpl() view returns (address)
0xc2d1e8fb0c10810bb888231e7b85118042846105
latest() view returns (address)
0xf561cefb964c4fabfb519afe4a9ad028b4b3191e
owner() view returns (address)
0x4374d3d032b3c96785094ec9f384f07077792768
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocol() view returns (address)
0x8745074248634f37327ee748137c8b31238002c7
version() view returns (string protocolVersion, string defaultImplVersion)
(protocolVersion=3.0, defaultImplVersion=3.0-beta3)
Read-only
implementations(uint256) view returns (address)
isEnabled(address implementation) view returns (bool)
isRegistered(address implementation) view returns (bool)
versionMap(string) view returns (address)
State-modifying
Events claimOwnership()
disable(address implementation)
enable(address implementation)
register(address implementation)
renounceOwnership()
setDefault(address implementation)
transferOwnership(address newOwner)
DefaultChanged(address indexed oldDefault, address indexed newDefault)
Disabled(address indexed implementation)
Enabled(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Registered(address indexed implementation, string version)
constructor(address _owner, address _protocol, address _implementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.