Mystique Universal
Verified contract
Active on
Ethereum with 176 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 "Mystique Universal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18122487 | a year ago | | | 0 | 0.00078924096 | |
| 15820610 | 2 years ago | | | 0 | 0.00076488776 | |
| 15710221 | 2 years ago | | | 0 | 0.00043304598 | |
| 15661824 | 2 years ago | | | 0 | 0.00025172528 | |
| 15661381 | 2 years ago | | | 0 | 0.00024243344 | |
| 15641732 | 2 years ago | | | 0 | 0.00052069405 | |
| 15605951 | 2 years ago | | | 0 | 0.00041512694 | |
| 15603854 | 2 years ago | | | 0 | 0.00016849280 | |
| 15599896 | 2 years ago | | | 0 | 0.00024517876 | |
| 15598806 | 2 years ago | | | 0 | 0.00041480100 |
ABI
ABI objects
Getter at block 21181512
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmQDCLHUvWsXm6M4PL5d7FPiqwDBKxfiSW6Lap3NudeNkw
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
999
name() view returns (string)
Mystique Universal
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe80dc28958695003539b8e88e979146319ee6830
price() view returns (uint256)
10000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
MYSTI
totalSupply() view returns (uint256)
592
whitelistMerkleRoot() view returns (bytes32)
0x2e631919c8936a3f027a528e2f52dd7bcefea1bb461ea254b71d074aad98c1a2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setPublicPaused(bool paused)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
whitelistStop(uint256 _maxSupply)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.