Claimer
Verified contract
Active on
Ethereum with 1,000 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa288…26be
Balances ($963.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HUSL | ERC-20 | 105.075642K | $0.00917 |
$963.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20951015 | 2 months ago | | | 0 | 0.00072408777 | |
| 18778731 | a year ago | | | 0 | 0.017424981 | |
| 17818110 | a year ago | | | 0 | 0.0039590652 | |
| 17386338 | a year ago | | | 0 | 0.0049404510 | |
| 16185893 | 2 years ago | | | 0 | 0.0034726176 | |
| 15753899 | 2 years ago | | | 0 | 0.0038117310 | |
| 15695258 | 2 years ago | | | 0 | 0.0018254133 | |
| 15693470 | 2 years ago | | | 0 | 0.0018909408 | |
| 15641319 | 2 years ago | | | 0 | 0.0010492821 | |
| 15641319 | 2 years ago | | | 0 | 0.0041747406 |
ABI
ABI objects
Getter at block 21303158
claimedTokens() view returns (uint256)
301782360800000000000000
getTotalRemainingAmount() view returns (uint256)
98216635300000000000000
id() view returns (string)
husl
isPaused() view returns (bool)
false
owner() view returns (address)
0xa03f03170cd2f86239ea9fc57a0276573c2a708d
token() view returns (address)
0xa2881f7f441267042f9778ffa0d4f834693426be
totalTokens() view returns (uint256)
399998996100000000000000
Read-only
claimed(address) view returns (uint256)
claims(uint256) view returns (uint256 unlockTime, uint256 percent)
getAccountAmount(address account) view returns (uint256)
getClaimableAccountAmount(address account) view returns (uint256)
getClaims(address account) view returns (uint256[], uint256[], uint256[], bool[], uint256[])
getRemainingAccountAmount(address account) view returns (uint256)
isClaimed(address, uint256) view returns (uint256)
total(address) view returns (uint256)
State-modifying
Events batchAddAllocation(address[] addresses, uint256[] allocations)
batchMarkClaimed(address[] addresses, uint256[] claimedIdx)
claim(address account, uint256 idx)
claimAll(address account)
delayClaim(uint256 claimIdx, uint256 newUnlockTime)
pauseClaiming(bool status)
releaseClaim(uint256 claimIdx)
renounceOwnership()
setAllocation(address account, uint256 newTotal)
setToken(address _token)
transferOwnership(address newOwner)
withdrawAll()
withdrawToken(address _token, uint256 amount)
ClaimDelayed(uint256 percent, uint256 newTime, uint256 claimIdx)
ClaimReleased(uint256 percent, uint256 newTime, uint256 claimIdx)
Claimed(address indexed account, uint256 amount, uint256 percent, uint256 claimIdx)
ClaimingPaused(bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(string _id, address _token, uint256[] times, uint256[] percents)
This contract contains no fallback and receive objects.
This contract contains no error objects.