Lost in Melancholia
Verified contract
Proxy
Active on
Ethereum with 14 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Lost in Melancholia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15210146 | 2 years ago | | | 0 | 0.00054930744 | |
| 14777264 | 2 years ago | | | 0 | 0.0026360844 | |
| 14616256 | 3 years ago | | | 0 | 0.0020088841 | |
| 14456869 | 3 years ago | | | 0 | 0.0065012204 | |
| 14455695 | 3 years ago | | | 0 | 0.011360268 | |
| 14455217 | 3 years ago | | | 0 | 0.0073229316 | |
| 14432817 | 3 years ago | | | 0 | 0.0038067360 | |
| 14432807 | 3 years ago | | | 0 | 0.0058310407 | |
| 14432794 | 3 years ago | | | 0 | 0.0053737960 | |
| 14323291 | 3 years ago | | | 0 | 0.0059093389 |
ABI
ABI objects
Getter at block 21121902 renounceOwnership() view
baseURI() view returns (string)
calcIERC721CreatorInterfaceId() pure returns (bytes4)
0x40c1a064
defaultRoyaltyPercentage() view returns (uint256)
10
defaultRoyaltyReceiver() view returns (address)
0x7c3018a930e2d0d060069ac1ec38dbf9619e20be
disabled() view returns (bool)
false
name() view returns (string)
Lost in Melancholia
owner() view returns (address)
0x7c3018a930e2d0d060069ac1ec38dbf9619e20be
symbol() view returns (string)
MCI_LIM
totalSupply() view returns (uint256)
6
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 receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenCreator(uint256 _tokenId) view returns (address)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
transferOwnership(address) view
State-modifying
Events addNewToken(string _uri)
approve(address to, uint256 tokenId)
batchAddNewToken(string[] _uris)
burn(uint256 tokenId)
deleteToken(uint256 _tokenId)
disableContract()
init(string _name, string _symbol, address _creator)
mintToWithRoyaltyPercentage(string _uri, address _receiver, uint256 _royaltyPercentage)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyaltyReceiver(address _receiver)
setRoyaltyReceiverForToken(address _receiver, uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractDisabled(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.