This contract is being backfilled. You may encounter incomplete storage history.

MultiToken Implementation

Verified contract

Implementation

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

No balances found for "MultiToken Implementation"

0xaa2c71164e8ae54ebc2219984579b9f0962d0cfd52e7fb3cab69e48e39415bbb

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