Unique Vehicle 1/69 Token

Unverified contract

Proxy

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

No balances found for "Unique Vehicle 1/69 Token "

0x6de5e5b60796eb45d512bbadff91f7923479cb6c5d00e6b7c70a4cd072cf097b
0xc6d5ffaccf62f052c26a490b8b41390238e67dd8bab4a7b9e69ec474a2b28021
0x0592b199e0f45e73bb3ebfe5fb6f6bbe5ba6d395113a1e650decf0d7651d8505
0x0f20b65f9dc007bf315c080723d7b856b3e6d51f3a468d772a3b8f5ac3ccd5dc
0x60006bb7a4644a94660c33f904d86a6e5579ef2c4cd7f4c048966bf846e7fe15
0xedf87676da50086bcd8f0370ffe24d2e3fb01d00f06558ca03420b7cc48ca888
0x9367e1089a6a55adce09102c8fe3290d983248e529301ae5322905819419ee40
0x5a3414260ab2ca05ef0edc83c0be5c225219f67d4e8484e9b3295ee119881688
0x2d78c70d252c75961f6f6dc27b252cacdd33879c2336f7e0d67d29cd0867dd28
0x27894991f847340a8c86b3ca373c6fb1a346904f179807bb590d6dc809f86b9f

Functions
Getter at block 22773543
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/unique-vehicle-1-69-token.json
decimals(pure returns (uint8)
0
name(view returns (string)
Unique Vehicle 1/69 Token
symbol(view returns (string)
unique-vehicle-1-69-token
totalSupply(view returns (uint256)
69
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(