Maestros Mix
Verified contract
Active on
Ethereum with 1,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "Maestros Mix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20606202 | 3 months ago | | | 0 | 0.000040421047 | |
| 19759769 | 6 months ago | | | 0 | 0.00036053097 | |
| 17515939 | a year ago | | | 0 | 0.0013008890 | |
| 16759411 | 2 years ago | | | 0 | 0.00096058961 | |
| 16714961 | 2 years ago | | | 0 | 0.0014158749 | |
| 16711296 | 2 years ago | | | 0 | 0.0011210172 | |
| 16660939 | 2 years ago | | | 0 | 0.00099671142 | |
| 16653736 | 2 years ago | | | 0 | 0.0019713622 | |
| 16642044 | 2 years ago | | | 0 | 0.0021867257 | |
| 16638133 | 2 years ago | | | 0 | 0.0017139228 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensMintedPerWallet(address wallet) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
isWalletOG(address _user, bytes32[] proof) view returns (bool)
isWalletWL(address _user, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OGMint(uint8 _mintAmount, bytes32[] proof) payable
PublicMint(uint8 _mintAmount) payable
WLMint(uint8 _mintAmount, bytes32[] proof) payable
approve(address to, uint256 tokenId) payable
mintOwner(uint256 _mintAmount)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 _OGRoot, bytes32 _WLRoot)
setTotalLimitsOfMint(uint256 _totalOGLimit, uint256 _totalWLLimit, uint256 _totalPublicFreeLimit, uint256 _totalPaidLimit)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, bytes32 _OGRoot, bytes32 _WLRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()