Events

Events

The x/revenue module emits the following events:

Register Fee Split

TypeAttribute KeyAttribute Value

register_revenue

"contract"

{msg.ContractAddress}

register_revenue

"sender"

{msg.DeployerAddress}

register_revenue

"withdrawer_address"

{msg.WithdrawerAddress}

Update Fee Split

TypeAttribute KeyAttribute Value

update_revenue

"contract"

{msg.ContractAddress}

update_revenue

"sender"

{msg.DeployerAddress}

update_revenue

"withdrawer_address"

{msg.WithdrawerAddress}

Cancel Fee Split

TypeAttribute KeyAttribute Value

cancel_revenue

"contract"

{msg.ContractAddress}

cancel_revenue

"sender"

{msg.DeployerAddress}

Last updated