This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 13 minutes old. We're running behind the tip but working to resolve the issue.

Mystics Universe

Verified contract

Active on Ethereum with 16,236 txns
Deployed by via 0x87eafe1f at 15190146
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $64.83
ERC-20
Value $401.06
0x8a07415e9511a8e4d031788c03b16809d97715c22384830d3f0569d9c60b47fa
0xe41361d4fca4c3c4a5c06298550524e691bca3840e0926e1bdbde55e26459687
0x29c0aed8431ef3b20bf25f08b30488a0620a827954be904e08a3f5d03e31aa03
0x4750b58c58277b51dfaa7ecb2daea8e1650cbef62525d4f848e30b9d1c8e4a81
0xeed4dfbc28c5f6eed1746964245ddb16c78dfdf155704e9c8fa0bd49f205fa7f
0xa802e0bb255182c5f33a6c09df2bca8d0ebb65e1f703052420a0bea8e7b60fc5
From
0x009d9686c201293ecd930c1d3f4e2159c080a8f41242e3002057404e2690a1d1
0x8c39f5e02abb3b35011ba46710a9fb5d344734c589133182c69b948c5e80d196
0x42f6d4b2bcfa9537b4cf2f54468f3f8d5f00ec465eaeb6b7e1fc17e4171ac3a1
0x113f95a2c8da33970580f791638b5b9107a3a2f93faf01ac32b5e3350c80d3ce

Functions
Getter at block 20793296
config(view returns (uint64 ethPriceuint16 maxMintuint16 maxOrderuint16 maxSupplyuint8 saleState)
(ethPrice=59000000000000000, maxMint=1, maxOrder=1, maxSupply=5000, saleState=0)
contractURI(view returns (string)
https://mysticsuniverse.io/contract.json
name(view returns (string)
Mystics Universe
owner(view returns (address)
0x6a9efe6eaad2ca819a3cb903c716c872c9746836
symbol(view returns (string)
MU
tokenURIPrefix(view returns (string)
https://mystics.mypinata.cloud/ipfs/QmUkJXm15twvQeuYNtQH61w9kkSYToehUrwPi3LoFfHRdh/
tokenURISuffix(view returns (string)
.json
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isDelegate(address addrview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintSingle(bytes32[] proofpayable 
mintTo(uint16[] quantityaddress[] recipientpayable 
mintX(uint16 quantitybytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setConfig(struct MysticsUniverseMintConfig config_
setContractURI(string newContractURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setDelegate(address addrbool isDelegate_
setMerkleRoot(bytes32 merkleRoot_
setTokenURI(string prefixstring suffix
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(