Tunes Moon Pass

Verified contract

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

No balances found for "Tunes Moon Pass"

0xf83e843b344677cff86c9a64708e0643f0fac1687c36db72820b18667f5c7c44
0x92037d7e93e856a9ce4da73c55b105e2c09d024fc4e41319feb4d60ec67beaab
0xa327b8e37fb51c4771ad8d5bdd12a25a74492b43d205632cc2b2fe27ed5bfac5
0xa6f581c039e92d494a06a18520fc25e513b17505c0cf8ddc23f5bcd7b8da40ed
0xcc3d071cdb8b5589ba984be7645b37089fabfc571b755b6d33e1da5941b11a48
From
0x0e4c08fa968a63ceb9a0249b53ea6a14455a3ec9864ef4af86ef9853237a0f67
0xe6832b2b2130cf677bc022512049acd4fa1b4f20686f5c386ec126fcae93973b
0x98c835884bdbef8a3ee20b54b0961fc3cc4f87655dce2b844ce94271cbfaced3
0x0fc490c57f2dcfd1a1428040ce11c102e71f1a01058837860a1e36d296be4bc0
0x6013331c7a0d0c5c1de1deaf382c25bf5af207d1bf4e305c4f6deb98b84cb02c

Functions
Getter at block 20944418
MAX_PER_TXN(view returns (uint256)
10
MAX_PER_WALLET_PRESALE(view returns (uint256)
3
SALE_PRICE(view returns (uint256)
100000000000000000
getBaseURI(view returns (string)
ipfs://QmWPodTHyUDS3YwKrAn92cbN6UMaLwBAa89oWnJi7sxo76
isPreSaleActive(view returns (bool)
true
isPublicSaleActive(view returns (bool)
true
maxPreSaleTunes(view returns (uint256)
4844
maxTunes(view returns (uint256)
4844
name(view returns (string)
Tunes Moon Pass
owner(view returns (address)
0x332252416b88ec9b25a441461fe67a193df806c7
preSaleMerkleRoot(view returns (bytes32)
0x31a4f5f26b6ae8baad1ff49f25c157f5d5f6a3fe76e2d9ebf7080c067e07502a
symbol(view returns (string)
TUNES
totalSupply(view returns (uint256)
705
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCounts(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
capSupply(uint256 _supply
mint(uint256 quantitypayable 
mintPreSale(uint8 quantitybytes32[] merkleProofpayable 
ownerMint(uint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setIsPreSaleActive(bool _isPreSaleActive
setIsPublicSaleActive(bool _isPublicSaleActive
setPresaleListMerkleRoot(bytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePrice(uint256 _price
withdraw(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _maxTunesuint256 _maxPreSaleTunes
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(