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.

MINT GRANT

Unverified contract

Proxy

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

No balances found for "MINT GRANT"

0xca7367e0410264d3686386095f32d07ff226e119c5628f2c5e7c49edb52f1da6
0x4c9075fa913ff25c05b0a7955f4b3eb09588b99febd517c7e7309260387cf6b6
0x9f0137c0d3b7714515aec475dd6609ea75c2d13ef2d8fcfdbb5a2911e4b5f594
0x8d7997a327d7531f2480e16b51611c200e32616f93169b477dad3b57e37e3d33
0xc797a84e63b47d3c34be74b3267bb630ac79eb62de79fd2f33d0bbe560c955f4
0x6e9605dafedc6d8ce3d9cc49c5ad780f81451639259c41eeec08a84899436168
0x2865e4eb8dd6ea441ee23ad9e97dab07c762230664b3e9c3f57dd188cabbeb5e
0x65f32910bd7b3ca0a41b79044096a84c38b2d8115ce4c15d6764effcf05501fe
0x559539e4d57f242550d85d71965f02f60176ef600e8f6e416c520264c4322d96
0x5ec8525daec2a7c1cd4e14d76c4b7be6387c4cface74ea3922de2aa5e03e6223

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