GetToken0Path
GetToken0Path returns the path of token0 in the pool. Parameters:
- poolPath: Canonical pool path identifying the pool to query.
Returns:
- string: Canonical token0 contract path stored by the pool.
- error: Non-nil when poolPath does not identify an existing pool.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetToken0Path()"
Result