ERC721MerkleDrop
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "ERC721MerkleDrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721MerkleDrop"
ABI
ABI objects
Getter at block 21420159
claimDeadline() view returns (uint256)
0
claimedTokens() view returns (uint256)
0
currentTokenId() view returns (uint256)
0
endTokenId() view returns (uint256)
0
factory() view returns (address)
0xb6b102ef4538ab86317573c8751bc9f446ee6e69
feeConfig() view returns (address)
0x2b27d7a2b62d532e8d34fb8b35a41c75eb90a854
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
recipient() view returns (address)
0x0000000000000000000000000000000000000000
startTokenId() view returns (uint256)
0
token() view returns (address)
0x0000000000000000000000000000000000000000
tokenOwner() view returns (address)
0x0000000000000000000000000000000000000000
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
Read-only
claimed(bytes32) view returns (bool)
isClaimed(uint256 index, address account) view returns (bool)
State-modifying
Events acceptOwnership()
cancel(uint16 feePercentage_)
cancelOwnershipTransfer()
claim(address account, uint256 allocation, uint256 price, uint256 index, bytes32[] merkleProof) payable
initialize(address owner_, bool paused_, bytes32 merkleRoot_, uint256 claimDeadline_, address recipient_, address token_, address tokenOwner_, uint256 startTokenId_, uint256 endTokenId_)
pause()
renounceOwnership()
setClaimDeadline(uint256 newClaimDeadline)
transferOwnership(address nextOwner_)
unpause()
withdraw(uint16 feePercentage_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateClaimDeadline(uint256 oldClaimDeadline, uint256 newClaimDeadline)
Withdrawal(address recipient, uint256 amount, uint256 fee)
constructor(address factory_, address feeConfig_, address treasuryConfig_)
This contract contains no fallback and receive objects.
This contract contains no error objects.