humantownn.wtf
Verified contract
Active on
Ethereum with 162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($40.34)
Native
Value
$40.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0132 | $3,056.24 |
$40.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16189373 | 2 years ago | | | 0 | 0.00070007692 | |
| 15845450 | 2 years ago | | | 0 | 0.00024332650 | |
| 15402669 | 2 years ago | | | 0 | 0.00014537212 | |
| 15249204 | 2 years ago | | | 0 | 0.00028981711 | |
| 15127787 | 2 years ago | | | 0 | 0.0012903060 | |
| 14944067 | 2 years ago | | | 0.0001 | 0.0030985858 | |
| 14919089 | 2 years ago | | | 0 | 0.0015992064 | |
| 14916194 | 2 years ago | | | 0 | 0.0026247744 | |
| 14914430 | 2 years ago | | | 0 | 0.0020888026 | |
| 14914259 | 2 years ago | | | 0 | 0.0012196071 |
ABI
ABI objects
Getter at block 21191143
MAX_SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
name() view returns (string)
humantownn.wtf
owner() view returns (address)
0x5a2b61aee5264de0711f2684293a47468aa939d3
symbol() view returns (string)
HTWTF
totalSupply() view returns (uint256)
2285
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 to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _baseURI, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()