0xMAYC

Verified contract

Active on Ethereum with 8,131 txns
Deployed by via 0xd8aaae65 at 14243241

The storage layout for this contract could not be retrieved.

No balances found for "0xMAYC"

0xa169625bd9d3a7499cd87336357880a73f80dba5f95eea06e83623db4d4fbad9
0x8f3b3df34fad53351b0b5390ed48e3acd02c8a3b62cb271d226e355c7f2e8a1f
0x14401533f43bf508ab075dcb89e29542c8c2d97fe786231773f5520b281fb258
0x9333ed721fcc39fd8aae9dba12bcd8a5b430c549c74f97086ca8e0edff920e24
0x7a28bae066f0ea676502f9047bf7e8225b87d164af80d2dbe5811d2ae9824b2b
0x7762cd7df0fe6a01a890641136bdfbbfc8f983ade7bf2f133f851622f597463b
0xf179308a12a805910187e8efdb5d26334bb7c771e6fc9599e6a71ebf7324b365
0xdafd62d2ff1a90051deb70d887d051c9ae02dde6eeb0d34e57645c428153ba74
0x6ec7f18dc93b07c30d5442ab2a74ffbfb97ece07add68a8733c4150128a29025
0xb6602badc9697316a01a40b102fa5753ec747833a5e3cb9bb2d28bbcc1ed8a62

Functions
Getter at block 21220802
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
1000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
5
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
10000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
10000000000000000
name(view returns (string)
0xMAYC
owner(view returns (address)
0xd19369ebb1bd98557e14fb61852e7bfdce2f5ed5
symbol(view returns (string)
0xMAYC
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
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
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
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(
URIQueryForNonexistentToken(