Honey Comb

Verified contract

Active on Ethereum with 10,055 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"

0x6d9d72733708cb0fbf9dbbda9a85d5f82f807a2506da26670bf81cd54c55349f
0x493d7455302ef53b2aaac2181b1a2547abcf816838616f147277f86b1db26d3a
0x7933b745e31236292c78271b423e2089944289a9725707cd3e6f96c174565bcf
0x9b299ab158e249c30cf3355d7a454e8e119dc5d8503a088a9a0f11f2dc3ba136
0xeb8a5f358c7d9c1f1b1a51ebc3e5facbc23f5c067ee5f15b1a427f74790a7ae6
0xc262ff0bf198823f0373f5d3faeed9699a39e2d2fd80fa90c13a392c442bc36c
0x4986317bfac6ad8e53e211c87abc8a615a2e56d24534cb0aebfebf0611f6b329
0x318e9c4db2c45fa9e931cc76fc273553a69ba7486cc7bc1f44edf0200bb5b2d5
0x1cd20536d336e34647846475e41cd9ed683d59fe6e55443bab243a6923ad6b79
0x8672815c4090dd210cb320f0eb5eb0c33eb5c105ef2b4403f8814e61c24c600d

Functions
Getter at block 20869777
_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(