HoneyJar
Verified contract
Active on
Ethereum with 1,330 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 "HoneyJar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21083931 | 9 hours ago | | | 0 | 0.00046474534 | |
| 21083918 | 9 hours ago | | | 0 | 0.00049278289 | |
| 21077499 | a day ago | | | 0 | 0.00044917666 | |
| 21076642 | a day ago | | | 0 | 0.00060334157 | |
| 21066395 | 3 days ago | | | 0 | 0.00029860548 | |
| 21064486 | 3 days ago | | | 0 | 0.00057947265 | |
| 21060202 | 4 days ago | | | 0 | 0.00029749131 | |
| 21057589 | 4 days ago | | | 0 | 0.00045450046 | |
| 21049210 | 5 days ago | | | 0 | 0.00025335608 | |
| 21049189 | 5 days ago | | | 0 | 0.00017817929 |
ABI
ABI objects
Getter at block 21086554
gameRegistry() view returns (address)
0xec420b0d0da852359e0d6a31ec322ab502c788a2
isGenerated() view returns (bool)
true
maxTokenId() view returns (uint256)
4199999
name() view returns (string)
HoneyJar
nextTokenId() view returns (uint256)
6456
owner() view returns (address)
0xa4b1d4d0ccb3e73e5a4448fa07ac1c9526be19dd
realOwner() view returns (address)
0xa4b1d4d0ccb3e73e5a4448fa07ac1c9526be19dd
startingTokenId() view returns (uint256)
0
symbol() view returns (string)
HONEYJAR
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address to, uint256 amount)
burn(uint256 _id)
mintOne(address to) returns (uint256)
mintTokenId(address to, uint256 tokenId_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setGenerated(bool generated_)
transferFrom(address from, address to, uint256 tokenId)
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)
BaseURISet(string uri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetGenerated(bool generated)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address owner_, address gameRegistry_, uint256 startTokenId_, uint256 mintAmount_)
This contract contains no fallback and receive objects.
GameRegistry_NoPermissions(string role, address user)
GameRegistry_StageOutOfBounds(uint8 index)
MaxMintLimitReached(uint256 mintNum)
URIQueryForNonexistentToken()