Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26,834.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCK | ERC-20 | 1.057853M | $0.025367 |
$26,834.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268600 | 34 minutes ago | | | 0 | 0.00071193890 | |
| 21263824 | 17 hours ago | | | 0 | 0.00096201986 | |
| 21263413 | 18 hours ago | | | 0 | 0.00077790377 | |
| 21254309 | 2 days ago | | | 0 | 0.00082323032 | |
| 21252573 | 2 days ago | | | 0 | 0.0011104820 | |
| 21244613 | 3 days ago | | | 0 | 0.0013459891 | |
| 21240092 | 4 days ago | | | 0 | 0.00089691310 | |
| 21239943 | 4 days ago | | | 0 | 0.00099701297 | |
| 21234875 | 5 days ago | | | 0 | 0.00087166555 | |
| 21227753 | 6 days ago | | | 0 | 0.00088353320 |
ABI
ABI objects
Getter at block 21268769
DOMAIN_TYPEHASH() view returns (bytes32)
0x47e79534a245952e8b16893a336b85a3d9ea9fa8c573f3d803afb92a79469218
owner() view returns (address)
0x478b4de898d3669d6d2d27f73fe2d11d7b837770
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0xfcde4cbd35222e96ac6c71085bcd7e64a47cbab2
token() view returns (address)
0x8fc17671d853341d9e8b001f5fc3c892d09cb53a
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
claim(uint256 _amount, uint256 _expiresAt, address _receiver, uint256 _salt, bytes _signature)
claim(uint256 _amount, uint256 _expiresAt, uint256 _salt, bytes _signature)
renounceOwnership()
setSigner(address _signer)
transferOwnership(address newOwner)
withdraw()
Claimed(address indexed claimer, bytes signature, uint256 indexed amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerSet(address indexed signer)
TokensWithdrawn(uint256 indexed amount)
constructor(address _initialOwner, address _signer, address _token)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidSignature()
InvalidSignerSet()
InvalidTokenAddressSet()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SignatureExpired()