Melancholy Trip
Verified contract
Proxy
Active on
Ethereum with 593 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 Trip"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16816030 | 2 years ago | | | 0 | 0.00068425702 | |
| 16809672 | 2 years ago | | | 0 | 0.0012204632 | |
| 16809671 | 2 years ago | | | 0 | 0.0011997751 | |
| 16809524 | 2 years ago | | | 0 | 0.0011768983 | |
| 16809498 | 2 years ago | | | 0 | 0.0011871042 | |
| 16809355 | 2 years ago | | | 0 | 0.0011173985 | |
| 16809353 | 2 years ago | | | 0 | 0.0012852338 | |
| 16809350 | 2 years ago | | | 0 | 0.0011613157 | |
| 16809350 | 2 years ago | | | 0 | 0.0011613157 | |
| 16809346 | 2 years ago | | | 0 | 0.0013119862 |
ABI
ABI objects
Getter at block 21097289
implementation() view returns (address)
0xfda6905182bd28701fd1331b241ffab3f161e7d5
initialized() view returns (bool)
true
maxBalance() view returns (uint256)
1000
maxMint() view returns (uint256)
20
maxSupply() view returns (uint256)
998
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Melancholy Trip
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xc3d06f7833da9b082e6eb8d1d8e483c88009f2d2
symbol() view returns (string)
MT
totalSupply() view returns (uint256)
998
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
createOverride(string t, string s, string u, uint256 n, uint256 p, uint96 r)
mintOwner(address addr, uint256 tokenQuantity)
mintPublic(uint256 tokenQuantity) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMetaData(string _uri)
setOperatorFilteringEnabled(bool value)
setTokenRoyalty(uint96 r)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()