Humans of the Metaverse
Verified contract
Active on
Ethereum with 9,110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOTM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169224 | 18 days ago | | | 0 | 0.0010669034 | |
| 21068009 | a month ago | | | 0 | 0.00058929800 | |
| 20883576 | 2 months ago | | | 0 | 0.00028001790 | |
| 20854783 | 2 months ago | | | 0 | 0.00036571540 | |
| 20752632 | 2 months ago | | | 0 | 0.000073932065 | |
| 20702109 | 3 months ago | | | 0 | 0.000049376553 | |
| 20669977 | 3 months ago | | | 0 | 0.00015725762 | |
| 20555890 | 3 months ago | | | 0 | 0.000039184577 | |
| 20536773 | 3 months ago | | | 0 | 0.00042172129 | |
| 20438097 | 4 months ago | | | 0 | 0.000089043445 |
ABI
ABI objects
Getter at block 21300481
_trustedContract() view returns (address)
0x68b1b0b89e52440df04237a21751331ae9e87a23
isPresaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
name() view returns (string)
Humans of the Metaverse
owner() view returns (address)
0xa7cc24240c4709209185c5232d873307d6055a21
symbol() view returns (string)
HOTM
totalSupply() view returns (uint256)
6500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWhitelist(address) view returns (bool)
presaleWhitelistMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addToWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mint(uint256 _mintAmount) payable
mintPresale(uint256 _mintAmount) payable
renounceOwnership()
reserve(address _to, uint256 _reserveAmount)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setTrustedContract(address _contractAddress)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdraw()
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.