Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb59f…3907
Balances ($0.00)
No balances found for "Claims"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14279852 | 3 years ago | | | 0 | 0.00045616000 | |
| 11671945 | 4 years ago | | | 0 | 0.0046322000 | |
| 11671945 | 4 years ago | | | 0 | 0.00046322000 | |
| 11346349 | 4 years ago | | | 0 | 0.00045258000 | |
| 11062848 | 4 years ago | | | 0 | 0.00046322000 | |
| 11062848 | 4 years ago | | | 0.0001 | 0.00043930000 | |
| 10686563 | 4 years ago | | | 0 | 0.0034741500 | |
Transfer | 10680131 | 4 years ago | | | 0.011403029 | 0.0016380000 | |
| 10578938 | 4 years ago | | | 0 | 0.0014244015 | |
| 10528782 | 4 years ago | | | 0 | 0.0020844900 |
ABI
ABI objects
Getter at block 21167597
UINT_MAX() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
allocationIndicator() view returns (address)
0xb59f67a8bff5d8cd03f6ac17265c550ed8f33907
claimedLength() view returns (uint256)
1693
endSetUpDelay() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
nextIndex() view returns (uint256)
2389
owner() view returns (address)
0x00444c3281dadacb6e7c55357e5a7bbd92c2dc34
Read-only
amended(address) view returns (address)
balanceOfPubkey(bytes32 _who) view returns (uint256)
claimed(uint256) view returns (address)
claims(address) view returns (uint256 index, bytes32 pubKey, bool hasIndex, uint256 vested)
claimsForPubkey(bytes32, uint256) view returns (address)
hasAllocation(address _eth) view returns (bool)
hasClaimed(address _eth) view returns (bool)
saleAmounts(bytes32) view returns (uint256)
State-modifying
Events amend(address[] _origs, address[] _amends)
assignIndices(address[] _eths)
claim(address _eth, bytes32 _pubKey)
freeze()
increaseVesting(address[] _eths, uint256[] _vestingAmts)
injectSaleAmount(bytes32[] _pubkeys, uint256[] _amounts)
setOwner(address _new)
setVesting(address[] _eths, uint256[] _vestingAmts)
Amended(address indexed original, address indexed amendedTo)
Claimed(address indexed eth, bytes32 indexed dot, uint256 indexed idx)
IndexAssigned(address indexed eth, uint256 indexed idx)
InjectedSaleAmount(bytes32 indexed pubkey, uint256 newTotal)
NewOwner(address indexed old, address indexed current)
Vested(address indexed eth, uint256 amount)
VestedIncreased(address indexed eth, uint256 newTotal)
constructor(address _owner, address _allocations, uint256 _setUpDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.