MultiToken Implementation
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MultiToken Implementation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9440124 | 10 months ago | | | 0 | 1.1268194e-7 |
ABI
ABI objects
Getter at block 22091713
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burnByBond(address account, uint256 amount)
init(string name_, string symbol_, string uri_)
mintByBond(address to, uint256 amount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
MCV2_MultiToken__AlreadyInitialized()
MCV2_MultiToken__BurnAmountExceedsTotalSupply()
MCV2_MultiToken__NotApproved()
MCV2_MultiToken__PermissionDenied()