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 22090525.

The Degen Tarot

Unverified contract

Proxy

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

No balances found for "The Degen Tarot"

0xd21b67662be2c164031cfa5eec8333d72aafd2a841d6e7b50aac3e71a1b6b1d1
0x77ad433d44fccb5c47857440cbc8713b7fa00826cfb396e6c07355babf11f0fa
0x408c15f23af33135fbb39d2b2194e2a46da30339e2fe1f0bd9e76635f1599fac
0x77fe782588188b2058b6610af86905e51a59924aa1aec2becc438a626376800c
0xab1273b887cbc8d47471540d72347e6e813e0920ca960debcc4bbb72836d0a03
0x468e3912ac28c42a3afcabef44490ed6af1f6d3b436225feafd0861680413f6b
0x298de3c3602022c848ea60a18ecb0f5c26d7ede92f0d6c59807d2718fb78329d
0xaf92b830d47337ad5a3d47bc4f0778b6924bfbd6f3011393085314fa432f7d21
0x3db41cda9d3cb83edd14ac42e79b1ec93ef3ff3bce4d9b7e2264c3ede05ee8ab
0x4cd52a9181bf04e3857c372fffd36026c7c31cc9c884c3e47952f54f501d3957

Functions
Getter at block 22091713
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/the-degen-tarot.json
decimals(pure returns (uint8)
0
name(view returns (string)
The Degen Tarot
symbol(view returns (string)
the-degen-tarot
totalSupply(view returns (uint256)
100
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(