FeesWithdrawn()
event FeesWithdrawn
(Token indexed token, address indexed recipient, uint256 indexed amount, address sender);
Event Parameters
Name
Type
Description
Last updated
event FeesWithdrawn
(Token indexed token, address indexed recipient, uint256 indexed amount, address sender);
This event is emitted when fees are withdrawn.
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