OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 56 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16580199 | 2 years ago | | | 0.34 | 0.012348366 | |
| 16578831 | 2 years ago | | | 0.058 | 0.012217494 | |
| 16578825 | 2 years ago | | | 0.5 | 0.013192194 | |
| 16572516 | 2 years ago | | | 1 | 0.013192878 | |
| 16570297 | 2 years ago | | | 0.12 | 0.0074069120 | |
| 16566776 | 2 years ago | | | 0.42 | 0.0039228978 | |
| 16565449 | 2 years ago | | | 2 | 0.013192878 | |
| 16564961 | 2 years ago | | | 1.45 | 0.0039231174 | |
| 16560928 | 2 years ago | | | 0.01 | 0.0024504186 | |
| 16559805 | 2 years ago | | | 0.13 | 0.0039228978 |
ABI
ABI objects
Getter at block 21200512
implementation() view returns (address impl)
0x2cfd579fdbbb03aad2b714b1f5df321792293960
maintenance() view returns (bool _maintenance)
false
proxyOwner() view returns (address owner)
0x7d8eff4606dcacb9c2dfc159bf9f070ef68aecbc
Read-only
This contract contains no read-only function objects.
State-modifying
Events setMaintenance(bool _maintenance)
transferProxyOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize()
setOwner(address _owner)
swap(bytes[] _data) payable
swapCM(bytes[] _data) payable
withdrawETH(uint256 _etherAmount)
withdrawTokens(address _tokenAddress, uint256 _tokenValue)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
Initialized(uint8 version)
internalSwap(bool isDone, address receivingAddress, uint256 amountReceived, uint256 currentStep, uint256 totalStep)
refund(bool success, bool isToken, address tokenAddress, address receiverAddress, uint256 tokenAmount)
constructor()
fallback()
receive()
receive()
This contract contains no error objects.