// SPDX-License-Identifier: MIT import { Nft } from "@koinosbox/contracts"; export class ___CONTRACT_CLASS___ extends Nft { _name: string = "___CONTRACT_NAME___"; _symbol: string = "___CONTRACT_CLASS___"; _uri: string = "https://example.com"; }