Emitted when accumulated fees are withdrawn by the fee collector.

interface FeesWithdrawnEvent {
    amount: string;
    asset: string;
    feeCollector: string;
    ledger: number;
    name: "FeesWithdrawn";
    pagingToken: string;
}

Properties

amount: string

Amount withdrawn

asset: string

Token contract address

feeCollector: string

Fee collector address that received the fees

ledger: number
name
pagingToken: string