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 |
---|---|---|---|---|---|
GEMS | ERC-20 | 788.373086K | $0.153407 |
$120,941.95 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21326435 | 4 hours ago | | | 0 | 0.0013741400 | |
| 21321718 | 20 hours ago | | | 0 | 0.0013800169 | |
| 21312326 | 2 days ago | | | 0 | 0.0016217970 | |
| 21312211 | 2 days ago | | | 0 | 0.0010058093 | |
| 21309677 | 3 days ago | | | 0 | 0.0015798989 | |
| 21307490 | 3 days ago | | | 0 | 0.00071590372 | |
| 21296401 | 4 days ago | | | 0 | 0.00076488997 | |
| 21294669 | 5 days ago | | | 0 | 0.0016963934 | |
| 21293126 | 5 days ago | | | 0 | 0.0011419137 | |
| 21286726 | 6 days ago | | | 0 | 0.00089263265 |
ABI
ABI objects
Getter at block 21327603
GEMS_TOKEN() view returns (address)
0x3010ccb5419f1ef26d40a7cd3f0d707a0fa127dc
STAKING() view returns (address)
0x03b830791ebb7c70c47936a57cdf02d13ff41168
totalRequests() view returns (uint256)
448
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 initGemsToken, 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()