Maestros Mix

Verified contract

Active on Ethereum with 1,117 txns
Deployed by via 0x950fd403 at 15938793
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional variables

No balances found for "Maestros Mix"

0xfe894815dee8ba8343ff8b8caa4931311688e36723976e9c4143b7bf631b6044
0x2b44528f86c3d3b5de1c7273ddc9c7eb610c58bcaf5ba4995c2bbc0ed5fcfa33
0xe3f2e878c3460e7fa2fc2da61559e0e40ad10dbb4402722bb235be9b1e485fcf
0x800f344ed007a296666999ae020d603e93321f8330c38220062e6a6fb07c2576
0x505884006a6f0548b156d22bbc6756f84f0cc3097cadfe0baac00aaf4d45d70e
0xd88b6b2be3f405365e403ec9c98666f449b64c9fa69901987045f0e4d7cfd60d
0xc43c7bcb661de66ecf5d80f8f01984d7b6ad520a5a97bae85dfc4b473038106e
0xca03c6764091af0c0cc37ff90acaecd006984ffed7c919358538ec6e8a6b9efb
0xab581b6e2b129763c8223df00047c605e867d2fcf5b12fe72e1921ba2ba37689
0x5699d472ca174d2efc88a3b1ddef8c3a4f6dcef75f2603161e996cbbfb60eeb7

Functions
Getter at block 21166912
OGMinted(view returns (uint256)
74
WLMinted(view returns (uint256)
500
baseExtension(view returns (string)
.json
cost(view returns (uint256)
5000000000000000
maxMintAmountPerWallet(view returns (uint8)
5
maxOGFreePerWallet(view returns (uint8)
2
maxPublicFreePerWallet(view returns (uint8)
1
maxSupply(view returns (uint256)
1920
maxWLFreePerWallet(view returns (uint8)
1
name(view returns (string)
Maestros Mix
owner(view returns (address)
0xc40d31ba249ffb9220f02403ccd878a0335ff937
paidMinted(view returns (uint256)
950
pauseOG(view returns (bool)
false
pausePublicSale(view returns (bool)
false
pauseWL(view returns (bool)
false
paused(view returns (bool)
false
publicFreeMinted(view returns (uint256)
100
revealed(view returns (bool)
true
symbol(view returns (string)
MMAB
totalOGLimit(view returns (uint256)
320
totalPaidLimit(view returns (uint256)
950
totalPublicFreeLimit(view returns (uint256)
100
totalSupply(view returns (uint256)
1920
totalWLLimit(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTokensMintedPerWallet(address walletview returns (uint8)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWalletOG(address _userbytes32[] proofview returns (bool)
isWalletWL(address _userbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
OGMint(uint8 _mintAmountbytes32[] proofpayable 
PublicMint(uint8 _mintAmountpayable 
WLMint(uint8 _mintAmountbytes32[] proofpayable 
approve(address touint256 tokenIdpayable 
mintOwner(uint256 _mintAmount
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setMaxMintAmountPerWallet(uint8 _maxMintAmountPerWallet
setMaxOGFreePerWallet(uint8 _maxOGFreePerWallet
setMaxPublicFreePerWallet(uint8 _maxPublicFreePerWallet
setMaxWLFreePerWallet(uint8 _maxWLFreePerWallet
setNotRevealedURI(string _notRevealedURI
setPause(bool _state
setPauseOG(bool _pauseOG
setPausePublicSale(bool _pausePublicSale
setPauseWL(bool _pauseWL
setProofs(bytes32 _OGRootbytes32 _WLRoot
setTotalLimitsOfMint(uint256 _totalOGLimituint256 _totalWLLimituint256 _totalPublicFreeLimituint256 _totalPaidLimit
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURIstring _initNotRevealedUribytes32 _OGRootbytes32 _WLRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(