MeritNFTDropFactory
Verified contract
Active on
Ethereum with 418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MeritNFTDropFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092184 | a month ago | | | 0 | 0.00017807826 | |
| 16520665 | 2 years ago | | | 0 | 0.0036554301 | |
| 16520664 | 2 years ago | | | 0 | 0.0035826708 | |
| 16520663 | 2 years ago | | | 0 | 0.0035476582 | |
| 16520662 | 2 years ago | | | 0 | 0.0032604161 | |
| 16520660 | 2 years ago | | | 0 | 0.0033901363 | |
| 16520659 | 2 years ago | | | 0 | 0.0033797694 | |
| 16520658 | 2 years ago | | | 0 | 0.0034419800 | |
| 16520657 | 2 years ago | | | 0 | 0.0032036684 | |
| 16520656 | 2 years ago | | | 0 | 0.0032351229 |
ABI
ABI objects
Getter at block 21389466
This contract contains no getter function objects.
Read-only
NFTMerkleSetter(address) view returns (address)
NFTMerkleTree(address) view returns (bytes32 root, string ipfsHash)
NFTs(uint256) view returns (address)
State-modifying
Events claim(address _NFT, uint256 _tokenId, uint256 _size, address _receiver, bytes32[] _proof)
deployNFT(string _name, string _symbol, string _baseTokenURI, bytes32 _merkleRoot, string _merkleIpfsHash, bool _immutable) returns (address)
setMerkleSetter(address _NFT, address _merkleSetter)
updateNFTMerkleTree(address _NFT, bytes32 _merkleRoot, string _merkleIpfsHash)
MerkleSetterUpdated(address indexed NFT, address indexed newSetter)
MerkleTreeUpdated(address indexed NFT, bytes32 indexed root, string ipfsHash)
NFTClaimed(address indexed NFT, uint256 indexed tokenId, address indexed receiver)
NFTDeployed(address indexed NFT, address indexed deployer, bool indexed isImmutable)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
MerkleProofError()
MerkleSetterError()