get-token-factory-creator
Retrieve the creator address of a token factory denomination on the Osmosis blockchain using this tool. Input the denomination to identify its origin.
Instructions
Returns the creator address of a token factory denomination
Input Schema
Name | Required | Description | Default |
---|---|---|---|
denom | Yes | The token factory denomination |
Input Schema (JSON Schema)
{
"properties": {
"denom": {
"description": "The token factory denomination",
"type": "string"
}
},
"required": [
"denom"
],
"type": "object"
}