Skip to main content
The Fee Collector collects fees accrued by the protocol. When pools or farms are created (and for certain operations like swaps/emergency unlock), fees are routed to this contract.

Instantiate

{}

ExecuteMsg

UpdateOwnership (::cw_ownable)

This is a cw_ownable message.
{
  "update_ownership": {
    "transfer_ownership": {
      "new_owner": "mantra1...",
      "expiry": { "at_height": "424242424242" }
    }
  }
}

QueryMsg

Ownership (::cw_ownable)

This is a cw_ownable query.
{ "ownership": {} }

MigrateMsg

{}