Represents a ERC721 NFT that can be wrapped
type ERC721Wrappable = { contractAddress: string; tokenId: BigNumberish;};
type contractAddress = string;
type tokenId = BigNumberish;