FartherAirdrop
Verified contract
Active on
Base with 1,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($398.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FARTHER | ERC-20 | 5.872034M | $0.000068 |
$398.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23093846 | 11 days ago | | | 0 | 0.0000016721131 | |
| 22252259 | a month ago | | | 0 | 1.8254600e-7 | |
| 22142198 | a month ago | | | 0 | 9.1057329e-7 | |
| 21519689 | 2 months ago | | | 0 | 7.1008907e-7 | |
| 20829566 | 2 months ago | | | 0 | 3.7347726e-7 | |
| 20799921 | 2 months ago | | | 0 | 3.5928943e-7 | |
| 20587253 | 2 months ago | | | 0 | 0.0000020015090 | |
| 20498466 | 2 months ago | | | 0 | 2.9364845e-7 | |
| 20282625 | 3 months ago | | | 0 | 0.0000015357993 | |
| 20278415 | 3 months ago | | | 0 | 0.0000010931131 |
ABI
ABI objects
Getter at block 23569661
END_TIME() view returns (uint256)
1754006400
MERKLE_ROOT() view returns (bytes32)
0x37bfa6c97ccdf447200379524a7e7b825a3fceff212e23b9a13a1856ce3fc483
START_TIME() view returns (uint256)
1722470400
TOKEN() view returns (address)
0x8ad5b9007556749de59e088c88801a3aaa87134b
owner() view returns (address)
0x97e3b75b2eebcc722b504851416e1410b32180a3
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 indexed index, address indexed account, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 startTime_, uint256 endTime_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ClaimWindowFinished(uint256 endTime)
ClaimWindowHasNotStarted(uint256 startTime)
EndTimeInPast()
FailedInnerCall()
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)