PrizeFlush
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
Balances ($0.00)
No balances found for "PrizeFlush"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PrizeFlush"
ABI
ABI objects
Getter at block 21209078
ONE_AS_FIXED_POINT_3() view returns (uint16)
1000
getDestination() view returns (address)
0x0000000000000000000000000000000000000000
getPrizePool() view returns (address)
0x0000000000000000000000000000000000000000
getProtocolFeePercentage() view returns (uint16)
0
getProtocolFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getReserve() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.