Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd872…a9e4
Balances ($0.00)
No balances found for "Survive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16883406 | 2 years ago | | | 0 | 0.00068068233 | |
| 16745465 | 2 years ago | | | 0 | 0.0014882014 | |
| 16414425 | 2 years ago | | | 0 | 0.0020232511 | |
| 16344756 | 2 years ago | | | 0 | 0.0010571709 | |
| 15789883 | 2 years ago | | | 0 | 0.0038361430 | |
| 15729970 | 2 years ago | | | 0 | 0.00057709844 | |
| 15538628 | 2 years ago | | | 0 | 0.00036052721 | |
| 15538509 | 2 years ago | | | 0 | 0.00096568134 | |
| 15432229 | 2 years ago | | | 0 | 0.00034102315 | |
| 15421329 | 2 years ago | | | 0 | 0.00043552117 |
ABI
ABI objects
Getter at block 21275627
baseRate() view returns (uint256)
11404109590000000
decimals() view returns (uint8)
18
gameContract() view returns (address)
0x3467400311129416aaac89e4df8538d2e89a50e0
name() view returns (string)
Survive
owner() view returns (address)
0x26ac68037c202b8ac2d1cfcc487651dad41b68e0
paused() view returns (bool)
false
signerRole() view returns (address)
0xa65aae78edef916d4102ba7b5672068c0d35fbff
symbol() view returns (string)
SURVIVE
totalSupply() view returns (uint256)
20637606370262380000000
toxicContract() view returns (address)
0xa57c9ec71eab1aee7a37a09011c7d8c93d353ad8
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTotalClaimable(address _user) view returns (uint256)
lastUpdate(address) view returns (uint256)
stakedBalance(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
changeClaimRate(uint256 _baseRate)
claim()
claimGame(address _to, uint256 amount)
claimToxic(address _to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
flipPause(bool _state)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setGameContract(address _gameContract)
setLastUpdated(uint256 time)
setToxicContract(address _toxicContract)
stake(uint16 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _unity, address _signerRole)
This contract contains no fallback and receive objects.
This contract contains no error objects.