type MintAdditionalSupplyToParams = { supply: bigint; to: string; tokenId: bigint;};
type supply = bigint;
type to = string;
type tokenId = bigint;