Humankind

Verified contract

Active on Ethereum
Deployed by via 0x23a80537 at 16178716
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Humankind"

0x2e9d908261eaf673475a9d0132fe7bc84a578d915ea99aa7d73bdbdb7678cf83
0xe3c209e24023cccd2886019024d05c66a54172f453e0cc4d02236975e17ec2cb
0xdf71042edadaf48855af3f2ecc8ed3174b0ce4ea1908b9d46d59e07da835a8db
0x33852f3575a54de06f47d1f3bed36625636fbe849b2103f425e162f0d0295d4b
0xe316cc232635acca22f0daa479c4480b6a546868b0d51d80818045e45fd6a0f6
0x4751c247df53dfeb403003a6961dbe8a1477c336595c0dc509ae0180b3a87b08
0xabfb8ef4d41e7dac7cebae0d1c883f19e89c621a245130913bb4a00792e3c9fe
0x4be49961652773882c302285e73e564e09b71c2c8812f16428002b0e73a5c602
0xc149b24861530704699fe19f98ec832c46da745d746b65928d8fc1256bd47fce
0xbeb6a6bb8aa04c7106cb0f867f9cacd6ef913dff861765bca131eb1997b160d4

Functions
Getter at block 21209438
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseTokenURI(view returns (string)
https://nft.bueno.art/api/contract/5v9FeI9NAT1xKXvA9YH2u/chain/1/metadata/
isAdventuringEnabled(view returns (bool)
true
lunchboxContract(view returns (address)
0xa30cf1135be5af62e412f22bd01069e2ceba8706
name(view returns (string)
Humankind
owner(view returns (address)
0xc358522c2eb462e4886f4c5a53e5e380a616b63a
symbol(view returns (string)
HMNKND
totalSupply(view returns (uint256)
5008
Read-only
adventuringData(uint256 tokenIdview returns (struct AdventureData)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getLunchboxForToken(uint256 tokenIdview returns (uint256)
getLunchboxesForTokens(uint256[] tokenIdsview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
adminEndAdventure(uint16 tokenId
adminToggleAdventuring(
approve(address operatoruint256 tokenIdpayable 
lunchTime(uint16[] tokenIdsbytes signature
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLunchboxContract(address _lunchboxContract
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSigner(address _signer
toggleAdventure(uint16[] tokenIds
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Adventuring(uint16 indexed tokenId
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReturnedFromAdventure(uint16 indexed tokenId
TokensMinted(address indexed minteruint256 fromIndexuint256 toIndex
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _lunchboxContractstring _baseUriaddress _royaltyAddressuint96 _royaltyAmountaddress _signer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdventuringNotActive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidLunchboxContract(
InvalidQueryRange(
InvalidSignature(
InvalidSignerAddress(
InvalidTokenId(
KindIsAdventuring(
MaxPerTransaction(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotOwnerOfToken(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(