ERC721Reward
type ERC721Reward = { contractAddress: string; tokenId: bigint };
type contractAddress = string;
type tokenId = bigint;
type ERC721Reward = { contractAddress: string; tokenId: bigint };
type contractAddress = string;
type tokenId = bigint;