MultipleWinners
Verified contract
Active on
Ethereum with 421 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x195e…e3e0
0xd86a…024c
Balances ($0.00)
No balances found for "MultipleWinners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19658669 | 8 months ago | | | 0 | 0.010171754 | |
| 19129950 | a year ago | | | 0 | 0.0045569996 | |
| 19079997 | a year ago | | | 0 | 0.021826368 | |
| 19079981 | a year ago | | | 0 | 0.0029451538 | |
| 19029962 | a year ago | | | 0 | 0.046022811 | |
| 19029952 | a year ago | | | 0 | 0.0067763801 | |
| 18979976 | a year ago | | | 0 | 0.076546912 | |
| 18979968 | a year ago | | | 0 | 0.0096751077 | |
| 18929965 | a year ago | | | 0 | 0.056542548 | |
| 18929953 | a year ago | | | 0 | 0.0080702723 |
ABI
ABI objects
Getter at block 21432784
canCompleteAward() view returns (bool)
false
canStartAward() view returns (bool)
false
getLastRngLockBlock() view returns (uint32)
0
getLastRngRequestId() view returns (uint32)
0
isPrizePeriodOver() view returns (bool)
false
isRngCompleted() view returns (bool)
false
isRngRequested() view returns (bool)
false
isRngTimedOut() view returns (bool)
false
numberOfWinners() view returns (uint256)
28
owner() view returns (address)
0xc4215d48714ecd476ef12b6d1b25f10ed38881bb
prizePeriodBlocks() view returns (uint256)
9999999999
prizePeriodEndAt() view returns (uint256)
10019629948
prizePeriodRemainingBlocks() view returns (uint256)
9998197164
prizePeriodStartedAt() view returns (uint256)
19629949
rng() view returns (address)
0xd86a7c265e3a5587798b66eb94d66caa5103024c
rngRequestTimeout() view returns (uint32)
1800
tulipArt() view returns (address)
0x195e57ebd276148029a79aa3508142859194e3e0
Read-only
calculateNextPrizePeriodStartBlock(uint256 currentBlock) view returns (uint256)
State-modifying
Events cancelAward()
completeAward()
initialize(uint256 _prizePeriodStart, uint256 _prizePeriodBlocks, uint32 _rngRequestTimeout, address _tulipArt, address _rng)
renounceOwnership()
setNumberOfWinners(uint256 _count)
setPrizePeriodBlocks(uint256 _prizePeriodBlocks)
setRngRequestTimeout(uint32 _rngRequestTimeout)
setRngService(address rngService)
startAward()
transferOwnership(address newOwner)
Initialized(uint256 prizePeriodStart, uint256 prizePeriodBlocks, address tulipArt, address rng)
NoWinners()
NumberOfWinnersSet(uint256 numberOfWinners)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrizeLotteryAwardCancelled(address indexed operator, uint32 indexed rngRequestId, uint32 rngLockBlock)
PrizeLotteryAwardStarted(address indexed operator, uint32 indexed rngRequestId, uint32 rngLockBlock)
PrizeLotteryOpened(address indexed operator, uint256 indexed prizePeriodStartedAt)
PrizePeriodBlocksUpdated(uint256 prizePeriodBlocks)
PrizePoolAwarded(address indexed operator, uint256 randomNumber)
RngRequestFailed()
RngRequestTimeoutSet(uint32 rngRequestTimeout)
RngServiceUpdated(address indexed rngService)
constructor(uint256 _prizePeriodStart, uint256 _prizePeriodBlocks, uint32 _rngRequestTimeout, address _tulipArt, address _rng, uint256 _numberOfWinners)
This contract contains no fallback and receive objects.
This contract contains no error objects.