Claimer
Verified contract
Active on
Ethereum with 5,021 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5490…1102
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIDUS | ERC-20 | 12.567628M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19300063 | 9 months ago | | | 0 | 0.00070523021 | |
| 19300058 | 9 months ago | | | 0 | 0.0010000667 | |
| 19296769 | 9 months ago | | | 0 | 0.00080456901 | |
| 19296765 | 9 months ago | | | 0 | 0.00057080883 | |
| 19261203 | 9 months ago | | | 0 | 0.010236635 | |
| 19261198 | 9 months ago | | | 0 | 0.010532560 | |
| 19214085 | 9 months ago | | | 0 | 0.0012086543 | |
| 19214082 | 9 months ago | | | 0 | 0.0010081883 | |
| 19214074 | 9 months ago | | | 0 | 0.0012453682 | |
| 19214070 | 9 months ago | | | 0 | 0.0010658614 |
ABI
ABI objects
Getter at block 21212492
getTotalClaimed() view returns (uint256)
65547441460200000000000000
getTotalRemainingAmount() view returns (uint256)
60128800652300000000000000
id() view returns (string)
sidus
isPaused() view returns (bool)
false
owner() view returns (address)
0x9132720b483ac90b2944be4c6b26cebbc1db3ff4
token() view returns (address)
0x549020a9cb845220d66d3e9c6d9f9ef61c981102
totalTokens() view returns (uint256)
125676242112500000000000000
Read-only
allocation(address) view returns (uint256)
alreadyDistributedClaims(uint256) view returns (uint256)
claims(uint256) view returns (uint256 unlockTime, uint256 percent)
getAccountClaimed(address account, uint256 claimIdx) view returns (uint256)
getAlreadyDistributedAmount(uint256 total) view returns (uint256)
getClaims(address account) view returns (uint256[], uint256[], uint256[], bool[], uint256[])
getTotalAccountClaimable(address account) view returns (uint256)
getTotalAccountClaimed(address account) view returns (uint256)
isAlreadyDistributed(uint256 claimIdx) view returns (bool)
isClaimable(address account, uint256 claimIdx) view returns (bool)
isClaimed(address account, uint256 claimIdx) view returns (bool)
userClaimedPerClaim(address, uint256) view returns (uint256)
State-modifying
Events batchAddAllocation(address[] addresses, uint256[] allocations)
claim(address account, uint256 idx)
claimAll(address account)
pauseClaiming(bool status)
releaseClaim(uint256 claimIdx)
renounceOwnership()
setAllocation(address account, uint256 newTotal)
setAlreadyDistributedClaims(uint256[] claimedIdx)
setClaimTime(uint256 claimIdx, uint256 newUnlockTime)
setToken(address _token)
transferOwnership(address newOwner)
withdrawAll()
withdrawToken(address _token, uint256 amount)
ClaimReleased(uint256 percent, uint256 newTime, uint256 claimIdx)
ClaimTimeChanged(uint256 percent, uint256 newTime, uint256 claimIdx)
Claimed(address indexed account, uint256 amount, uint256 percent, uint256 claimIdx)
ClaimedMultiple(address indexed account, uint256 amount)
ClaimingPaused(bool status)
DuplicateAllocationSkipped(address indexed account, uint256 failedAllocation, uint256 existingAllocation)
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.