Mutant Morphan

Verified contract

Active on Ethereum with 1,183 txns
Deployed by via 0x69ac4fc3 at 15329000
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mutant Morphan"

0xdef93b550deba9d213037c28e81e4bf3f3a4ab73d47a92a24792d545d7817de9
0x49fb484d2b34831c6c82da7357714eec6d826e1de5e85b707d400537c3025c3c
0x784e61daddb48b3fbef10a499c1825ef5c55f8b23d17e83143e4ee44f718fc06
0xfb11b405b452d627026f35b752f7338391cf60a0c2f1192d6c2021ea96292bcb
0x63225b18dd35bde51fc2954a4521b604ae0f4fbba1b36f2a65009cf44d02f0c2
0xaf934fe55db1e22999080f5fc708b61f9fa8f949b954aac2dd191b0eff3663c7
0x8d3057f9ae7c587f24f7b73e72b83d99122e5f214f2a2f9ec653756c592cc5cf
0xe8bddfb934cdbf5cf24030cf0f444588bf2c4996a225fdf4d8dcfb6343d3b801
0x26af3c82df1ab2cc25d16baeb99a6bbd3f9ca036202f8c078b2fed6e3b621f46
0xcd29e5f1f5d533dd6bcb16326fc38d18c2126fc496691aacdf7ffb512ad73e13
From

Functions
Getter at block 20903555
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3333
name(view returns (string)
Mutant Morphan
owner(view returns (address)
0x53f2bfbe20ad1551bda7b4ba2fa7c413966d00be
symbol(view returns (string)
MM
totalSupply(view returns (uint256)
3079
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(