Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.21)
Native
Value
$3.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,211.85 |
$3.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19483928 | 8 months ago | | | 0 | 0.0012181506 | |
| 15842663 | 2 years ago | | | 0 | 0.00054461207 | |
| 15842635 | 2 years ago | | | 0 | 0.00058556380 | |
| 15683583 | 2 years ago | | | 0 | 0.0010834008 | |
| 15603062 | 2 years ago | | | 0 | 0.00025823333 | |
| 15603026 | 2 years ago | | | 0 | 0.00034050915 | |
| 15600147 | 2 years ago | | | 0 | 0.00025817668 | |
| 15188295 | 2 years ago | | | 0 | 0.0010830840 | |
| 15161769 | 2 years ago | | | 0 | 0.00072630863 | |
| 15148225 | 2 years ago | | | 0 | 0.0014276662 |
ABI
ABI objects
Getter at block 21184818
MAX_FREE_NFT_PER_TRAN() view returns (uint256)
2
MAX_NFT_PER_TRAN() view returns (uint256)
5
MINT_PRICE() view returns (uint256)
3000000000000000
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
maxFreeSupply() view returns (uint256)
900
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
5555
name() view returns (string)
Minotown
owner() view returns (address)
0xd7a6d3ba5e97e392c2041d36853137f12d34c7ab
symbol() view returns (string)
MNTWN
totalSupply() view returns (uint256)
1053
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
finalizeMetadata()
mint(uint256 count) payable
reduceSupply(uint256 newMaxSupply)
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address owner, uint256 money)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()