PICKLED

Unverified contract

Proxy

Active on Base with 16 txns
Deployed by via 0x0a1932f5 at 23853120
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PICKLED"

0x24dcd7b18473d6ca1e23f88cf3db29a06cb7a847019a676aa7f042089aa0b112
0x95eb26d7b7e3070c251cfb79a8e02a8286c112cd81be52eb3aa052ff5ba73e22
0x756aa19cb2d4244125b6988189b9b005c1a9c8f7f684a23730d5d8faa4613901
0x4fea7e142b1ce751e3633c2289a60997d9a6cd5d2ca2b7e29ae870dbeb10f04d
0x46f8a1368177eeb000e92a1dfead2bb6f5c60ff9ef767221287fe2fb136a5338
0xf0e1b78182cc73ee9f5af1b0840fe20411dbc3f24249889747842a8a5a4473aa
0x4c4faafb89cb95ed1df51315640736bb6b5ac10c1cd952e21e545d0cf8820215
0x393d7fd7ff85ded81e6a2a3fb1c236d6e46a6789d140aa8502200314f38486de
0xe9ca9c539c92dfadbf1ad53e32d21c7b88eefc1b520f7f932e16168391f2f610
0xace457ff5c72fbe251723ed73a406dbf1159df91ee437ecd19ffd8aa55a5552c

Functions
Getter at block 23867829
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/PICKLED.json
decimals(pure returns (uint8)
0
name(view returns (string)
PICKLED
symbol(view returns (string)
PICKLED
totalSupply(view returns (uint256)
768
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(