LinearClaimer
Verified contract
Active on
Ethereum with 156 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($90.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACQ | ERC-20 | 13.530123K | $0.006722 |
$90.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18490752 | a year ago | | | 0 | 0.0021608853 | |
| 17846936 | a year ago | | | 0 | 0.0017601320 | |
| 16675730 | 2 years ago | | | 0 | 0.0018331170 | |
| 16448868 | 2 years ago | | | 0 | 0.0025720317 | |
| 16225209 | 2 years ago | | | 0 | 0.0012350520 | |
| 16210780 | 2 years ago | | | 0 | 0.0015215593 | |
| 16063250 | 2 years ago | | | 0 | 0.0012472706 | |
| 16052573 | 2 years ago | | | 0 | 0.0011220406 | |
| 15981212 | 2 years ago | | | 0 | 0.0010891161 | |
| 15978662 | 2 years ago | | | 0 | 0.0015122589 |
ABI
ABI objects
Getter at block 21223051
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DH_ROLE() view returns (bytes32)
0x26bf91e6aed7948ccbf4514ab63f8fee1ed7b810d03a26b6e287af192ceeb200
dhTreasury() view returns (address)
0x0000000000000000000000000000000000000000
getTotalStats() view returns (uint256, uint256, uint256)
(712500000000000000000000, 110352252000544155004248, 602147747999455844995752)
getTransferredAccounts() view returns (address[2][])
[]
id() view returns (string)
acquire
initialPercent() view returns (uint256)
150
initialUnlockDate() view returns (uint256)
1664378100
isPaused() view returns (bool)
true
owner() view returns (address)
0xa03f03170cd2f86239ea9fc57a0276573c2a708d
pausedAt() view returns (uint256)
1664901263
token() view returns (address)
0x4bdcb66b968060d9390c1d12bd29734496205581
totalClaimedTokens() view returns (uint256)
110352252000544155004248
totalRelinquishedTokens() view returns (uint256)
0
totalTokens() view returns (uint256)
712500000000000000000000
unitOfTime() view returns (uint256)
1
vestingDuration() view returns (uint256)
15552000
vestingStartDate() view returns (uint256)
1664464500
withdrawnRelinquishedTokens() view returns (uint256)
0
Read-only
accounts(uint256) view returns (address)
allocations(address) view returns (uint256 amount, uint256 claimedAmount, uint256 lastClaimTimestamp)
getAccountStats(address account) view returns (uint256, uint256, uint256)
getAccounts(uint256 _unused) view returns (address[])
getIneligibleAccounts(uint256 _unused) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAccountEligible(address account) view returns (bool)
isClaimable(address account, uint256 claimIdx) view returns (bool)
isClaimed(address account, uint256 claimIdx) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
transferredAccounts(uint256, uint256) view returns (address)
transferredAccountsMap(address) view returns (address)
State-modifying
Events batchAddAllocation(address[] addresses, uint256[] amounts)
batchAddAllocationWithClaimed(address[] addresses, uint256[] amounts, uint256[][] claimed)
batchSetDHIneligibleAccounts(bool eligible, address[] addresses)
claim(address account, uint256 idx)
claimAll(address account)
grantRole(bytes32 role, address account)
initDH(address dhManager, address _dhTreasury)
pauseClaiming(bool status)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllocation(address account, uint256 newTotal)
setInitialPercent(uint256 value)
setInitialUnlockDate(uint256 value)
setToken(address _token)
setTransferredAccounts(address[2][] _transferred)
setUnitOfTime(uint256 value)
setVestingDuration(uint256 value)
setVestingStartDate(uint256 value)
transferAllocation(address from, address to)
transferOwnership(address newOwner)
withdrawAll()
withdrawRelinquished()
withdrawRelinquishedAdmin(address to, uint256 amount)
withdrawToken(address _token, uint256 amount)
AllocationTransferred(address indexed account, address indexed newAccount)
Claimed(address indexed account, uint256 amount, uint256 timestamp)
ClaimingPaused(bool status, uint256 pausedAt)
DHRelinquishedWithdrawn(uint256 amount)
DuplicateAllocationSkipped(address indexed account, uint256 failedAllocation, uint256 existingAllocation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(string _id, address _token, uint256 _unitOfTime, uint256 _initialPercent, uint256 _initialUnlockDate, uint256 _vestingStartDate, uint256 _vestingDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.