event FeesWithdrawn (Token indexed token, address indexed recipient, uint256 indexed amount, address sender);
This event is emitted when fees are withdrawn.
Last updated 8 months ago
token
address
The token in which fees were withdrawn.
recipient
The address of the fee receiver.
amount
uint256
The number of tokens.
sender
The address of the sender.