BattleContract
Verified contract
Active on
Base with 440 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLOUD | ERC-20 | 44.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15217041 | 6 months ago | | | 0 | 2.5499886e-7 | |
| 15217016 | 6 months ago | | | 0 | 2.4280888e-7 | |
| 15217002 | 6 months ago | | | 0 | 0.000000307598740241 | |
| 13787846 | 8 months ago | | | 0 | 0.0000017805873 | |
| 13787831 | 8 months ago | | | 0 | 0.0000010659432 | |
| 13787818 | 8 months ago | | | 0 | 0.0000027175588 | |
| 6290906 | a year ago | | | 0 | 0.000000007559231198 | |
| 6290896 | a year ago | | | 0 | 0.000000000047910468 | |
| 5963971 | a year ago | | | 0 | 0.000000010399723057 | |
| 5933522 | a year ago | | | 0 | 0.000000042302436261 |
ABI
ABI objects
Getter at block 23705877
cloudToken() view returns (address)
0x17d8217c0f4b4742aaace053281f42eb05ab211d
isPause() view returns (bool)
false
lastRandomNumber() view returns (uint256)
2
owner() view returns (address)
0x838912bef2424e40919965dc7e0b02ba147e6744
roundFee() view returns (uint256)
300000000000000000000
seed() view returns (uint256)
1973793712014899555655427112482987164139443752016941769966495625137733759105
totalRound() view returns (uint256)
284
Read-only
round(address) view returns (uint256)
winner(address) view returns (uint256)
State-modifying
Events changeRoundFee(uint256 _newRoundFee)
claimReward()
pauseContract(bool _isPause)
startBattle()
withdrawTokens(uint256 _amount)
ClaimReward(address indexed user, uint256 amount)
LoseEvent(address indexed user, uint256 point)
WinEvent(address indexed user, uint256 point)
constructor(address _cloudToken, uint256 _roundFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.