Hybrid Humans
Verified contract
Active on
Ethereum with 797 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 "Hybrid Humans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19952254 | 6 months ago | | | 0 | 0.00015834836 | |
| 19852775 | 6 months ago | | | 0 | 0.00018126779 | |
| 19121027 | 10 months ago | | | 0 | 0.0010975348 | |
| 19108384 | 10 months ago | | | 0 | 0.00038656265 | |
| 19108378 | 10 months ago | | | 0 | 0.00044793784 | |
| 19108376 | 10 months ago | | | 0 | 0.00042130625 | |
| 19108374 | 10 months ago | | | 0 | 0.00067410304 | |
| 19108372 | 10 months ago | | | 0 | 0.00037909122 | |
| 19108369 | 10 months ago | | | 0 | 0.00044489622 | |
| 19108366 | 10 months ago | | | 0 | 0.00076773368 |
ABI
ABI objects
Getter at block 21230332
MAX_PER_PUBLIC_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
1111
MINT_PRICE() view returns (uint256)
100000000000000000
name() view returns (string)
Hybrid Humans
owner() view returns (address)
0xc9bfb7a0607a5670bb77c5fc2d72c86941ed2ef9
publicSaleStarted() view returns (bool)
true
symbol() view returns (string)
HyHu
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
guardianOf(address tokenOwner) 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 airdrop(address[] owners, uint256[] amounts)
approve(address to, uint256 tokenId)
burnExcess()
flipPublicSale(bool _state)
mint(uint256 amount) payable
removeGuardianOf(address tokenOwner)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setGuardian(address guardian)
setRevealed(string _baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
GuardianAdded(address indexed addressGuarded, address indexed guardian)
GuardianRemoved(address indexed addressGuarded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CallerGuardianMismatch(address caller, address guardian)
ExceedMaxMint()
InvalidGuardian()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughTokens()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleIsPaused()
TokenIsLocked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongValueSent()