TheHumanoids
Verified contract
Active on
Ethereum with 26,474 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 "TheHumanoids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242450 | 5 days ago | | | 0 | 0.00049400648 | |
| 21224463 | 7 days ago | | | 0 | 0.0010032875 | |
| 21214573 | 9 days ago | | | 0 | 0.00059130219 | |
| 21207104 | 10 days ago | | | 0 | 0.00056333290 | |
| 21205553 | 10 days ago | | | 0 | 0.00045069966 | |
| 21203984 | 10 days ago | | | 0 | 0.00049901223 | |
| 21181126 | 13 days ago | | | 0 | 0.0038992951 | |
| 21168390 | 15 days ago | | | 0 | 0.0012943427 | |
| 21135938 | 20 days ago | | | 0 | 0.00060890598 | |
| 21134318 | 20 days ago | | | 0 | 0.00046936308 |
ABI
ABI objects
Getter at block 21275703
baseURI() view returns (string)
ipfs://QmQY8wxnx4LrJZbYANQ2BCvMaWWrzkXXiHCGhqjjVfrwKQ/
hasReserved() view returns (bool)
true
maxTokens() view returns (uint256)
10000
maxWallet() view returns (uint256)
5
name() view returns (string)
The Humanoids
owner() view returns (address)
0x80580d6c8950956fd624322664cbd5ee36171f50
presaleIsActive() view returns (bool)
false
price() view returns (uint256)
80000000000000000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
HMNDS
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)
minted(address) view returns (uint256)
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)
flipPresaleState()
flipSaleState()
mint(uint256 _amount) payable
mintPresale(uint256 _amount, uint256 _maxTotal, uint8 _signatureV, bytes32 _signatureR, bytes32 _signatureS) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setMaxWallet(uint256 _newMaxWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.