DopClaims
Verified contract
Active on
Ethereum with 377,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 20.996955 | $1.001 |
$21.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20946696 | a month ago | | | 0 | 0.00060374234 | |
| 20946694 | a month ago | | | 0 | 0.00060102606 | |
| 20946693 | a month ago | | | 0 | 0.00054862667 | |
| 20946693 | a month ago | | | 0 | 0.00054877234 | |
| 20659543 | 3 months ago | | | 0 | 0.00074793885 | |
| 20659543 | 3 months ago | | | 0 | 0.000042297344 | |
| 20648829 | 3 months ago | | | 0 | 0.000087654000 | |
| 20648826 | 3 months ago | | | 0 | 0.000087654000 | |
| 20646288 | 3 months ago | | | 0 | 0.000052629600 | |
| 20495972 | 3 months ago | | | 0 | 0.000065939901 |
ABI
ABI objects
Getter at block 21245019
DOP() view returns (address)
0x97a9a15168c22b3c137e6381037e1499c8ad0978
dopNFT() view returns (address)
0x2c2512aba6e0a095548e94a15572dd005c6fe2a0
dopWallet() view returns (address)
0x6e97eac711f309bf18d536a92428b13280d6f6e7
owner() view returns (address)
0x4607c83b39690c3a8ada0a03cc920514e48d2c8f
root() view returns (bytes32)
0x0abad684336a33543c368285b5ef9963886aac97c274f2025585d7d02d04007e
signerWallet() view returns (address)
0xc2fc26805e9c3201cbeced85f8759f38426dfbf4
Read-only
blacklistAddress(address) view returns (bool)
isClaimed(address) view returns (bool)
State-modifying
Events changeDopWallet(address newDopWallet)
changeSigner(address newSigner)
claimDop(uint256 amountToClaim, bytes32[] merkleProof, uint256[] ids, uint256[] quantity, bool claimNFT, bool isKycRequired, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transferOwnership(address newOwner)
updateBlackListedUser(address which, bool access)
BlacklistUpdated(address indexed which, bool indexed accessNow)
Claimed(address indexed by, uint256 dopAmount, uint256[] indexed ids, uint256[] indexed quantity)
DopWalletUpdated(address indexed prevAddress, address indexed newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerUpdated(address indexed oldSigner, address indexed newSigner)
constructor(address dopToken, address dopNFTAddress, address owner, address dopWalletAddress, address signerAddress, bytes32 merkleRoot)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ArrayLengthMismatch()
Blacklisted()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
FailedInnerCall()
IdenticalValue()
InvalidNftType()
InvalidProof()
InvalidRoot()
InvalidSignature()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZeroAddress()