ADO
Query, execute, or create and ADO
Available commands
Command | Description |
---|---|
Creates an ADO by given type. | |
Executes a message on an ADO by given address. | |
Queries the info of ADO for a given address. | |
Queries details about your deployed apps and ADOs for the current chain | |
Queries an ADO by given address. | |
Transfers ownership of an ADO. |
Create
Creates and ADO based on the specified ADO type.
Usage
Example
We are then prompted to add the information needed to create the timelock ADO.
Flags
Flag | Description | Usage |
---|---|---|
label | Used to provide a label assigned to the instantiation | --label 'Wow what a great transaction!' |
admin | Used to provide an alternative admin address for the contract | -- admin andr1... |
simulate | Simulates the transaction without broadcasting it. Useful to estimate gas costs. | -- simulate |
Prints the constructed message before simulating. | ||
help | Displays info about the current command. | --help |
Execute
Executes a message on an ADO by given contract address.
Usage
Example
You can then chose from the list of executes to run.
Flags
Flag | Description | Usage |
---|---|---|
funds | Funds to send with the message | --funds 100uandr |
memo | An optional memo to attach to the message | --memo 'Wow what a great transaction!' |
simulate | Simulates the transaction without broadcasting it. Useful to estimate gas costs. | -- simmulate |
Prints the constructed message before simulating. | ||
help | Displays info about the current command. | --help |
Info
Queries the info of specified ADO contract address.
Usage
Example
List
Queries details about your deployed apps and ADOs for the current chain.
Usage
Example
Flags
Flag | Description | Usage |
---|---|---|
type | Filter assets by ADO type | --type cw721 |
search | Filter assets by ADO name | --search nfts |
help | Displays info about the current command | --help |
Query
Queries an ADO by given contract address.
Usage
Example
You can then chose from the list of queries to run.
Transfer
Transfers ownership of an ADO.
Usage
Example
Last updated