Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 23585809.

Vlady ART collection 1M supply

Unverified contract

Proxy

Active on Base with 1,016 txns
Deployed by via 0x98fdd297 at 22332645
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Vlady ART collection 1M supply"

0xb4f1c38aa1ac5142b3c0c76262fc2275c14c84a369c67cd1a4dcb1e1251f5146
0x2cd41057f66287f0e4caee4408738870dfd8a6ee6fa21d1813c4f2a6af316a73
0x768b89864bacfe04c5b946c1f03e75305bf79429ecb0508702e0604c1c6d0dc0
0x86365460f7511a17023dd9079af90e3d5e8b90caceb1b8d4292798e53da19ff4
0x736e6a19705f4d3bf7f6ea0e67205f7c29492cbe7d2d95a4c4f2e061047a1ab7
0x7f48b6cbaf2058fc6a1df8e450d842d362e027ba8f4b17e82894639bfe44b48b
0xe246f6c840dad2a642cb998d1c0c9a11638341315ef7d581f9d9b66e1fc14212
0xff58b8b1d5a4e24cc460d2486dbb8456145c7faca10d79fab2be51113bab5163
0x60da7017b90c708ac7e21770d3ee62b3cc65ea9303a58027c8cc819b8f82f9c8
0x6b9a3e3f32eb7287f4c8bd88855a33eb39593db30b20a4454f64fad918046519

Functions
Getter at block 23585814
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/vlady-art-collection-1-m-supply.json
decimals(pure returns (uint8)
0
name(view returns (string)
Vlady ART collection 1M supply
symbol(view returns (string)
vlady-art-collection-1-m-supply
totalSupply(view returns (uint256)
1000000
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(