Fancy Honey Jars
Verified contract
Active on
Ethereum with 6,248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8708…18f2
Balances ($0.00)
No balances found for "Fancy Honey Jars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237605 | 2 days ago | | | 0 | 0.00062213335 | |
| 21163685 | 12 days ago | | | 0 | 0.00091464562 | |
| 21086385 | 23 days ago | | | 0 | 0.00096115323 | |
| 20955444 | a month ago | | | 0 | 0.00052258895 | |
| 20951349 | a month ago | | | 0 | 0.00085417830 | |
| 20922316 | a month ago | | | 0 | 0.0016376905 | |
| 20832396 | 2 months ago | | | 0 | 0.00056887265 | |
| 20653073 | 3 months ago | | | 0 | 0.000051890465 | |
| 20609406 | 3 months ago | | | 0 | 0.000021181192 | |
| 20158482 | 5 months ago | | | 0 | 0.00010078239 |
ABI
ABI objects
Getter at block 21249414
baseURI() view returns (string)
https://api-honeyjars.fancybearsmetaverse.com/
claimActive() view returns (bool)
true
fancyBears() view returns (address)
0x87084ec881d5a15c918057f326790db177d218f2
goldListRoot() view returns (bytes32)
0xbc1d7ebfbd8adfd448f92dd17c7280b30ce2a7943520f2dcf4938320b4b3e010
name() view returns (string)
Fancy Honey Jars
owner() view returns (address)
0xe821c366f3091b09d5ab066ceef038df63c4781a
symbol() view returns (string)
FHJ
totalSupply() view returns (uint256)
12199
Read-only
balanceOf(address owner) view returns (uint256)
fancyBearsClaimStatusByAddress(address _address) view returns (bool[], uint256[])
fancyBearsClaimed(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getLeaf(address _address, uint256 _maxClaim) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
numberClaimedByGoldListAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensInWallet(address _address) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] _tokenIds)
mintGoldList(bytes32[] _merkleproof, uint256 _maxClaim, uint256 _claimAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setGoldList(bytes32 _root)
toggleClaimActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BearsClaimedJars(address _address, uint256[] _tokenIds, uint256 _length)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _fancyBearsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.