Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ClaimToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20870951 | 2 months ago | | | 0 | 0.0084789197 | |
| 20868649 | 2 months ago | | | 0 | 0.0010482242 | |
| 20868579 | 2 months ago | | | 0 | 0.0020875809 | |
| 20868558 | 2 months ago | | | 0 | 0.0026188603 | |
| 20866940 | 2 months ago | | | 0 | 0.0055709807 | |
| 20841913 | 2 months ago | | | 0 | 0.0011929654 |
ABI
ABI objects
Getter at block 21218383
PaxAddress() view returns (address)
0x45804880de22913dafe09f4980848ece6ecbaf78
owner() view returns (address)
0x92fdb80697375244631ce69af3eb1e5f10dbd824
Read-only
balanceOf(address tokenAddress) view returns (uint256)
getClaimMessageHash(address tokenAddress, address user, uint256 id, uint256 amount, uint256 expiredAt) pure returns (bytes32)
ids(uint256) view returns (bool)
State-modifying
Events claimToken(uint256 id, uint256 amount, uint256 expiredAt, bytes signature)
renounceOwnership()
transferOwnership(address newOwner)
withdrawBNB()
withdrawManualy(address tokenAddress, uint256 amount)
withdrawTokens(address token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenClaimed(address tokenAddress, address user, uint256 id, uint256 amount)
constructor(address _owner, address pax)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)