IPayment
Functions
receive
receive() external payable;unwrapWETH9
function unwrapWETH9(uint256 amountMinimum, address recipient) external payable;sweepTokenAmount
function sweepTokenAmount(IERC20 token, uint256 amount, address recipient) external payable;sweepToken
function sweepToken(IERC20 token, uint256 amountMinimum, address recipient) external payable;refundETH
function refundETH() external payable;unwrapAndSweep
Errors
PaymentSenderNotWETH9
PaymentInsufficientBalance
Last updated