ZombieMutantYC

Verified contract

Active on Ethereum with 3,252 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ZombieMutantYC"

0x4dfe0a5c2ad879fe53cad9ceda53041070047a6bb50aa7efb1c2a088cb33a52e
0x614bf7dce9fd04ef2d63c7f23c373c111cd97864772e9326108030d5fcb3c062
0xb9220a3bdfcb2fdb16ea1aee3e6902c003dffbb2eea92b644e849c5b12bceff2
From
0x5ace75f3a7ae31650abdf4d7cfb03b51020705cc9b96f207a6554b77fabe6c19
From
0xac97d8442a04b6994ed91b41eb7c6c22d816b5b1316d59be16448111f8bb1faa
From
0x14bf4b544cff8d24e703a124de1360220de173a9ea28dc5cf85006e7c0fc8c85
0x35f4449a60124aa7e95e9c5fe00dd5d0658f2d3eba8ff2b0218fd49daed8ca6c
0x872f41b1f621f1ef28e71af7fc0115cad930b22d985519b5e8e854820619e00f
0x854a104c543c0b5b394eba7306c127e02ca89dbb80473ccde86756d9a0b64cfe
0xab8b4c8de29db8802859e634a46844e0094b725a6229950999dc9a3af999d009

Functions
Getter at block 20860162
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
10000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
3
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)
2500000000000000
name(view returns (string)
ZombieMutantYC
owner(view returns (address)
0x45fc1376169dc0aa41caf8338f87f9dc112ef1ab
symbol(view returns (string)
ZMYC
totalSupply(view returns (uint256)
3835
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)
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(