MYSTCLGenesis

Verified contract

Active on Base with 795 txns
Deployed by via 0x3bb7767f at 2058845
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
ERC-20
Value $0.11
ERC-20
Value $0
ERC-20
Value $0
0x5333eeba16e2224ac22685127799f2525dd52387fc069be732357302082935ec
0x5f799d40e0bebff7d9cb56d66168362e46a665b2fbd824c09a02eae1dab2ee02
0x08d6c18eadf6876fe984508ebbeb52cfa14cb8ebd5708e464db3dca7907f1309
0x9707c07c64ad278a636f4192f3aa9baf425375f2866fb4b2fb917ecd7d68098c
0x0a550c6f998ddfb9dc15ea008e07ca8958c1bd973f516092c648aa426c4f0f45
0x1526634d64befa750d8bd1bc8563f9dbd4e5fab9f365da7f16a6d46d6a9d1da1
0xf261de6c0324b4102e16c6309fe8338086b1246604ebacafef4686b938d35a60
0x9d5e519665ddcad32cf08a147467e79394f39587ab916e1721bd3458f17b2cd9
0x5c8fe7965e3ab67ec981e38cf13eecad9148b6132c03d21c0c0519534b24bfb5
0x4b5d192e2275f418161c7d84bdc75ae728df71d7f19b004b45489cd761bbed69

Functions
Getter at block 22938147
isPresaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
isRevealActive(view returns (bool)
true
maxPreTokensPerTx(view returns (uint256)
5
maxPreTokensPerWallet(view returns (uint256)
10
maxPubTokensPerTx(view returns (uint256)
5
maxPubTokensPerWallet(view returns (uint256)
25
maxSupply(view returns (uint256)
600
maxSupplyForTeam(view returns (uint256)
75
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
MYSTCL
owner(view returns (address)
0x5338c48bb44943afdcb7f1995b1ccef7916f88ae
price(view returns (uint256)
10000
symbol(view returns (string)
MYSTCL
totalSupply(view returns (uint256)
600
totalSupplyForTeam(view returns (uint256)
75
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
presaleCounter(addressview returns (uint256)
publicSaleCounter(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
flipIsPresaleState(
flipIsPublicSaleState(
internalMint(uint256 _quantityaddress _to
presaleMint(uint256 _quantitybytes32[] _merkleProofpayable 
publicSaleMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURIbool reveal
setMerkleRoot(bytes32 _root
setPrice(uint256 _price
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
IsPresaleActiveSet(bool state
IsPublicSaleActiveSet(bool state
Minted(address useruint256 quantityuint256 totalSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceSet(uint256 price
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboluint256 _maxPubTokensPerTxuint256 _maxPreTokensPerTxuint256 _maxSupplyForTeamuint256 _maxSupplyuint256 _priceuint256 _maxPubTokensPerWalletuint256 _maxPreTokensPerWallet
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(