Claiming
Verified contract
Active on
Ethereum with 2,082 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.723448M | $0.001571 |
$62,394.41 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269552 | 18 hours ago | | | 0 | 0.00055202600 | |
| 21265470 | a day ago | | | 0 | 0.0019056204 | |
| 21265153 | a day ago | | | 0 | 0.0011520241 | |
| 21264299 | a day ago | | | 0 | 0.0012048856 | |
| 21261473 | 2 days ago | | | 0 | 0.00090375361 | |
| 21257046 | 2 days ago | | | 0 | 0.00078525615 | |
| 21256876 | 3 days ago | | | 0 | 0.00068069411 | |
| 21255177 | 3 days ago | | | 0 | 0.00082416600 | |
| 21253954 | 3 days ago | | | 0 | 0.00073682600 | |
| 21253573 | 3 days ago | | | 0 | 0.00077696191 |
ABI
ABI objects
Getter at block 21274896
DOP_TOKEN() view returns (address)
0x97a9a15168c22b3c137e6381037e1499c8ad0978
STAKING() view returns (address)
0x953be9c1adb9c651bbec52e614c06eee7ff9aa27
totalRequests() view returns (uint256)
2432
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()