EcoProxyAdmin
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
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 "EcoProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EcoProxyAdmin"
ABI
ABI objects
Getter at block 21227786
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x7d76ae60dcc2fdb57d3924024e2ad940b76ef81f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getSlot(bytes32 slot) view returns (bytes32 value)
State-modifying
Events acceptOwnership()
functionCallWithValue(address target, bytes data, uint256 value) payable returns (bytes)
functionDelegateCall(address target, bytes data) payable returns (bytes)
functionMultiCallWithValue(address[] target, bytes[] data, uint256[] value) payable returns (bytes[])
initEcoProxyAdmin(address initialOwner)
multicall(bytes[] data) returns (bytes[] results)
registerPendingOwner(address nextPendingOwner)
renounceOwnership()
setSlot(bytes32 slot, bytes32 value)
transferOwnership(address newOwner)
upgradeAndCall(address proxy, address implementation, bytes data) payable
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CallCount()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ValueSum()