TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 46 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 44 additional slots
-
variable spans 44 additional slots
0x8e1a…6611
0xcd76…cf01
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217877 | 7 hours ago | | | 0 | 0.0040377521 | |
| 21167711 | 7 days ago | | | 0 | 0.015533551 | |
| 21117556 | 14 days ago | | | 0 | 0.0022510796 | |
| 21067399 | 21 days ago | | | 0 | 0.0042785640 | |
| 21017229 | a month ago | | | 0 | 0.0024564142 | |
| 20967072 | a month ago | | | 0 | 0.0062171264 | |
| 20916958 | a month ago | | | 0 | 0.0033212788 | |
| 20866747 | 2 months ago | | | 0 | 0.0024894558 | |
| 20816553 | 2 months ago | | | 0 | 0.012887674 | |
| 20766445 | 2 months ago | | | 0 | 0.0011075874 |
ABI
ABI objects
Getter at block 21219859
ONE_AS_FIXED_POINT_3() view returns (uint16)
1000
getDestination() view returns (address)
0xc9cd8a2176e03099f217cc98fd89db27e839a71d
getPrizePool() view returns (address)
0xcd760e8e1aeb4485268f1c389f20961e803dcf01
getProtocolFeePercentage() view returns (uint16)
0
getProtocolFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getReserve() view returns (address)
0x8e1ad319aedc02e0720a350b78a5e1e1115f6611
manager() view returns (address)
0x1169e2978d88549a796a10f2a13cb6826720f03a
owner() view returns (address)
0xb4ff7e0830f8d2fcf1fa3778754149127c5b6e9b
pendingOwner() view returns (address)
0x18a2fbeb67ebd2f6746ad4cd495c2790daffa608
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimOwnership()
flush() returns (bool)
initialize(address _owner, address _destination, address _reserve, address _prizePool)
renounceOwnership()
setDestination(address _destination) returns (address)
setManager(address _newManager) returns (bool)
setPrizePool(address _prizePool) returns (address)
setProtocolFeePercentage(uint16 _protocolFeePercentage) returns (uint16)
setProtocolFeeRecipient(address _protocolFeeRecipient) returns (address)
setReserve(address _reserve) returns (address)
transferOwnership(address _newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deployed(address indexed destination, address indexed reserve)
DestinationSet(address destination)
Distributed(uint256 totalPrizeCaptured)
Flushed(address indexed destination, uint256 amount)
Initialized(uint8 version)
ManagerTransferred(address indexed previousManager, address indexed newManager)
OwnershipOffered(address indexed pendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrizeAwarded(address indexed user, uint256 prizeAwarded, address indexed token)
PrizePoolSet(address prizePool)
ProtocolFeeRecipientSet(address protocolFeeRecipient)
ProtocolPercentageSet(uint16 protocolFeePercentage)
ReserveSet(address reserve)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.