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 ($42,551.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIDUS | ERC-20 | 10.730664M | $0.003965 |
$42,551.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253133 | 17 hours ago | | | 0 | 0.0012742086 | |
| 21253127 | 17 hours ago | | | 0 | 0.0012742086 | |
| 21253117 | 17 hours ago | | | 0 | 0.0015119333 | |
| 20811939 | 2 months ago | | | 0 | 0.0010000000 | |
| 20754679 | 2 months ago | | | 0 | 0.00075755065 | |
| 20592551 | 3 months ago | | | 0 | 0.00034219565 | |
| 20592524 | 3 months ago | | | 0 | 0.00064811793 | |
| 20590223 | 3 months ago | | | 0 | 0.00055352904 | |
| 20590220 | 3 months ago | | | 0 | 0.00050378755 | |
| 20590218 | 3 months ago | | | 0 | 0.00052520224 |
ABI
ABI objects
Getter at block 21258312
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DH_ROLE() view returns (bytes32)
0x26bf91e6aed7948ccbf4514ab63f8fee1ed7b810d03a26b6e287af192ceeb200
dhTreasury() view returns (address)
0x4571397ea8d042dcc6a6f867399ca6cd50fb5193
getTotalStats() view returns (uint256, uint256, uint256)
(55555494630300000000000000, 30291328162810000000000000, 25264166467490000000000000)
getTransferredAccounts() view returns (address[2][])
[[[0xCBECd6B2C0a3e9EdE5EfeFdF7eA8cE8ec504836E, 0x94a97202A689666b37a8bA1C840E4Faf1664eD28]], [[0x5c64C14F1Bfd0840666816034417492E14eCf266, 0xF2E2d9d560C4aC0EaB956F7Acb29DE68050275A3]]]
id() view returns (string)
sidus
isPaused() view returns (bool)
false
owner() view returns (address)
0xa03f03170cd2f86239ea9fc57a0276573c2a708d
pausedAt() view returns (uint256)
0
token() view returns (address)
0x549020a9cb845220d66d3e9c6d9f9ef61c981102
totalClaimedTokens() view returns (uint256)
30291328162810000000000000
totalRelinquishedTokens() view returns (uint256)
20849983584660000000000000
totalTokens() view returns (uint256)
55555494630300000000000000
withdrawnRelinquishedTokens() view returns (uint256)
13990887111790000000000000
Read-only
accounts(uint256) view returns (address)
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)
getAccountStats(address account) view returns (uint256, uint256, uint256)
getAccounts(uint256 _unused) view returns (address[])
getAlreadyDistributedAmount(uint256 total) view returns (uint256)
getClaims(address account) view returns (uint256[], uint256[], uint256[], bool[], uint256[])
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)
isAlreadyDistributed(uint256 claimIdx) 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)
userClaimedPerClaim(address, uint256) view returns (uint256)
State-modifying
Events batchAddAllocation(address[] addresses, uint256[] allocations)
batchAddAllocationWithClaimed(address[] addresses, uint256[] allocations, 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)
releaseClaim(uint256 claimIdx)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllocation(address account, uint256 newTotal)
setAlreadyDistributedClaims(uint256[] claimedIdx)
setClaimTime(uint256 claimIdx, uint256 newUnlockTime)
setToken(address _token)
setTransferredAccounts(address[2][] _transferred)
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)
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)
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[] times, uint256[] percents)
This contract contains no fallback and receive objects.
This contract contains no error objects.