Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($206,856.55)
Native
Value
$86,299.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 27.574959 | $3,129.62 |
$86,299.14 | |
USDT | ERC-20 | 120.497255K | $1.00 |
$120,497.26 | |
USDC | ERC-20 | 59.790385 | $1.001 |
$59.85 | |
UNI | ERC-20 | 0.0275 | $9.01 |
$0.25 | |
DOP | ERC-20 | 25 | $0.002296 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178299 | 4 days ago | | | 0 | 0.0013700398 | |
| 21178296 | 4 days ago | | | 0 | 0.0014474714 | |
| 21168368 | 5 days ago | | | 0 | 0.0012812998 | |
| 21162126 | 6 days ago | | | 0 | 0.00057822371 | |
| 21150065 | 8 days ago | | | 0 | 0.00062546222 | |
| 21145362 | 8 days ago | | | 0 | 0.0014247470 | |
| 21135487 | 10 days ago | | | 0 | 0.0014185412 | |
| 21134252 | 10 days ago | | | 0 | 0.00042725064 | |
| 21086012 | 17 days ago | | | 0 | 0.00086289278 | |
| 21086003 | 17 days ago | | | 0 | 0.00076272943 |
ABI
ABI objects
Getter at block 21205257
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
COMMISSIONS_MANAGER() view returns (bytes32)
0x28d695c7dfc0dc20c36b38cc22e861d8a3c0da73ef3975e85a4bf12193642a5c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
presale() view returns (address)
0x20361bc401ea01e5d6e01596c445af1a48e1171b
signerWallet() view returns (address)
0x3088149945e0dfdf78f10650a36cd0c1fb8816eb
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 approveAllowance(address[] tokens)
changeSigner(address newSigner)
claim(uint32 round, address[] tokens)
enableClaims(uint32 round, bool status)
grantRole(bytes32 role, address account)
purchaseWithClaim(uint256 deadline, uint256[] amounts, uint256[] indexes, uint256[] minAmountsToken, uint256[] tokenPrices, address[] tokens, uint32 round, uint8[] normalizationFactors, 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 newPresale)
ClaimSet(address indexed to, uint32 indexed round, struct ClaimsClaimInfo claimInfo)
FundsClaimed(address indexed by, uint32 indexed round, address token, uint256 amount)
PresaleUpdated(address prevAddress, address newAddress)
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)
SignerUpdated(address oldSigner, address newSigner)
constructor(address signerAddress)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ArrayLengthMismatch()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
FailedInnerCall()
IdenticalValue()
InvalidData()
InvalidSignature()
ReentrancyGuardReentrantCall()
RoundNotEnabled()
RoundNotEnded()
SafeERC20FailedOperation(address token)
WaitForRoundDisable()
ZeroAddress()
ZeroLengthArray()