EthCrystal
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,693.49)
Native
Value
$3,693.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.018161 | $3,627.61 |
$3,693.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9473971 | 5 years ago | | | 0 | 0.00012589180 | |
| 7058289 | 6 years ago | | | 0 | 0.000039292000 | |
| 7054505 | 6 years ago | | | 0.00071 | 0.00094085600 | |
| 6960945 | 6 years ago | | | 0 | 0.000049115000 | |
| 6899253 | 6 years ago | | | 0 | 0.000039292000 | |
| 6850891 | 6 years ago | | | 0.07425 | 0.00090450600 | |
| 6850883 | 6 years ago | | | 0.0385 | 0.00090450600 | |
| 6846838 | 6 years ago | | | 0.0385 | 0.0030150200 | |
| 6846836 | 6 years ago | | | 0.022 | 0.0012660080 | |
| 6846834 | 6 years ago | | | 0.001078 | 0.0015071900 |
ABI
ABI objects
Getter at block 21297570
affShare() view returns (uint256)
10
devShare() view returns (uint256)
5
ownerAddress() view returns (address)
0xcb25c50dae1d1c1dded74a7b09bc89ee9638a60a
playerID_counter() view returns (uint256)
19
Read-only
GameRounds(uint256) view returns (string name, uint256 timeLimit, uint256 warriorToTime, uint256 currentRoundID, uint256 timerType, uint256 growthCoefficient, uint256 winnerShare, uint256 nextRound, uint256 dividendShare)
WarriorTotalPrice(uint256 _WarriorsAmount, uint256 _warriorPrice, uint256 coef) pure returns (uint256)
_TowerRoundDetails(uint256 _TowerType, uint256 _RoundID) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, address, bool, bool)
_currentPlayerAmountUnclaimed(address _playerAddress, uint256 _TowerType, uint256 _RoundID) view returns (uint256)
_currentPlayerAmountUnclaimedAll(address _playerAddress) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256)
_currentWarriorPrice(uint256 _TowerType) view returns (uint256)
_playerBalance(address _playerAddress) view returns (uint256)
_playerInfo(uint256 _playerID) view returns (uint256, address, string, uint256)
_playerRoundsInfo(address _playerAddress, uint256 _TowerType, uint256 _RoundID) view returns (uint256, uint256, uint256, uint256, uint256, bool, address)
aff(address) view returns (uint256 balance)
players(address) view returns (uint256 playerID, address playerAddress, address referralAddress, string nickname)
playersByID(uint256) view returns (uint256 playerID, address playerAddress, address referralAddress, string nickname)
State-modifying
Events buyWarriors(uint256 _TowerType, uint256 _WarriorsAmount, uint256 _referralID) payable
dividendCashout(uint256 _TowerType, uint256 _RoundID)
referralCashout()
setNickname(string nickname, address _referralAddress)
BuyEvent(address player, uint256 TowerID, uint256 RoundID, uint256 TotalWarriors, uint256 WarriorPrice, uint256 TimeLeft)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.