Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,158.61)
Native
Value
$6,158.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.00304 | $3,074.63 |
$6,158.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15936558 | 2 years ago | | | 0 | 0.0025449637 | |
| 15894146 | 2 years ago | | | 0 | 0.0038577340 | |
| 15782971 | 2 years ago | | | 0 | 0.0017073344 | |
| 15782852 | 2 years ago | | | 0.3 | 0.0044751662 | |
| 15782848 | 2 years ago | | | 0.3 | 0.0046611829 | |
| 15782844 | 2 years ago | | | 0.3 | 0.0045859495 | |
| 15782839 | 2 years ago | | | 0.3 | 0.0045197257 | |
| 15782337 | 2 years ago | | | 0.3 | 0.0071317967 | |
| 15768921 | 2 years ago | | | 0.3 | 0.0074136981 | |
| 15676485 | 2 years ago | | | 0.3 | 0.0056540251 |
ABI
ABI objects
Getter at block 21209833
cost() view returns (uint256)
300000000000000000
getMetadataUpdateFee() view returns (uint256)
75000000000000000
isSaleStarted() view returns (bool)
true
maxSupply() view returns (uint256)
1791
name() view returns (string)
MozartNFT
notRevealedUri() view returns (string)
http://mozart.livingopera.org/nft/metadata/
owner() view returns (address)
0x236626a1ad3d19e1cc6eb822809fc3c2bd688b64
paused() view returns (bool)
false
publicsalePerAddressLimit() view returns (uint256)
1791
revealed() view returns (bool)
true
symbol() view returns (string)
MZT
totalSupply() view returns (uint256)
17
Read-only
addressMintedPublicsale(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintFees(uint256 _mintAmount) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Burn(uint256 tokenId)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintAsOwner(uint256 _mintAmount)
multiTransfer(address[] _address, uint256[] _tokenIds)
pause(bool _state)
renounceOwnership()
reveal(bool _reveal)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setMetadataUpdateFee(uint256 _metadataUpdateFee)
setNftCost(uint256 price)
setNotRevealedURI(string _notRevealedURI)
setPublicsalePerAddressLimit(uint256 _publicsalePerAddressLimit)
startSale()
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
receive()
This contract contains no error objects.