Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAND | ERC-20 | 50.502444K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19673801 | 8 months ago | | | 0 | 0.00096925146 | |
| 18748904 | a year ago | | | 0 | 0.0023176079 | |
| 18605196 | a year ago | | | 0 | 0.0018264433 | |
| 18589835 | a year ago | | | 0 | 0.0023689087 | |
| 18419838 | a year ago | | | 0 | 0.0022280456 | |
| 18363632 | a year ago | | | 0 | 0.00091535327 | |
| 18354464 | a year ago | | | 0 | 0.00075127837 | |
| 18339890 | a year ago | | | 0 | 0.00061811766 | |
| 18331504 | a year ago | | | 0 | 0.00047165245 | |
| 18325258 | a year ago | | | 0 | 0.00044034407 |
ABI
ABI objects
Getter at block 21432147
approvalDelay() view returns (uint256)
86400
landToken() view returns (address)
0x3470620864b98c8a69091fc31660359e10313e8f
lotteryCandidate() view returns (address implementation, uint256 proposedTime)
(implementation=0x0000000000000000000000000000000000000000, proposedTime=0)
lotteryContract() view returns (address)
0x5b89c34d08404548e6ac559612825c70486a2ed6
owner() view returns (address)
0xc4215d48714ecd476ef12b6d1b25f10ed38881bb
roundInfo() view returns (uint256 roundId, uint8 roundState)
(roundId=211, roundState=0)
totalRounds() view returns (uint256)
211
totalStaked() view returns (uint256)
50502443724470224820497
tulipNFTToken() view returns (address)
0x1339d95e0a150c4b8163268ccf2e81b1b6ce300e
Read-only
chanceOf(address _user) view returns (uint256)
draw(uint256 randomNumber) view returns (address)
userStake(address _user) view returns (uint256)
State-modifying
Events enterStaking(uint256 _amount)
finishDraw()
leaveStaking(uint256 _amount)
proposeLottery(address _implementation)
recoverTokens(address _token, address _to, uint256 _amount)
renounceOwnership()
setWinner(address _winner)
startDraw()
transferOwnership(address newOwner)
upgradeLottery()
NewLotteryCandidate(address implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundUpdated(uint256 roundId, uint8 roundState)
UpgradeLottery(address implementation)
WinnerSet(address winner, uint256 id)
constructor(address _landToken, address _tulipNFTToken, uint256 _approvalDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.