Mystic Motors
Verified contract
Active on
Ethereum with 829 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mystic Motors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285097 | 6 days ago | | | 0 | 0.00046456263 | |
| 20684851 | 3 months ago | | | 0 | 0.00031692727 | |
| 20655071 | 3 months ago | | | 0 | 0.000074274345 | |
| 20613028 | 3 months ago | | | 0 | 0.00011935184 | |
| 20281900 | 5 months ago | | | 0 | 0.00025186907 | |
| 20134754 | 5 months ago | | | 0 | 0.00035232081 | |
| 19932841 | 6 months ago | | | 0 | 0.00078667961 | |
| 19870990 | 7 months ago | | | 0 | 0.00013899946 | |
| 19825029 | 7 months ago | | | 0 | 0.00018188647 | |
| 19819126 | 7 months ago | | | 0 | 0.00046293677 |
ABI
ABI objects
Getter at block 21330956
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] _proof, bytes32 _leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address _user, uint256 _quantity)
approve(address to, uint256 tokenId) payable
mint(uint256 _quantity, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAmountMintPerAccount(uint256 _amountMintPerAccount)
setApprovalForAll(address operator, bool approved)
setMintEnabled(bool _state)
setPublicSaleEnabled(bool _state)
setWhitelistRoot(bytes32 _whitelistRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MintSuccessful(address user, uint256 totalSupplyBeforeMint, uint256 _quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _ownerAddress, bytes32 _whitelistRoot, address[] _minterAddresses, uint256[] _tokenAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()