Messages
MsgUpdateContract
Updates registered contract execution params (gas price, limit). Can also define a new admin account.
Can be called only by admin (if defined) or contract itself.
MsgDeactivateContract
Deactivates a registered contract (it will no longer be executed in begin blocker)
MsgActivateContract
Reactivates a registered contract (it will be executed in begin blocker from now on again)
MsgExecuteContract
Invokes a function defined within the smart contract. Function and parameters are encoded in ExecuteMsg, which is a JSON message encoded in Base64.
MsgMigrateContract
Can be issued by the owner of a migratable smart contract to reset its code ID to another one. MigrateMsg is a JSON message encoded in Base64.
MsgUpdateContractOwner
Can be issued by the smart contract’s owner to transfer ownership.
Last modified on March 30, 2026