Mystic Degen
Verified contract
Active on
Ethereum with 930 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 "Mystic Degen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20232006 | 5 months ago | | | 0 | 0.00017435150 | |
| 16709153 | 2 years ago | | | 0 | 0.00045267177 | |
| 15986464 | 2 years ago | | | 0 | 0.00033902563 | |
| 15391818 | 2 years ago | | | 0 | 0.00055501036 | |
| 15369422 | 2 years ago | | | 0 | 0.00022464827 | |
| 15369422 | 2 years ago | | | 0 | 0.00039540842 | |
| 15339788 | 2 years ago | | | 0 | 0.00029901327 | |
| 15336344 | 2 years ago | | | 0 | 0.00012278800 | |
| 15334474 | 2 years ago | | | 0 | 0.00047694858 | |
| 15334416 | 2 years ago | | | 0 | 0.00094238466 |
ABI
ABI objects
Getter at block 21294858
MAX_PER_WALLET() view returns (uint256)
5
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
5555
name() view returns (string)
Mystic Degen
owner() view returns (address)
0xc4a17fdc1bb54e523bce62c524aee06fa20858ff
symbol() view returns (string)
MD
totalSupply() view returns (uint256)
4321
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
mint(uint256 signature) 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 url)
setMaxSupply(uint256 newMaxSupply)
start()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()