Mystical Muses
Verified contract
Active on
Ethereum with 126 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 "Mystical Muses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191112 | 2 days ago | | | 0 | 0.00088330254 | |
| 19224872 | 9 months ago | | | 0 | 0.00092258739 | |
| 18109669 | a year ago | | | 0 | 0.00026841361 | |
| 16424004 | 2 years ago | | | 0 | 0.00038615882 | |
| 16423994 | 2 years ago | | | 0 | 0.00035944407 | |
| 16402747 | 2 years ago | | | 0 | 0.0010760226 | |
| 16222019 | 2 years ago | | | 0 | 0.00066396223 | |
| 16179629 | 2 years ago | | | 0 | 0.0011029692 | |
| 16072319 | 2 years ago | | | 0 | 0.00078814423 | |
| 16071822 | 2 years ago | | | 0 | 0.00069899518 |
ABI
ABI objects
Getter at block 21208665
MAX_SUPPLY() view returns (uint256)
7777
allowListMaxMint() view returns (uint256)
500
getReserveAtATime() view returns (uint256)
50
isActive() view returns (bool)
true
isPresaleActive() view returns (bool)
false
maximumAllowedTokensPerPurchase() view returns (uint256)
10
maximumAllowedTokensPerWallet() view returns (uint256)
500
mintPrice() view returns (uint256)
70000000000000000
name() view returns (string)
Mystical Muses
owner() view returns (address)
0x87df1694c910a1309ce50d16b70195e1e10fe17c
presalePrice() view returns (uint256)
60000000000000000
symbol() view returns (string)
MM
tokensMinted() view returns (uint256)
305
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkIfOnAllowList(address addr) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
batchReserveToMultipleAddresses(uint256 _count, address[] addresses)
mint(uint256 _count) payable
preSaleMint(uint256 _count) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
reserveNft()
reserveToCustomWallet(address _walletAddress, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPresaleActive(bool _isPresaleActive)
setMaxMintSupply(uint256 maxMintSupply)
setMaxReserve(uint256 val)
setMaximumAllowedTokens(uint256 _count)
setMaximumAllowedTokensPerWallet(uint256 _count)
setPresalePrice(uint256 _presalePrice)
setPrice(uint256 _price)
setReserveAtATime(uint256 val)
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)
AssetMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.