GemsClaims
Verified contract
Active on
Ethereum with 4,534 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 "GemsClaims"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305787 | 15 hours ago | | | 0 | 0.00095673124 | |
| 21295036 | 2 days ago | | | 0 | 0.0017055357 | |
| 21276634 | 5 days ago | | | 0 | 0.0011687568 | |
| 21258813 | 7 days ago | | | 0 | 0.0014432010 | |
| 21256569 | 8 days ago | | | 0 | 0.0014070610 | |
| 21256497 | 8 days ago | | | 0 | 0.0011194754 | |
| 21219002 | 13 days ago | | | 0 | 0.0014537611 | |
| 21203526 | 15 days ago | | | 0 | 0.0012800672 | |
| 21188802 | 17 days ago | | | 0 | 0.0028602610 | |
| 21172159 | 19 days ago | | | 0 | 0.0033753478 |
ABI
ABI objects
Getter at block 21310230
GEMS() view returns (address)
0x3010ccb5419f1ef26d40a7cd3f0d707a0fa127dc
gemsNFT() view returns (address)
0x220bcf1c14837b50de4e1e16c757eb75d6ea63b0
gemsWallet() view returns (address)
0xf260948d66e6be1e685335e2ff7490ec79145eab
owner() view returns (address)
0x574197bdf0f7c3b68732a2c07a9b653f0bf21bae
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
root() view returns (bytes32)
0x689157beee173a26bcd5ae1005d01b28c3581532c08acf37ca06dde4ddc5fa60
signerWallet() view returns (address)
0xfd90fd4d1199fbb6f9f0fff72e63ead9f7de67ed
Read-only
blacklistAddress(address) view returns (bool)
isClaimed(address) view returns (bool)
State-modifying
Events acceptOwnership()
changeGemsWallet(address newGemsWallet)
changeSigner(address newSigner)
claimGems(uint256 amountToClaim, bytes32[] merkleProof, uint256[] ids, uint256[] quantity, bool claimNFT, 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 gemsAmount, uint256[] indexed ids, uint256[] indexed quantity)
GemsWalletUpdated(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 gemsToken, address gemsNFTAddress, address owner, address gemsWalletAddress, 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()