WithdrawalCancelled()

event WithdrawalCancelled()

This event is emitted when a withdrawal is cancelled.

event WithdrawalCancelled(
        Token indexed pool,
        address indexed provider,
        uint256 indexed requestId,
        uint256 poolTokenAmount,
        uint256 reserveTokenAmount,
        uint32 timeElapsed
);

Uses

This event can be used to:

  • Monitor withdrawal cancellations

Triggered By

This event is triggered by the following functions:

  • cancelWithdrawal()

Last updated