FeesWithdrawn()

    event FeesWithdrawn
    (Token indexed token, address indexed recipient, uint256 indexed amount, address sender);

This event is emitted when fees are withdrawn.

Event Parameters

NameTypeDescription

token

address

The token in which fees were withdrawn.

recipient

address

The address of the fee receiver.

amount

uint256

The number of tokens.

sender

address

The address of the sender.

Last updated