Querying commands for the wasm module
axelard query wasm [flags]
-h, --help help for wasm
--chain-id string The network chain ID (default "axelar")
--home string directory for config and data (default "$HOME/.axelar")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
--output string Output format (text|json) (default "text")
--trace print out full stack trace on errors
- axelard query - Querying subcommands
- axelard query wasm build-address - build contract address
- axelard query wasm code - Downloads wasm bytecode for given code id
- axelard query wasm code-info - Prints out metadata of a code id
- axelard query wasm contract - Prints out metadata of a contract given its address
- axelard query wasm contract-history - Prints out the code history for a contract given its address
- axelard query wasm contract-state - Querying commands for the wasm module
- axelard query wasm libwasmvm-version - Get libwasmvm version
- axelard query wasm list-code - List all wasm bytecode on the chain
- axelard query wasm list-contract-by-code - List wasm all bytecode on the chain for given code id
- axelard query wasm list-contracts-by-creator - List all contracts by creator
- axelard query wasm params - Query the current wasm parameters
- axelard query wasm pinned - List all pinned code ids