FluidNFTClaimer
Verified contract
Active on
Ethereum with 12,819 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 "FluidNFTClaimer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119420 | 6 days ago | | | 0 | 0.00037116400 | |
| 21112577 | 7 days ago | | | 0 | 0.00092302663 | |
| 21112570 | 7 days ago | | | 0 | 0.00095346266 | |
| 21112567 | 7 days ago | | | 0 | 0.00096436739 | |
| 21110652 | 7 days ago | | | 0 | 0.00064953700 | |
| 21110568 | 7 days ago | | | 0 | 0.00085367720 | |
| 21109694 | 7 days ago | | | 0 | 0.00083941632 | |
| 21109653 | 7 days ago | | | 0 | 0.00077995525 | |
| 21107803 | 7 days ago | | | 0 | 0.0014372172 | |
| 21107478 | 7 days ago | | | 0 | 0.0019900898 |
ABI
ABI objects
Getter at block 21159405
CLAIM_TYPE_HASH() view returns (bytes32)
0x53eed54c06b1c2c0340a8eaec74b52a3c3eadaabf0164e1f7d911307e210f88a
DOMAIN_SEPARATOR_NAME() view returns (string)
Fluid-NFT-Claimer
DOMAIN_SEPARATOR_VERSION() view returns (string)
1.0.0
TYPE_HASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
owner() view returns (address)
0x9800020b610194dba52cf606e8aa142f9f256166
Read-only
isClaimed(address nft_, address user_) view returns (bool)
State-modifying
Events mint(address nft_, address user_, bytes hash_)
transferOwnership(address newOwner)
updateMinter(address nft_, address minter_, uint32 count_)
LogClaimed(address indexed nft, address indexed user, address indexed minter, uint256 tokenId)
LogUpdateMinter(address indexed nft, address indexed minter, bool indexed status, uint256 count)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.