Wrapped HypeBears
Verified contract
Active on
Ethereum with 3,151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x14e0…f6ef
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- | |
HB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199873 | 3 days ago | | | 0 | 0.00061334605 | |
| 20822791 | 2 months ago | | | 0 | 0.0013144852 | |
| 20644482 | 3 months ago | | | 0 | 0.000031532800 | |
| 20644481 | 3 months ago | | | 0 | 0.000031099862 | |
| 20640253 | 3 months ago | | | 0 | 0.00012747675 | |
| 20608110 | 3 months ago | | | 0 | 0.000046524398 | |
| 20532450 | 3 months ago | | | 0 | 0.00016842453 | |
| 20525868 | 3 months ago | | | 0 | 0.0013039718 | |
| 20387469 | 4 months ago | | | 0 | 0.00010179668 | |
| 20309408 | 4 months ago | | | 0 | 0.0017663950 |
ABI
ABI objects
Getter at block 21223595
name() view returns (string)
Wrapped HypeBears
owner() view returns (address)
0x3f05512cf385e185f4afa682cfc5461699875c5b
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
WHB
totalSupply() view returns (uint256)
2098
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)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setURIs(string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unWrapNFT(uint256 _tokenId)
unWrapNFTMulti(uint256[] _tokenIds)
withdraw(address to)
wrapNFT(uint256 _tokenId)
wrapNFTMulti(uint256[] _tokenIds)
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(address _main, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.