Version
ref: Wallet-StableCoin-Version
Get the contract version string. FiatToken/USDC compatibility.
func Version(
contractAddress string,
) (string, error)
func main() {
...
alchemy := gas.NewAlchemy(setting)
...
version, err := w.StableCoin().Version(contractAddress)
}