Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.11)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,326.59 |
$0 | |
GRG | ERC-20 | 0.1 | $1.13 |
$0.11 | |
USA | ERC-20 | 1 | $0.000618 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000567 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22799966 | 3 days ago | | | 0 | 9.9816572e-7 | |
| 22745589 | 4 days ago | | | 0 | 0.0000056215480 | |
| 22399746 | 12 days ago | | | 0 | 0.0000010429881 | |
| 22369353 | 13 days ago | | | 0 | 9.9742680e-7 | |
| 22353777 | 14 days ago | | | 0 | 9.9742680e-7 | |
| 22350814 | 14 days ago | | | 0 | 2.8976362e-7 | |
| 22257345 | 16 days ago | | | 0 | 3.5513055e-7 | |
| 22132439 | 19 days ago | | | 0 | 4.8018011e-7 | |
| 21844323 | 25 days ago | | | 0 | 6.8673630e-7 | |
| 21751482 | a month ago | | | 0 | 1.8084290e-7 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleCounter(address) view returns (uint256)
publicSaleCounter(address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipIsPresaleState()
flipIsPublicSaleState()
internalMint(uint256 _quantity, address _to)
presaleMint(uint256 _quantity, bytes32[] _merkleProof) payable
publicSaleMint(uint256 _quantity) 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 baseURI, bool reveal)
setMerkleRoot(bytes32 _root)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
IsPresaleActiveSet(bool state)
IsPublicSaleActiveSet(bool state)
Minted(address user, uint256 quantity, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceSet(uint256 price)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _maxPubTokensPerTx, uint256 _maxPreTokensPerTx, uint256 _maxSupplyForTeam, uint256 _maxSupply, uint256 _price, uint256 _maxPubTokensPerWallet, uint256 _maxPreTokensPerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()