Claiming
Verified contract
Active on
Ethereum with 1,076 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOP | ERC-20 | 39.894628M | $0.001856 |
$74,058.39 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153584 | 17 hours ago | | | 0 | 0.0011984638 | |
| 21153388 | 17 hours ago | | | 0 | 0.00083283153 | |
| 21152078 | a day ago | | | 0 | 0.00098687989 | |
| 21150780 | a day ago | | | 0 | 0.0011015654 | |
| 21149417 | a day ago | | | 0 | 0.00056393784 | |
| 21148188 | a day ago | | | 0 | 0.00071590202 | |
| 21142953 | 2 days ago | | | 0 | 0.0015824663 | |
| 21142609 | 2 days ago | | | 0 | 0.0010515204 | |
| 21133583 | 3 days ago | | | 0 | 0.00082261036 | |
| 21131935 | 4 days ago | | | 0 | 0.0011877368 |
ABI
ABI objects
Getter at block 21158593
DOP_TOKEN() view returns (address)
0x97a9a15168c22b3c137e6381037e1499c8ad0978
STAKING() view returns (address)
0xf5c9f83c14db63ab8260a8d19d0b3ec8b1903e92
totalRequests() view returns (uint256)
1220
Read-only
getRequest(uint256 index) view returns (uint256, uint256)
getRequestKey(uint256 index) view returns (bytes32)
requests(bytes32 key) view returns (uint256 amount, uint256 claimRequestTime)
State-modifying
Events claimMultipleRequests(uint256[] indexes)
claimRequest(uint256 index)
setRequest(address claimer, uint256 amount)
MultipleRequestsClaimed(address indexed claimer, uint256[] indexes)
RequestClaimed(address indexed claimer, uint256 index)
RequestSet(address indexed claimer, uint256 index, uint256 amount, uint256 claimRequestTime)
constructor(address initDOPToken, address initStaking)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ClaimRequestTimeNotReached()
ClaimingUnauthorizedAccount(address account)
FailedInnerCall()
IdenticalVariableAssignment()
InvalidAddress()
InvalidAmount()
InvalidClaimRequest()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZeroLengthArray()