Honey Comb

Verified contract

Active on Ethereum with 11,031 txns
Deployed by via 0x09e7252e at 16751283
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Honey Comb"

0x018ad0697e07adde7a4fb3fe2b73ad7cbd50e6126b6f53320efa9f75b59da9c4
0x7b3a49268ea8a7412049c4c11621dce8d019646ead8ac76e98e0d63576d9fb04
0x7f2f6031f87db24fc982fac6dae446b1194806540ede1c5c449d09b00e8221b0
0xcc6bd4387f8c4c008827fb7e1d509266185496d95df03f1f9db1e9ff2774e38d
0x16b9f4b8c423708855280b6ecb0563a1a1fd6a67948db20199c004efd1517dbc
0x1e6078a94c6d2bc7fc2154b032bbb0ecd2cfbe0c6427b09a321d50f0c478e2d9
0xf63701c17347662663c0e4887b0019c790955262fbc631d320dcda80a3192c36
0x8e3cc241b15a46f468ddf0d1be7b6755ed471f7fd762c71f30c75fa550ce1f0f
0xebb582b8ee132422c1782a623f29846d07b9401b51b09266e402db72c7d8f4d5
0x6509dfe49976c8022089fb58538daffc00f306940fca4ae887c7401e952ce2d6

Functions
Getter at block 21295116
_baseTokenURI(view returns (string)
ipfs://Qmf1ZPzpSZPXzwNgraT6sDXGNBTvJShB4eVkwikRB2sXq9
gameRegistry(view returns (address)
0x21fdb00713c74147c2bb629de13531ab51a94b8b
isGenerated(view returns (bool)
false
name(view returns (string)
Honey Comb
nextTokenId(view returns (uint256)
16420
owner(view returns (address)
0x88f82e3e33aea5669667ee6f25fe40d04ae4b572
realOwner(view returns (address)
0xa4b1d4d0ccb3e73e5a4448fa07ac1c9526be19dd
symbol(view returns (string)
HONEYCOMB
totalSupply(view returns (uint256)
16420
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
batchMint(address touint256 amount
burn(uint256 _id
mint(address toreturns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setGenerated(bool generated_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferLowerOwnership(address newOwner
transferOwnership(address newOwner
transferRealOwnership(address newRealOwner
Events
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address gameRegistry_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
GameRegistry_NoPermissions(string roleaddress user
GameRegistry_StageOutOfBounds(uint8 index
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(