MerkleMinter
Verified contract
Active on
Ethereum with 356 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MerkleMinter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16206868 | 2 years ago | | | 0.05 | 0.0012432208 | |
| 16206867 | 2 years ago | | | 0.1 | 0.00093702390 | |
| 16206866 | 2 years ago | | | 0.05 | 0.0017424138 | |
| 16206864 | 2 years ago | | | 0.2 | 0.0016952237 | |
| 16206845 | 2 years ago | | | 0.05 | 0.0024054054 | |
| 16206834 | 2 years ago | | | 0.05 | 0.0024901514 | |
| 16206829 | 2 years ago | | | 0.05 | 0.0017775605 | |
| 16206827 | 2 years ago | | | 0.05 | 0.0015927692 | |
| 16206812 | 2 years ago | | | 0.1 | 0.0023565775 | |
| 16206803 | 2 years ago | | | 0.05 | 0.0019286390 |
ABI
ABI objects
Getter at block 21290435
This contract contains no getter function objects.
Read-only
addressPublicMintCount(address, address) view returns (uint256)
addressWLMintCount(address, address) view returns (uint256)
freeMintClaimed(address, address) view returns (bool)
getDropData(address _dropAddress) view returns (bytes32 _merkleroot, bool _mintbossAllowed, uint256 _mintbossMintPrice, uint256 _mintbossAllowListMintPrice, uint256 _mintbossReferralFee, uint256 _mintPhase, uint256 _publicMintPrice, uint256 _maxPublicMintCount, uint256 _maxWLMintCount, uint256 _allowlistMintPrice)
referralCount(address, address) view returns (uint256)
State-modifying
Events createMint(address _dropAddress, struct DropData _initialDropData)
mintAllowList(address _dropAddress, address _recipient, uint256 _quantity, address _referrer, string _eid, bytes32[] _proof) payable
mintFreeMintList(address _dropAddress, bytes32[] _proof)
mintPublic(address _dropAddress, address _recipient, uint256 _quantity, address _referrer, string _eid) payable
setMerkleRoot(address _dropAddress, bytes32 _merkleroot)
setMintPhase(address _dropAddress, uint256 _newPhase)
setMintbossMintPrice(address _dropAddress, uint256 _newMintbossMintPrice)
setMintbossReferralFee(address _dropAddress, uint256 _newMintbossReferralFee)
setPublicMintPrice(address _dropAddress, uint256 _newMintPrice, uint256 _newMintCap)
setWLCap(address _dropAddress, uint256 _newCap)
toggleMintbossAllowed(address _dropAddress)
MintCreated(address _dropAddress)
MintPhaseChanged(address _dropAddress, address _from, uint256 newPhase)
MintbossMint(address _dropAddress, address _referrer, string _eid, uint256 _quantity)
constructor()
This contract contains no fallback and receive objects.
InvalidEthAmount()