Events

The x/feesplit module emits the following events:

Register Fee Split

TypeAttribute KeyAttribute Value

register_fee_split

"contract"

{msg.ContractAddress}

register_fee_split

"sender"

{msg.DeployerAddress}

register_fee_split

"withdrawer_address"

{msg.WithdrawerAddress}

Update Fee Split

TypeAttribute KeyAttribute Value

update_fee_split

"contract"

{msg.ContractAddress}

update_fee_split

"sender"

{msg.DeployerAddress}

update_fee_split

"withdrawer_address"

{msg.WithdrawerAddress}

Cancel Fee Split

TypeAttribute KeyAttribute Value

cancel_fee_split

"contract"

{msg.ContractAddress}

cancel_fee_split

"sender"

{msg.DeployerAddress}

Last updated