LastRetardWins
Verified contract
Active on
Ethereum with 432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.611848B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18089718 | a year ago | | | 0 | 0.0016628660 | |
| 17923831 | a year ago | | | 0 | 0.0024032197 | |
| 17916858 | a year ago | | | 0 | 0.0017274202 | |
| 17916839 | a year ago | | | 0 | 0.0040441197 | |
| 17806341 | a year ago | | | 0 | 0.0026503334 | |
| 17804088 | a year ago | | | 0 | 0.0026707374 | |
| 17801711 | a year ago | | | 0 | 0.0040988916 | |
| 17794577 | a year ago | | | 0 | 0.0035027953 | |
| 17794567 | a year ago | | | 0 | 0.0026917524 | |
| 17794562 | a year ago | | | 0 | 0.0062757689 |
ABI
ABI objects
Getter at block 21222846
USDC() view returns (address)
0x9abc68b33961268a3ea4116214d7039226de01e1
currentRoundIndex() view returns (uint256)
7
Read-only
allCurrentInfoFor(address _player) view returns (uint256[4] compressedInfo, address lastPlayer, uint256 playerBalance, uint256 playerAllowance, uint256[3] compressedPlayerRoundInfo, uint256 round)
allRoundInfoFor(address _player, uint256 _round) view returns (uint256[4] compressedRoundInfo, address roundLast, uint256 playerBalance, uint256 playerAllowance, uint256[3] compressedPlayerRoundInfo)
allWithdrawableOf(address _player) view returns (uint256)
currentRoundCalculateCost(uint256 _amount) view returns (uint256)
roundCalculateCost(uint256 _amount, uint256 _round) view returns (uint256)
roundCurrentPrice(uint256 _round) view returns (uint256)
roundJackpotValue(uint256 _round) view returns (uint256)
roundLastPlayer(uint256 _round) view returns (address)
roundRewardsOf(address _player, uint256 _round) view returns (uint256)
roundSharesOf(address _player, uint256 _round) view returns (uint256)
roundTargetTimestamp(uint256 _round) view returns (uint256)
roundTotalShares(uint256 _round) view returns (uint256)
roundWithdrawableOf(address _player, uint256 _round) view returns (uint256)
State-modifying
Events buyShares(uint256 _amount, uint256 _maxSpend)
donateToJackpot(uint256 _amount)
withdrawAll() returns (uint256)
withdrawCurrent() returns (uint256)
withdrawRound(uint256 _round) returns (uint256)
BuyShares(address indexed player, uint256 indexed round, uint256 amount, uint256 cost)
RoundEnded(uint256 indexed round, uint256 endTime, uint256 jackpotValue, uint256 totalShares, address lastPlayer)
RoundStarted(uint256 indexed round)
Withdraw(address indexed player, uint256 indexed round, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.