get-contract-admin
Retrieve the admin address of a smart contract on the Osmosis blockchain by specifying the contract address using this query tool.
Instructions
Returns the admin address of a contract
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractAddress | Yes | The contract address to query |
Input Schema (JSON Schema)
{
"properties": {
"contractAddress": {
"description": "The contract address to query",
"type": "string"
}
},
"required": [
"contractAddress"
],
"type": "object"
}