LotteryLikePool
Verified contract
Active on
Ethereum with 1,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3593…c95d
-
variable spans 4 additional slots
Balances ($844.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 843.75 | $1.001 |
$844.59 | |
TKX | ERC-20 | 0.000046 | $11.90 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18640003 | a year ago | | | 0 | 0.00085738286 | |
| 18639924 | a year ago | | | 0 | 0.00092847573 | |
| 18639916 | a year ago | | | 0 | 0.00097022747 | |
| 18639903 | a year ago | | | 0 | 0.00099477539 | |
| 18639899 | a year ago | | | 0 | 0.0010400833 | |
| 18639895 | a year ago | | | 0 | 0.0010352968 | |
| 15357285 | 2 years ago | | | 0 | 0.00031060292 | |
| 15357282 | 2 years ago | | | 0 | 0.00043986165 | |
| 13543562 | 3 years ago | | | 0 | 0.0099336000 | |
| 13543540 | 3 years ago | | | 0 | 0.0082818913 |
ABI
ABI objects
Getter at block 21161024
jackpotToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd4eee3d50588d7dee8dcc42635e50093e0aa8cc0
ownerSubmittingPeriod() pure returns (uint256)
86400
rewardWithdrawalPeriod() pure returns (uint256)
518400
roundPeriod() pure returns (uint256)
604800
roundsCount() view returns (uint256)
45
stakingToken() view returns (address)
0x3593d125a4f7849a1b059e64f4517a86dd60c95d
totalStaked() view returns (uint256)
0
Read-only
activeEntriesList(uint256 roundIndex) view returns (uint256 head, uint256 last, uint256 lastAllocation, uint256 length, struct LotteryLikePoolActiveEntryListElement[] result)
round(uint256 roundIndex) view returns (struct LotteryLikePoolRoundProps)
roundCalculation(uint256 roundIndex) view returns (struct LotteryLikePoolRoundCalculation)
roundEntries(uint256 roundIndex) view returns (struct LotteryLikePoolEntry[])
roundParticipant(uint256 roundIndex, address account) view returns (struct LotteryLikePoolRoundParticipant)
State-modifying
Events acceptOwnership() returns (bool success)
buyEntries(uint256 roundIndex, uint256 amount) returns (bool success)
calculateRoundResults(uint256 roundIndex, uint256[] iterableEntries, uint256 iterableEntriesOffset, uint256 limit) returns (bool success)
createNewRound() returns (bool success)
increaseJackpot(uint256 roundIndex, uint256 amount) returns (bool success)
nominateNewOwner(address owner_) returns (bool success)
provideMissingSeed(uint256 roundIndex) returns (bool success)
provideSealedSeed(uint256 roundIndex, bytes32 sealedSeed) returns (bool success)
reuseNonWithdrawnRewards(uint256 fromRoundIndex, uint256 inRoundIndex) returns (bool success)
revealSealedSeed(uint256 roundIndex, bytes32 seed) returns (bool success)
withdrawRewards(uint256 roundIndex) returns (bool success)
withdrawStake(uint256 amount) returns (bool success)
EntriesPurchased(uint256 indexed roundIndex, address indexed purchaser, uint256 indexed entryIndex, uint256 amount)
JackpotIncreased(uint256 indexed roundIndex, address indexed payer, uint256 amount)
MissingSeedProvided(uint256 indexed roundIndex, bytes32 seed)
NewRoundCreated(uint256 indexed index, uint256 endsAt)
NonWithdrawnRewardsReused(uint256 indexed fromRoundIndex, uint256 indexed inRoundIndex)
OwnerChanged(address indexed newOwner)
OwnerNominated(address indexed nominatedOwner)
RewardWithdrawn(uint256 indexed roundIndex, address indexed winner, uint256 amount)
RoundClosed(uint256 indexed index)
RoundEnded(uint256 indexed index)
SealedSeedProvided(uint256 indexed roundIndex, bytes32 sealedSeed, uint256 revealingBlockNumber)
SeedRevealed(uint256 indexed roundIndex, bytes32 revealedSeed, bytes32 savedSeed)
StakeWithdrawn(uint256 amount)
WinnerDefined(uint256 indexed roundIndex, address indexed account, uint256 rewardAmount)
constructor(address stakingToken_, address jackpotToken_, uint256 firstRoundEndsAt, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.