OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 9 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
0x0000…7211
0x0000…b376
0x4c19…3784
0x5048…8fa7
0x8e04…bdb9
Balances ($0.00)
No balances found for "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10194948 | 4 years ago | | | 0 | 0.0011818800 | |
| 10194944 | 4 years ago | | | 0 | 0.0017523200 | |
| 10194873 | 4 years ago | | | 0 | 0.00056139300 | |
| 10188674 | 4 years ago | | | 0 | 0.0012143817 | |
| 10188666 | 4 years ago | | | 0 | 0.0023296194 | |
| 10188658 | 4 years ago | | | 0 | 0.0014259360 | |
| 10188658 | 4 years ago | | | 0 | 0.00062048700 | |
| 10188639 | 4 years ago | | | 0 | 0.00044471700 | |
| 10188236 | 4 years ago | | | 0 | 0.00093996000 |
ABI
ABI objects
Getter at block 21188931
implementation() view returns (address impl)
0xcef76097debf6495965f513294bb178109571181
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x8dc4e7e8dd13fb489070d432dfa89a0b93315d8b
owner() view returns (address)
0xffe7361b401af1954641732afc28811ac701e7e1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
claimOwnership()
configure(address registryAddress, address outputTokenAddress, address stakeTokenAddress, address outputUniswapAddress, address stakeUniswapAddress)
reclaim(address _destination, int256 _debt)
reclaimStake(address _destination, uint256 _stake)
returnStake(address _from, uint256 balance)
setPool(address _pool)
syncAttributeValue(address _account, bytes32 _attribute, uint256 _value)
transferOwnership(address newOwner)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Liquidated(uint256 indexed stakeAmount, uint256 indexed debtAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
This contract contains no error objects.