Mystic Motors

Verified contract

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

No balances found for "Mystic Motors"

0x1423ac45ae796058b3515e05f5f37edb68eeffab502729156d1dfa9edb1bdbaa
0xa5e058719452df5b418b7667933776b6fd1a997281de4d902c00d250ede403ce
0x7ab14f4882ec82f508bc72aeb80ac49208f75d6b765d3127fa67226d553383ea
0xf4efaf1f0ec713298443364f89a2a92d7a074520939caca3d813ed85d80a9a1b
0xdc8239147c6ed4a35874097189423cc86279963ce60cb7cb080670be96af2d8e
0x5484a2a0c68f52fd9d0ea3bd6537bc03fb095378d294ac3f0010af83fae89385
0x078511881f9c872a0be855f54efb5f202416513d460a0284cca7580c9a785c78
0x4f40a735dd61ba6d8ff3556deb61cdda19689552087cefd4b7e88dbc4c3d1992
0x864f1173539edd60ac8cc72d4304813e1ad850872e67c71f17c83beeb56e82dc
0x7650ab0e147ad6db50c9f715069fa888cca223fe7a974274bd5c2c6f43bda1f7
From

Functions
Getter at block 20935160
amountMintPerAccount(view returns (uint256)
8
baseTokenURI(pure returns (string)
ipfs://bafybeiahekcekq7zqnft2wcbknbk6ysfms6dj57uskiltgbva4cfidemcq/
contractURI(pure returns (string)
ipfs://bafkreigr3t4hrqmmd67m5ih5ieio7fit4xm3ph5eopq4o23z3o5jmzisee/
max_supply(view returns (uint256)
500
mintEnabled(view returns (bool)
true
name(view returns (string)
Mystic Motors
owner(view returns (address)
0xc4728ce1fb0082be064ec71fd86e0238c454e858
price(view returns (uint256)
20000000000000000
publicSaleEnabled(view returns (bool)
false
symbol(view returns (string)
MYSTIC
totalSupply(view returns (uint256)
500
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistRoot(view returns (bytes32)
0x9e2b6a3498bf1f81e176959d421944e195d016d0df2808cc1c1935f68dcc7440
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] _proofbytes32 _leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(address _useruint256 _quantity
approve(address touint256 tokenIdpayable 
mint(uint256 _quantitybytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAmountMintPerAccount(uint256 _amountMintPerAccount
setApprovalForAll(address operatorbool approved
setMintEnabled(bool _state
setPublicSaleEnabled(bool _state
setWhitelistRoot(bytes32 _whitelistRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MintSuccessful(address useruint256 totalSupplyBeforeMintuint256 _quantity
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _ownerAddressbytes32 _whitelistRootaddress[] _minterAddressesuint256[] _tokenAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(