LinearClaimer
Verified contract
Active on
Base with 286 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 ($2,904.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARQX | ERC-20 | 1.986397M | $0.001462 |
$2,904.75 | |
kurbi | ERC-20 | 1 | $0.000654 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22298295 | 4 days ago | | | 0 | 3.2246610e-7 | |
| 22286203 | 4 days ago | | | 0 | 0.0000012655752 | |
| 22266163 | 5 days ago | | | 0 | 6.4196307e-7 | |
| 22251803 | 5 days ago | | | 0 | 3.1415170e-7 | |
| 21960327 | 12 days ago | | | 0 | 1.9187754e-7 | |
| 21303930 | a month ago | | | 0 | 5.7322995e-7 | |
| 21253980 | a month ago | | | 0 | 0.000011802798 | |
| 20414987 | 2 months ago | | | 0 | 9.3512293e-7 | |
| 20080538 | 2 months ago | | | 0 | 4.9819625e-7 | |
| 20023087 | 2 months ago | | | 0 | 0.0000014535962 |
ABI
ABI objects
Getter at block 22477306
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DH_ROLE() view returns (bytes32)
0x26bf91e6aed7948ccbf4514ab63f8fee1ed7b810d03a26b6e287af192ceeb200
dhTreasury() view returns (address)
0x0000000000000000000000000000000000000000
getTotalStats() view returns (uint256, uint256, uint256)
(7339087779542073855633188, 5352690361663214950191160, 1986397417878858905442028)
getTransferredAccounts() view returns (address[2][])
[]
id() view returns (string)
arqx
initialPercent() view returns (uint256)
200
initialUnlockDate() view returns (uint256)
1715099400
isPaused() view returns (bool)
false
owner() view returns (address)
0xa03f03170cd2f86239ea9fc57a0276573c2a708d
pausedAt() view returns (uint256)
0
token() view returns (address)
0x5e432eecd01c12ee7071ee9219c2477a347da192
totalClaimedTokens() view returns (uint256)
5352690361663214950191160
totalRelinquishedTokens() view returns (uint256)
0
totalTokens() view returns (uint256)
7339087779542073855633188
unitOfTime() view returns (uint256)
86400
vestingDuration() view returns (uint256)
2592000
vestingStartDate() view returns (uint256)
1717777800
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.