OwnableDelegateProxy
Verified contract
Proxy
Active on
Ethereum with 79 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) |
---|---|---|---|---|---|---|---|
| 15304870 | 2 years ago | | | 0 | 0.013688899 | |
| 15304862 | 2 years ago | | | 0 | 0.033445267 | |
| 14856718 | 2 years ago | | | 0 | 0.020256376 | |
| 14821926 | 2 years ago | | | 0 | 0.011368614 | |
| 14776464 | 2 years ago | | | 0 | 0.022583330 | |
| 14775685 | 2 years ago | | | 0 | 0.0051972143 | |
| 14682249 | 3 years ago | | | 0 | 0.014945524 | |
| 14681044 | 3 years ago | | | 0 | 0.025014487 | |
| 14664833 | 3 years ago | | | 0 | 0.013144448 | |
| 14645684 | 3 years ago | | | 0 | 0.010075035 |
ABI
ABI objects
Getter at block 21091918
implementation() view returns (address)
0xf9e266af4bca5890e2781812cc6a6e89495a79f2
proxyOwner() view returns (address)
0x5b4f87cadc9625cb9b9cff449324d204e799d19a
proxyType() pure returns (uint256 proxyTypeId)
2
upgradeabilityOwner() view returns (address)
0x5b4f87cadc9625cb9b9cff449324d204e799d19a
implementation() view returns (address)
0xf9e266af4bca5890e2781812cc6a6e89495a79f2
proxyType() pure returns (uint256 proxyTypeId)
2
registry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revoked() view returns (bool)
false
upgradeabilityOwner() view returns (address)
0x5b4f87cadc9625cb9b9cff449324d204e799d19a
user() view returns (address)
0x5b4f87cadc9625cb9b9cff449324d204e799d19a
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.