Xonin

Unverified contract

Proxy

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

No balances found for "Xonin"

0xdfa72bf79de4bb06db351c4d5981a1e1801c714c4f203b496fead6628c99b7fd
0x8a6c188e339dfc1169c6b91e0230821373b4dfed9a69e8b609f9ed46b96459c3
0x0256c1847025761c945776fc44b7e13fd9b528633d2512defd89f2a7efa70503
0xb8b8abaa6d29dd2ad0da0aa4ed013d4dc627fa4b65b167869d1828629018c4ce
0xe32ac3ef1e6a8fd24074410606d01376773405b15b554b2e07ea57a180570755
0x31be5664c6b5f251bbe3eb4684b062f3f88d526d7304909a89d26bcce0a27c86
0x270579f1d01f44e9e7c8f9824bd3246676210eee7f5d54a1fa7c7d241a82dc2e
0x013c6c1f63996e16b7704d59bfc8d094d29fd3f4f54b096ba52d3d1ed4e4d075
0x07af7707c3511c96c7a0a0cd7d2785bfd645c6dfac57b29a6476bcee73890236
0xcbe62d9c75987c731a72671401e9db97cbe6297e779cea266527cd448105b905

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