get-contract-history
Retrieve the code migration history of a specified contract address on the Osmosis blockchain using the dedicated tool from the Osmosis MCP Server.
Instructions
Returns the code migration history 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"
}