ForceAirdropClaim
Verified contract
Active on
Base with 318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x99b9…6c63
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FORCE | ERC-20 | 0.98446 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14078580 | 7 months ago | | | 0 | 3.8384485e-7 | |
| 13843847 | 8 months ago | | | 0 | 0.000070445464 | |
| 13840992 | 8 months ago | | | 0 | 0.000043794376 | |
| 13813657 | 8 months ago | | | 0 | 0.0000014652371 | |
| 13641482 | 8 months ago | | | 0 | 0.0000011935513 | |
| 13619171 | 8 months ago | | | 0 | 0.0000013003573 | |
| 13551314 | 8 months ago | | | 0 | 0.000023359551 | |
| 13525749 | 8 months ago | | | 0 | 0.0000031009558 | |
| 13524056 | 8 months ago | | | 0 | 0.0000024715810 | |
| 13500368 | 8 months ago | | | 0 | 0.0000013236898 |
ABI
ABI objects
Getter at block 23781433
VESTING_DURATION() view returns (uint256)
604800
VESTING_PORTION() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
owner() view returns (address)
0xcfcfcfe030667b78c21237ed9926070b8d38b24e
token() view returns (address)
0x99b94b4488e192ca2c18416481127851f28e6c63
Read-only
claims(address) view returns (uint256 totalAmount, uint256 amountClaimed, uint256 vestingStart, bool isVesting)
hasClaimedAll(address claimant) view returns (bool)
nextClaimTime(address claimant) view returns (uint256)
State-modifying
Events claim(uint256 amount, uint256 vestingStart, bool isVesting, bytes32[] merkleProof)
claimVestedTokens()
renounceOwnership()
setMerkleRoot(bytes32 _merkleRoot)
setToken(address _token)
transferOwnership(address newOwner)
updateClaim(address claimant, uint256 newTotalAmount, bool isVesting)
withdrawTokens(address to, uint256 amount)
ClaimUpdated(address indexed claimant, uint256 newTotalAmount, bool isVesting)
Claimed(address indexed claimant, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()