The Humanians
Verified contract
Active on
Ethereum with 8,029 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 "The Humanians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139356 | 17 days ago | | | 0 | 0.00081579558 | |
| 21139310 | 17 days ago | | | 0 | 0.0016627573 | |
| 21103107 | 22 days ago | | | 0 | 0.000098720671 | |
| 21026508 | a month ago | | | 0 | 0.00016269292 | |
| 21026507 | a month ago | | | 0 | 0.00028620403 | |
| 21019357 | a month ago | | | 0 | 0.00050127093 | |
| 20998178 | a month ago | | | 0 | 0.00022977607 | |
| 20904972 | 2 months ago | | | 0 | 0.00010682469 | |
| 20900254 | 2 months ago | | | 0 | 0.00012878902 | |
| 20648851 | 3 months ago | | | 0 | 0.000059956388 |
ABI
ABI objects
Getter at block 21258504
baseURI() view returns (string)
https://oddoneoutlabs.mypinata.cloud/ipfs/Qme8vhhD3LW9uq9oGiPGMWonvXndesEQhYNrM7ZP4Euskp/
contractState() view returns (uint8)
0
merkleRoot() view returns (bytes32)
0x155442bc5af6cd96eb257b7618b322e88cf4ad05805dffeaccb27a7d363b1e7f
name() view returns (string)
The Humanians
owner() view returns (address)
0x00043be03b02274a0c5940c7c2a585cc0cf6f540
placeholderURI() view returns (string)
https://oddoneoutlabs.mypinata.cloud/ipfs/QmbsVVZFDgLurMmHTDuxytydifyN9WCcBGSWBWyWAME1dy
presaleAllowancePlusOne() view returns (uint256)
3
symbol() view returns (string)
HUMAN
tokenPrice() view returns (uint256)
75000000000000000
totalSupply() view returns (uint256)
5800
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
holdingSince(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
saleInfo(address addr) view returns (uint256[7])
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[])
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintPresale(uint256 quantity, bytes32[] proof) payable
mintPublic(uint256 quantity) payable
mintReserved(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractState(uint8 contractState_)
setMaxPresale(uint256 maxPresale)
setMaxSale(uint256 maxSale)
setMerkleRoot(bytes32 merkleRoot_)
setPlaceholderURI(string placeholderURI_)
setPresaleAllowance(uint256 presaleAllowance)
setRoyalties(address recipient, uint256 value)
setTokenPrice(uint256 tokenPrice_)
setTxLimit(uint256 txLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address account, uint256 amount)
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()
IndexOutOfBounds()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
QueryForZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()