EcoProxyForProxyAdmin
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified 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 "EcoProxyForProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19887744 | 6 months ago | | | 0 | 0.00015969058 | |
| 19859507 | 6 months ago | | | 0 | 0.00022352931 |
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
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address proxyAdminLogic, address initialOwner)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CallCount()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ValueSum()