Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Claims"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135363 | 3 days ago | | | 0 | 0.00077381708 | |
| 21135290 | 3 days ago | | | 0 | 0.00066339457 | |
| 21135282 | 3 days ago | | | 0 | 0.00071258431 | |
| 21097129 | 8 days ago | | | 0 | 0.00029293246 | |
| 21089909 | 9 days ago | | | 0 | 0.00032432678 | |
| 21075581 | 11 days ago | | | 0 | 0.00087488036 | |
| 21070057 | 12 days ago | | | 0 | 0.00035103561 | |
| 21040226 | 16 days ago | | | 0 | 0.00032213221 | |
| 20999534 | 22 days ago | | | 0 | 0.00045201257 | |
| 20983075 | 24 days ago | | | 0 | 0.00040660516 |
ABI
ABI objects
Getter at block 21157939
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
COMMISSIONS_MANAGER() view returns (bytes32)
0x28d695c7dfc0dc20c36b38cc22e861d8a3c0da73ef3975e85a4bf12193642a5c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
presaleDop() view returns (address)
0x2b316b6e4ffd1984a2de9b33e42787923d77f390
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isEnabled(uint32) view returns (bool)
pendingClaims(address, uint32, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint32 round, address[] tokens)
enableClaims(uint32 round, bool status)
grantRole(bytes32 role, address account)
purchaseWithClaim(uint32 round, uint256 deadline, uint8[] normalizationFactors, uint256[] tokenPrices, address[] tokens, uint256[] amounts, uint256[] minAmountsDop, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setClaim(address[] to, uint32 round, struct ClaimsClaimInfo[][] claims)
updatePreSaleAddress(address presaleDopAddress)
ClaimSet(address[] indexed to, uint32 indexed round, address token, uint256 amount)
FundsClaimed(address indexed by, uint32 indexed round, address token, uint256 amount)
PresaleDopUpdated(address oldpresaleDop, address newpresaleDop)
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)
RoundEnableUpdated(bool oldAccess, bool newAccess)
constructor()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ArrayLengthMismatch()
FailedInnerCall()
IdenticalValue()
InvalidData()
ReentrancyGuardReentrantCall()
RoundNotEnabled()
RoundNotEnded()
SafeERC20FailedOperation(address token)
WaitForRoundDisable()
ZeroAddress()
ZeroLengthArray()