Melancholy by Moody
Verified contract
Active on
Ethereum with 407 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 "Melancholy by Moody"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16361272 | 2 years ago | | | 0 | 0.00047910001 | |
| 16360957 | 2 years ago | | | 0.008 | 0.0012761107 | |
| 16360948 | 2 years ago | | | 0.002 | 0.0012337172 | |
| 16360807 | 2 years ago | | | 0 | 0.0010361857 | |
| 16360803 | 2 years ago | | | 0.002 | 0.0012757951 | |
| 16360799 | 2 years ago | | | 0.01 | 0.00098428932 | |
| 16360798 | 2 years ago | | | 0.008 | 0.00095160837 | |
| 16360797 | 2 years ago | | | 0.006 | 0.00095311608 | |
| 16360797 | 2 years ago | | | 0.004 | 0.00092633156 | |
| 16360794 | 2 years ago | | | 0.002 | 0.0012351445 |
ABI
ABI objects
Getter at block 21217015
cost() view returns (uint256)
2000000000000000
maxSupply() view returns (uint256)
999
name() view returns (string)
Melancholy by Moody
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xd648ede2e0e665e6e91431d39e945d1787bc4365
paused() view returns (bool)
false
symbol() view returns (string)
Moody
totalSupply() view returns (uint256)
766
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
repeatRegistration()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setOperatorFilteringEnabled(bool value)
setPaused(bool _state)
setSupply(uint256 _supply)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()