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 |
---|---|---|---|---|---|
PEACH | ERC-20 | 1.33474M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20939081 | a month ago | | | 0 | 0.00022302318 | |
| 20445725 | 3 months ago | | | 0 | 0.000069792000 | |
| 20415332 | 4 months ago | | | 0 | 0.000045146176 | |
| 20415331 | 4 months ago | | | 0 | 0.000041285295 | |
| 20415327 | 4 months ago | | | 0 | 0.000063629269 | |
| 20017841 | 5 months ago | | | 0 | 0.00026060987 | |
| 19719389 | 7 months ago | | | 0 | 0.00073051181 | |
| 19717370 | 7 months ago | | | 0 | 0.00032134795 | |
| 19573743 | 7 months ago | | | 0 | 0.0011098200 | |
| 19556432 | 7 months ago | | | 0 | 0.0013177400 |
ABI
ABI objects
Getter at block 21189330
BAEPE_DAILY_REWARD() view returns (uint256)
10000000000000000000
MAX_SUPPLY() view returns (uint256)
250000000000000000000000000
NUM_BAEPES() view returns (uint256)
2221
NUM_WUKONGS() view returns (uint256)
2222
RESERVE() view returns (uint256)
6727500000000000000000000
WUKONG_DAILY_REWARD() view returns (uint256)
20000000000000000000
authSigner() view returns (address)
0x802612b1c3cb78b0e5e12c98ac6d071e0186eb3a
decimals() view returns (uint8)
18
name() view returns (string)
PEACH
owner() view returns (address)
0xa602e91afce5cecb43ae6e3f7051e1c95957046f
paused() view returns (bool)
false
symbol() view returns (string)
PEACH
totalSupply() view returns (uint256)
23003130000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimable(uint256 tokenId) view returns (uint256 sum)
countStakedTokens(address wallet) view returns (uint256 count)
listStakedTokens(address wallet) view returns (uint256[], uint256[])
stakedTime(uint256) view returns (uint256)
staker(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256[] tokenIds)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setAuthSigner(address _authSigner)
stake(uint256[] tokenIds, uint256 ts, bytes sig)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthSignerSet(address indexed newSigner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _authSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.