Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa83d…a59d
Balances ($0.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAN | ERC-20 | 35.024413 | $0.001738 |
$0.06 | |
OHNO | ERC-20 | 439.146564 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19842590 | 2 months ago | | | 0 | 0.0000020385257 | |
| 19542204 | 2 months ago | | | 0 | 0.000000403363354812 | |
| 19526898 | 2 months ago | | | 0 | 2.6094350e-7 | |
| 19526849 | 2 months ago | | | 0 | 2.5981588e-7 | |
| 19526441 | 2 months ago | | | 0 | 2.4960503e-7 | |
| 19526414 | 2 months ago | | | 0 | 2.5056865e-7 | |
| 19526349 | 2 months ago | | | 0 | 2.5567859e-7 | |
| 19525963 | 2 months ago | | | 0 | 0.0000013213197 | |
| 19525949 | 2 months ago | | | 0 | 3.3661045e-7 | |
| 19525720 | 2 months ago | | | 0 | 3.2276516e-7 |
ABI
ABI objects
Getter at block 22326373
CLAIM_TYPEHASH() view returns (bytes32)
0xf0abeeb72dba79d3991cdd5d61cd7b139241849df69e193e0406a354dfa2d276
DOMAIN_SEPARATOR() view returns (bytes32)
0xc4045d96dcc5af7b467f73db932c8f82fac23e69f315976846963f2d8d33adec
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
lockPeriod() view returns (uint256)
172800
owner() view returns (address)
0x10167d3e15ceb895efe969b87dd58062dbb90be0
startedAt() view returns (uint256)
1717520917
token() view returns (address)
0xa83d1a010e4a36198a884dcb3d7d2de87fe9a59d
Read-only
buildClaimSeparator(uint256 amount, address to, string id, uint256 nonce) view returns (bytes32)
nonces(address) view returns (uint256)
State-modifying
Events claimReward(address to, uint256 amount, string id, uint8[] v, bytes32[] r, bytes32[] s)
renounceOwnership()
setLockPeriod(uint256 period)
setSigners(address[] _signers)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Claimed(address indexed token, address indexed to, uint256 amount, string id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()