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 "Locker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750195 | 2 months ago | | | 0 | 0.00027319647 | |
| 20750195 | 2 months ago | | | 0 | 0.00027060485 | |
| 20750191 | 2 months ago | | | 0 | 0.00026623175 | |
| 20750191 | 2 months ago | | | 0 | 0.00026370620 | |
| 20750186 | 2 months ago | | | 0 | 0.00028510235 | |
| 20750186 | 2 months ago | | | 0 | 0.00028239779 | |
| 20750183 | 2 months ago | | | 0 | 0.00028574262 | |
| 20750183 | 2 months ago | | | 0 | 0.00028303199 | |
| 20750170 | 2 months ago | | | 0 | 0.00032092714 | |
| 20750170 | 2 months ago | | | 0 | 0.00031788274 |
ABI
ABI objects
Getter at block 21248951
counter() view returns (uint256)
17263331781
getTokens() view returns (address[])
[]
usdt() view returns (address)
0x55d398326f99059ff775485246999027b3197955
Read-only
tokens(uint256) view returns (address)
State-modifying
Events addToken(address token)
compareAndSetCounter(uint256 oldValue, uint256 newValue)
emitEvent1()
emitEvent2And3()
emitGameFinalized(address looserToken, address winnerToken)
emitLaunchEvent(address token, uint256 usdtAmount, uint256 tokenAmount, uint256 liquidity)
emitPurchaseEvent(address from, uint256 usdtAmount, uint256 tokenAmount)
emitRefundEvent(address from, uint256 tokenAmount, uint256 usdtAmount)
emitTokenCreated(address launcher, address token)
initialize()
setCounter(uint256 counter_)
CounterUpdate(address op, uint256 oldValue, uint256 newValue, uint256 blockNumber)
Event1(uint256 indexed gameNumber, address indexed winner, address indexed loser, uint256 counter)
Event2(uint256 indexed gameNumber, address indexed winner, address indexed loser, uint256 counter)
Event3(uint256 indexed gameNumber, address indexed winner, address indexed loser, uint256 counter)
GameFinalized(uint48 indexed gameNumber, address indexed looserToken, address indexed winnerToken, uint256 looserAmount0, uint256 looserAmount1, uint256 winnerAmount0, uint256 winnerAmount1, uint256 prize)
LaunchEvent(address indexed token, uint256 usdtAmount, uint256 tokenAmount, uint256 liquidity)
PurchaseEvent(address indexed from, uint256 usdtAmount, uint256 tokenAmount)
RefundEvent(address indexed from, uint256 tokenAmount, uint256 usdtAmount)
TokenCreated(address launcher, address token)
constructor()
This contract contains no fallback and receive objects.
CounterUnexpect(uint256 expected, uint256 actual)