PrizeDistributionFactoryV2
Verified contract
Active on
Ethereum with 424 txns
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 "PrizeDistributionFactoryV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19584768 | 8 months ago | | | 0 | 0.0060397200 | |
| 19577478 | 8 months ago | | | 0 | 0.0058807800 | |
| 19570326 | 8 months ago | | | 0 | 0.0079470000 | |
| 19563217 | 8 months ago | | | 0 | 0.0050860800 | |
| 19556081 | 8 months ago | | | 0 | 0.0057593430 | |
| 19548981 | 8 months ago | | | 0 | 0.0042661800 | |
| 19541873 | 8 months ago | | | 0 | 0.0046092600 | |
| 19534743 | 9 months ago | | | 0 | 0.0060397200 | |
| 19530078 | 9 months ago | | | 0 | 0.0038145600 | |
| 19371224 | 9 months ago | | | 0 | 0.055470060 |
ABI
ABI objects
Getter at block 21398004
RATE_NORMALIZATION() view returns (uint32)
1000000000
drawBuffer() view returns (address)
0x78ea5a9595279dc2f9608283875571b1151f19d4
minPickCost() view returns (uint256)
1000000
owner() view returns (address)
0xda63d70332139e6a8eca7513f4b6e2e0dc93b693
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
prizeDistributionBuffer() view returns (address)
0xf025a8d9e6080f885e841c8cc0e324368d7c6577
prizeTierHistory() view returns (address)
0x63c82be45399b5ca6041a3b6aac0f326614c8aaa
ticket() view returns (address)
0xdd4d117723c257cee402285d3acf218e9a8236e1
Read-only
calculatePrizeDistribution(uint32 _drawId) view returns (struct IPrizeDistributionSourcePrizeDistribution)
State-modifying
Events claimOwnership()
pushPrizeDistribution(uint32 _drawId) returns (struct IPrizeDistributionSourcePrizeDistribution)
renounceOwnership()
setPrizeDistribution(uint32 _drawId) returns (struct IPrizeDistributionSourcePrizeDistribution)
transferOwnership(address _newOwner)
OwnershipOffered(address indexed pendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrizeDistributionPushed(uint32 indexed drawId)
PrizeDistributionSet(uint32 indexed drawId)
constructor(address _owner, address _prizeTierHistory, address _drawBuffer, address _prizeDistributionBuffer, address _ticket, uint256 _minPickCost)
This contract contains no fallback and receive objects.
This contract contains no error objects.