DopClaims
Verified contract
Active on
Ethereum with 1,785 txns
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 "DopClaims"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164107 | a day ago | | | 0 | 0.0017848305 | |
| 21157473 | 2 days ago | | | 0 | 0.0020210381 | |
| 21157371 | 2 days ago | | | 0 | 0.0019877633 | |
| 21154076 | 2 days ago | | | 0 | 0.0013763863 | |
| 21150327 | 3 days ago | | | 0 | 0.0015103977 | |
| 21138627 | 5 days ago | | | 0 | 0.0020994821 | |
| 21113217 | 8 days ago | | | 0 | 0.00048262358 | |
| 21090861 | 11 days ago | | | 0 | 0.00075878010 | |
| 21081003 | 13 days ago | | | 0 | 0.0015542264 | |
| 21043118 | 18 days ago | | | 0 | 0.0010222823 |
ABI
ABI objects
Getter at block 21171260
DOP() view returns (address)
0x97a9a15168c22b3c137e6381037e1499c8ad0978
dopWallet() view returns (address)
0x6e97eac711f309bf18d536a92428b13280d6f6e7
owner() view returns (address)
0x4607c83b39690c3a8ada0a03cc920514e48d2c8f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
root() view returns (bytes32)
0xa6ffcf0e511a0e0e5a44c2758ee589925265e97b0c4f4073b2a0dcf9c859c111
signerWallet() view returns (address)
0xc2fc26805e9c3201cbeced85f8759f38426dfbf4
Read-only
blacklistAddress(address) view returns (bool)
isClaimed(address) view returns (bool)
State-modifying
Events acceptOwnership()
changeDopWallet(address newDopWallet)
changeSigner(address newSigner)
claimDop(uint256 amountToClaim, bytes32[] merkleProof, bool isKycRequired, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transferOwnership(address newOwner)
updateBlackListedUser(address which, bool access)
updateRoot(bytes32 newRoot)
BlacklistUpdated(address indexed which, bool indexed accessNow)
Claimed(address indexed by, uint256 dopAmount)
DopWalletUpdated(address indexed prevAddress, address indexed newAddress)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RootUpdated(bytes32 indexed oldRoot, bytes32 indexed newRoot)
SignerUpdated(address indexed oldSigner, address indexed newSigner)
constructor(address dopToken, address owner, address dopWalletAddress, address signerAddress, bytes32 merkleRoot)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
Blacklisted()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
FailedInnerCall()
IdenticalValue()
InvalidProof()
InvalidRoot()
InvalidSignature()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZeroAddress()