MerkleMinter

Verified contract

Active on Ethereum with 356 txns
Deployed by via 0xa50df5da at 16068044
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MerkleMinter"

0xe3bb8f54b26894babb54accdb27078d23f77cad9080d2b55b424a2163e3d67fb
0x6a1c91c7770115896ae0f2af7e4ec576c924c0e3c264ee63644c7279b08ecd28
0xf3109a04e15ede672f60522ed5bde605ee4ede497a6addfbe6f0bc525a1dd808
0x913715c9a9edd0590d5ed6335c4a23afdeb28ca2e72b07f13e2239a5e3c89eac
0xab84b2dd8fd7782cab312e6b10de71185d04a37ea093d634d21bdea74ba88888
0x7c02a1041de1b52b2a49afe3521fc0f34c0274979bd55b43481cdbed3bec4108
0x0cd4f57918951eb34d8c2b023be9d5c6f34dc30c515768d3472f0b9189aa2537
0xc283cbdd3ee41d06830ff21afb6c032d322e4ec203fdfba6fcf3d1fa40029fc0
0xdd72c88ab27e8d1e6e64ba0d5450c6bf94d6be4e47b5cc31dcb598c6bcd165e7
0x4014ab6b0a4d86282076aba59c25afb19835d0b503a374a3ecb8ea9dcb9749ea

Functions
Getter at block 20936653

This contract contains no getter function objects.

Read-only
addressPublicMintCount(addressaddressview returns (uint256)
addressWLMintCount(addressaddressview returns (uint256)
freeMintClaimed(addressaddressview returns (bool)
getDropData(address _dropAddressview returns (bytes32 _merklerootbool _mintbossAlloweduint256 _mintbossMintPriceuint256 _mintbossAllowListMintPriceuint256 _mintbossReferralFeeuint256 _mintPhaseuint256 _publicMintPriceuint256 _maxPublicMintCountuint256 _maxWLMintCountuint256 _allowlistMintPrice)
referralCount(addressaddressview returns (uint256)
State-modifying
createMint(address _dropAddressstruct DropData _initialDropData
mintAllowList(address _dropAddressaddress _recipientuint256 _quantityaddress _referrerstring _eidbytes32[] _proofpayable 
mintFreeMintList(address _dropAddressbytes32[] _proof
mintPublic(address _dropAddressaddress _recipientuint256 _quantityaddress _referrerstring _eidpayable 
setMerkleRoot(address _dropAddressbytes32 _merkleroot
setMintPhase(address _dropAddressuint256 _newPhase
setMintbossMintPrice(address _dropAddressuint256 _newMintbossMintPrice
setMintbossReferralFee(address _dropAddressuint256 _newMintbossReferralFee
setPublicMintPrice(address _dropAddressuint256 _newMintPriceuint256 _newMintCap
setWLCap(address _dropAddressuint256 _newCap
toggleMintbossAllowed(address _dropAddress
Events
MintCreated(address _dropAddress
MintPhaseChanged(address _dropAddressaddress _fromuint256 newPhase
MintbossMint(address _dropAddressaddress _referrerstring _eiduint256 _quantity
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidEthAmount(