Events
Last updated
The x/feesplit module emits the following events:
register_fee_split
"contract"
{msg.ContractAddress}
register_fee_split
"sender"
{msg.DeployerAddress}
register_fee_split
"withdrawer_address"
{msg.WithdrawerAddress}
update_fee_split
"contract"
{msg.ContractAddress}
update_fee_split
"sender"
{msg.DeployerAddress}
update_fee_split
"withdrawer_address"
{msg.WithdrawerAddress}
cancel_fee_split
"contract"
{msg.ContractAddress}
cancel_fee_split
"sender"
{msg.DeployerAddress}
Last updated