OwnableDelegateProxy
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "OwnableDelegateProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17844180 | a year ago | | | 0 | 0.0059563786 | |
| 17844179 | a year ago | | | 0 | 0.00090917076 |
ABI
ABI objects
Getter at block 21328534 registry() view returns (address) revoked() view returns (bool) user() view returns (address)
implementation() view returns (address)
0xfc48255bff44906c8ab25ccfdb15e2fed953084a
proxyOwner() view returns (address)
0x0fdfae3728e068e3eeb7b68fc4b63f1d00de41e5
proxyType() pure returns (uint256 proxyTypeId)
2
upgradeabilityOwner() view returns (address)
0x0fdfae3728e068e3eeb7b68fc4b63f1d00de41e5
implementation() view returns (address)
0xfc48255bff44906c8ab25ccfdb15e2fed953084a
proxyType() pure returns (uint256 proxyTypeId)
2
upgradeabilityOwner() view returns (address)
0x0fdfae3728e068e3eeb7b68fc4b63f1d00de41e5
Read-only
This contract contains no read-only function objects.
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
upgradeToAndCall(address implementation, bytes data) payable
initialize(address addrUser, address addrRegistry)
proxy(address dest, uint8 howToCall, bytes calldata) returns (bool result)
proxyAssert(address dest, uint8 howToCall, bytes calldata)
receiveApproval(address from, uint256 value, address token, bytes extraData)
setRevoke(bool revoke)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
ReceivedEther(address indexed sender, uint256 amount)
ReceivedTokens(address indexed from, uint256 value, address indexed token, bytes extraData)
Revoked(bool revoked)
constructor(address owner, address initialImplementation, bytes calldata)
fallback()
fallback()
This contract contains no error objects.