TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 84 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
0x7f49…5d17
0x82d2…c604
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191375 | 2 days ago | | | 0 | 0.0058453503 | |
| 21141202 | 9 days ago | | | 0 | 0.0035673026 | |
| 21091074 | 16 days ago | | | 0 | 0.0024355193 | |
| 21040907 | 23 days ago | | | 0 | 0.0026428846 | |
| 20990728 | a month ago | | | 0 | 0.012376498 | |
| 20940663 | a month ago | | | 0 | 0.0044000805 | |
| 20890435 | a month ago | | | 0 | 0.0020614942 | |
| 20840238 | 2 months ago | | | 0 | 0.0046271842 | |
| 20790084 | 2 months ago | | | 0 | 0.0043344284 | |
| 20739975 | 2 months ago | | | 0 | 0.0010151714 |
ABI
ABI objects
Getter at block 21209078
ONE_AS_FIXED_POINT_3() view returns (uint16)
1000
getDestination() view returns (address)
0x29fad02bca7f038de2c3e5a169a1aa018770c184
getPrizePool() view returns (address)
0x82d24dd5041a3eb942cca68b319f1fda9eb0c604
getProtocolFeePercentage() view returns (uint16)
0
getProtocolFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getReserve() view returns (address)
0x7f49f7863eb7fb1edeab445063da111808475d17
manager() view returns (address)
0x1169e2978d88549a796a10f2a13cb6826720f03a
owner() view returns (address)
0x18a2fbeb67ebd2f6746ad4cd495c2790daffa608
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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.