HumansTown
Verified contract
Active on
Ethereum with 2,354 txns
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 "HumansTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16537972 | 2 years ago | | | 0 | 0.00049889340 | |
| 16509871 | 2 years ago | | | 0 | 0.00068771533 | |
| 16494437 | 2 years ago | | | 0 | 0.0021976681 | |
| 15844477 | 2 years ago | | | 0 | 0.00022818221 | |
| 15414708 | 2 years ago | | | 0 | 0.00032753689 | |
| 15408957 | 2 years ago | | | 0 | 0.00027441310 | |
| 15395586 | 2 years ago | | | 0 | 0.00045264664 | |
| 15311476 | 2 years ago | | | 0 | 0.00045830063 | |
| 15254321 | 2 years ago | | | 0 | 0.00012575794 | |
| 15128200 | 2 years ago | | | 0 | 0.00084936850 |
ABI
ABI objects
Getter at block 21283469
Haulted() view returns (bool)
false
Human_PRICE() view returns (uint256)
0
MAX_Humans() view returns (uint256)
10000
MAX_Minteths() view returns (uint256)
6
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmPpFsqMJZ75QKxbdVbKhVZHhU8q4LLnYoct9iF9pXYPSF/
name() view returns (string)
HumansTown
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x21ad3d8151428235acd7951bf865f714bf8130b3
symbol() view returns (string)
HTWTF
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events DonateToTheKing() payable
FundsForTheKing()
Hault(bool _state)
Minteth(uint256 numTokens) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.