FartherAirdrop
Verified contract
Active on
Base with 1,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($131.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FARTHER | ERC-20 | 2.692592M | $0.000049 |
$131.78 | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23896360 | a day ago | | | 0 | 6.5251228e-7 | |
| 22252254 | a month ago | | | 0 | 1.8244520e-7 | |
| 20587258 | 3 months ago | | | 0 | 8.7090407e-7 | |
| 20282618 | 3 months ago | | | 0 | 8.5313546e-7 | |
| 19898522 | 3 months ago | | | 0 | 0.0000010655070 | |
| 19855731 | 3 months ago | | | 0 | 8.9911077e-7 | |
| 19607353 | 3 months ago | | | 0 | 2.9755088e-7 | |
| 19555869 | 3 months ago | | | 0 | 8.9984653e-7 | |
| 19512148 | 3 months ago | | | 0 | 4.7198899e-7 | |
| 19345795 | 4 months ago | | | 0 | 1.7042737e-7 |
ABI
ABI objects
Getter at block 23952342
END_TIME() view returns (uint256)
1751328000
MERKLE_ROOT() view returns (bytes32)
0xa31e4898c631c4480acf8cd518f8975d4680b22fbbf7d78ef066353adbbe6c8d
START_TIME() view returns (uint256)
1719792000
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)