TrainingGrounds
Verified contract
Active on
Ethereum with 649 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x999e…d3ab
0x38ec…c2c5
0xfa1a…3929
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x41ef…04ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- | |
0x999e…d3ab | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x48656c6c | 20508581 | 4 months ago | | | 0 | 0.000030744894 | |
| 19096322 | 10 months ago | | | 0 | 0.0073082614 | |
| 18452446 | a year ago | | | 0 | 0.0013976030 | |
| 18452442 | a year ago | | | 0 | 0.0014997909 | |
| 17859635 | a year ago | | | 0 | 0.0015470288 | |
| 17545386 | a year ago | | | 0 | 0.0017753126 | |
| 17470292 | a year ago | | | 0 | 0.0048267108 | |
| 17015452 | 2 years ago | | | 0 | 0.013131382 | |
| 16907066 | 2 years ago | | | 0 | 0.0016810352 | |
| 16880795 | 2 years ago | | | 0 | 0.0068567733 |
ABI
ABI objects
Getter at block 21305495
DAILY_GP_RATE() view returns (uint256)
2000000000000000000000
GP_CLAIM_TAX_PERCENTAGE() view returns (uint256)
20
GP_CLAIM_TAX_PERCENTAGE_UNTRAINED() view returns (uint256)
50
MAXIMUM_GLOBAL_GP() view returns (uint256)
500000000000000000000000000
MAX_MAGIC_RUNE_EMISSION() view returns (uint16)
1600
MAX_RANK() view returns (uint8)
8
MAX_WHIP_EMISSION() view returns (uint16)
16000
MINIMUM_TO_EXIT() view returns (uint256)
172800
alter() view returns (address)
0xfa1a07056c48dcba4b5e9e71aacc6aa791a93929
curMagicRunesEmitted() view returns (uint16)
1600
curWhipsEmitted() view returns (uint16)
16000
gpToken() view returns (address)
0x38ec27c6f05a169e7ed03132bca7d0cfee93c2c5
magicRune() view returns (uint256)
7
owner() view returns (address)
0x6e0e275083327cacc7195de94532c7a86c05bd05
paused() view returns (bool)
false
rescueEnabled() view returns (bool)
true
timeToStakeForReward() view returns (uint80)
172800
totalGPEarned() view returns (uint256)
288311720781620370370370370370
whip() view returns (uint256)
6
wndNFT() view returns (address)
0x999e88075692bcee3dbc07e7e64cd32f39a1d3ab
Read-only
calculateErcEmissionRewards(uint256 tokenId) view returns (uint256 owed)
calculateGpRewards(uint256 tokenId) view returns (uint256 owed)
depositsOf(address account) view returns (uint256[])
isTokenStaked(uint256 tokenId, bool isTraining) view returns (bool)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
ownsToken(uint256 tokenId) view returns (bool)
randomDragonOwner(uint256 seed) view returns (address)
State-modifying
Events addAdmin(address addr)
addManyToTowerAndFlight(address tokenOwner, uint16[] tokenIds)
addManyToTrainingAndFlight(uint256 seed, address tokenOwner, uint16[] tokenIds)
claimManyFromTowerAndFlight(address tokenOwner, uint16[] tokenIds, bool unstake)
claimManyFromTrainingAndFlight(uint256 seed, address tokenOwner, uint16[] tokenIds, bool unstake)
removeAdmin(address addr)
renounceOwnership()
rescue(uint256[] tokenIds)
setContracts(address _wndNFT, address _gp, address _alter)
setPaused(bool _paused)
setRescueEnabled(bool _enabled)
transferOwnership(address newOwner)
DragonClaimed(address indexed owner, uint256 indexed tokenId, bool indexed unstaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenStaked(address indexed owner, uint256 indexed tokenId, bool indexed isWizard, bool isTraining)
Unpaused(address account)
WizardClaimed(address indexed owner, uint256 indexed tokenId, bool indexed unstaked)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.