HUNT Mini Building

Unverified contract

Proxy

Active on Base with 562 txns
Deployed by via 0x6affdbf5 at 13613514
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x4ff15d841d8cd04136ef3ddd433898813e95a0bfab07df0e892392ffd06b0417
0x46284f8885c59f0a823a085fc990145514ab7a3a73dc866e83888f176ce5817e
0x11c8bd6ebe9684cc18edbf63cf05d5e02a08e38d5200e40e98c30a18c99ec6f7
0x0eea50cee901faee3f1a2c4a82b6b99385960f6f5a8fee563c2407541534c8d7
0xfa98223564cd47c35013e8b40234a1f7408c09547e8380292b9175f93f70fa92
0x9510b9b3c4ef93dc2e247ea6ba7dc23506fa34e21bcc81eae212280edbd4934f
0xc7ad3c049a6e04484668c11b19309f7db3f34a07f8e212af9c58ea9fdb99efa8
0xd33d8d3781a261cd8c15bb461718333829122ad0b4b57afc1f54f9345e1ef042
0xcd0feec5def522c8afd1e98bdcc55707067b04c31dc2b34416c0c67a9cb4c2b1
0x8b6bd8800c17865cf0feae29a2a0bc5996a8623860e1355847cb924da99debc5

Functions
Getter at block 23702488
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/MINIBD.json
decimals(pure returns (uint8)
0
name(view returns (string)
HUNT Mini Building
symbol(view returns (string)
MINIBD
totalSupply(view returns (uint256)
2726
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
burnByBond(address accountuint256 amount
init(string name_string symbol_string uri_
mintByBond(address touint256 amount
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
MCV2_MultiToken__AlreadyInitialized(
MCV2_MultiToken__BurnAmountExceedsTotalSupply(
MCV2_MultiToken__NotApproved(
MCV2_MultiToken__PermissionDenied(