Honey Comb
Verified contract
Active on
Ethereum with 11,031 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 "Honey Comb"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294080 | 3 hours ago | | | 0 | 0.00089442503 | |
| 21293253 | 6 hours ago | | | 0 | 0.00048939524 | |
| 21293121 | 7 hours ago | | | 0 | 0.00057697200 | |
| 21292582 | 9 hours ago | | | 0 | 0.00023560321 | |
| 21292548 | 9 hours ago | | | 0 | 0.00036187226 | |
| 21292439 | 9 hours ago | | | 0 | 0.00047304784 | |
| 21292430 | 9 hours ago | | | 0 | 0.00050436893 | |
| 21290864 | 14 hours ago | | | 0 | 0.00033956492 | |
| 21290696 | 15 hours ago | | | 0 | 0.00030359905 | |
| 21290593 | 15 hours ago | | | 0 | 0.00039389943 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) 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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
batchMint(address to, uint256 amount)
burn(uint256 _id)
mint(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGenerated(bool generated_)
transferFrom(address from, address to, uint256 tokenId) payable
transferLowerOwnership(address newOwner)
transferOwnership(address newOwner)
transferRealOwnership(address newRealOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address gameRegistry_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
GameRegistry_NoPermissions(string role, address user)
GameRegistry_StageOutOfBounds(uint8 index)
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()