HappyLand Gummy Bears Official
Verified contract
Active on
Ethereum with 23,715 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($106.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.032163 | $3,312.07 |
$106.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246770 | 2 days ago | | | 0 | 0.00061956485 | |
| 21180918 | 11 days ago | | | 0 | 0.0037798260 | |
| 21164475 | 13 days ago | | | 0 | 0.00096047476 | |
| 21134453 | 17 days ago | | | 0 | 0.0012981621 | |
| 21133244 | 18 days ago | | | 0 | 0.0013722874 | |
| 21065943 | a month ago | | | 0 | 0.00088554943 | |
| 21050049 | a month ago | | | 0 | 0.00067990122 | |
| 21027940 | a month ago | | | 0 | 0.00014207019 | |
| 20981664 | a month ago | | | 0 | 0.00025246701 | |
| 20901540 | 2 months ago | | | 0 | 0.00016050143 |
ABI
ABI objects
Getter at block 21259280
MAX_BEARS() view returns (uint256)
9600
baseURI() view returns (string)
https://happylandgummybears.s3.us-west-2.amazonaws.com/
name() view returns (string)
HappyLand Gummy Bears Official
owner() view returns (address)
0x16e4bb9ad61ef9052b6a2e906d3618d2a42985d3
saleIsActive() view returns (bool)
true
symbol() view returns (string)
HLGB
totalSupply() view returns (uint256)
9600
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintBears()
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)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.