Events
The tokenfactory module emits the following events:
An EventCreateTFDenom is emitted upon MsgCreateDenom execution, which creates a new token factory denom.
An EventMintTFDenom is emitted upon MsgMint execution, which mints a new token factory denom for a recipient.
An EventBurnDenom is emitted upon MsgBurn execution, which burns a specified amount for any denom for a user.
An EventChangeTFAdmin is emitted upon MsgChangeAdmin execution, which changes the admin address for a new token factory denom.
An EventSetTFDenomMetadata is emitted upon MsgSetDenomMetadata execution, which sets the token factory denom metadata for a given token factory denom.
Last updated