Mythological Madness
Verified contract
Active on
Ethereum with 1,964 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($59.00)
Native
Value
$59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,933.52 |
$59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18894273 | a year ago | | | 0 | 0.00043620903 | |
| 17806330 | a year ago | | | 0 | 0.00093112231 | |
| 17515787 | a year ago | | | 0 | 0.0013122754 | |
| 16267973 | 2 years ago | | | 0 | 0.00060998971 | |
| 15879398 | 2 years ago | | | 0 | 0.0012213042 | |
| 15813720 | 2 years ago | | | 0 | 0.00060372202 | |
| 15445117 | 2 years ago | | | 0 | 0.00063006978 | |
| 15395170 | 2 years ago | | | 0 | 0.00025260198 | |
| 15395136 | 2 years ago | | | 0 | 0.00025664371 | |
| 15388504 | 2 years ago | | | 0 | 0.00014574640 |
ABI
ABI objects
Getter at block 21416026
baseURI() view returns (string)
ipfs://QmaW4m2BcQpKSuh4AXTENYd8oGbapsSB5g9QmzWbA2w1eU/
freeSupply() view returns (uint256)
3333
isPaused() view returns (bool)
false
isPublicSale() view returns (bool)
true
maxPerWallet() view returns (uint256)
2
maxPerWalletWL() view returns (uint256)
2
maxSupply() view returns (uint256)
3333
merkleRoot() view returns (bytes32)
0x9ac4344ee68c733532193c8bba6327d6298134b0c61a3edb5b09d08da2bf7384
name() view returns (string)
Mythological Madness
owner() view returns (address)
0xc0102af80eb0da3ee438eb82c856cff265337a17
price() view returns (uint256)
2500000000000000
symbol() view returns (string)
MMAD
totalSupply() view returns (uint256)
3333
wlPrice() view returns (uint256)
0
wlSupply() view returns (uint256)
3300
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistMintedNumber(address owner) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
cutSupply(uint256 _maxSupply)
devMint(uint256 quantity)
mint(uint256 quantity) payable
mintWhitelist(uint256 quantity, bytes32[] merkleProof) 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 newuri)
setFreeSupply(uint256 _freeSupply)
setMaxPerWalleet(uint256 _maxPerWallet)
setMaxPerWalletWL(uint256 _maxPerWalletWL)
setMerkleRoot(bytes32 _merkleRoot)
setPause(bool value)
setPrice(uint256 _price)
setPublic(bool value)
setWlSupply(uint256 _wlSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()