HYPEBEARS_GALLERIES
Verified contract
Active on
Ethereum with 132 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 "HYPEBEARS_GALLERIES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19605273 | 7 months ago | | | 0 | 0.0011030115 | |
| 19543660 | 8 months ago | | | 0 | 0.00089468526 | |
| 18720039 | a year ago | | | 0 | 0.0011647385 | |
| 17782303 | a year ago | | | 0 | 0.00096485710 | |
| 17504658 | a year ago | | | 0 | 0.00067711303 | |
| 17465239 | a year ago | | | 0 | 0.00083864097 | |
| 17413062 | a year ago | | | 0 | 0.00097891337 | |
| 17118251 | 2 years ago | | | 0 | 0.0033508589 | |
| 16914014 | 2 years ago | | | 0 | 0.00051146313 | |
| 16656852 | 2 years ago | | | 0 | 0.0011399267 |
ABI
ABI objects
Getter at block 21224464
nonce() view returns (uint256)
1
owner() view returns (address)
0x8b30b72d00d1c832ac599e51ae86032bad8d0a88
proxyEnabled() view returns (bool)
true
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events create(address _to, uint256 _amount)
mint(uint256 _id, address _to, uint256 _amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setProxyEnabled(bool _status)
setURI(string _URI)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CreateItem(uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
UpdateURI(string uri)
constructor(string _initialUri, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.