Interface FactoryInitializedEvent

Event emitted by the Soroswap Factory contract when it is initialized. The setter address identifies the account that is authorized to enable/disable fees and set the fee recipient address.

interface FactoryInitializedEvent {
    contractType: "SoroswapFactory";
    eventType: "init";
    feeSettingAddress: string;
    ledger: number;
    timestamp: number;
}

Hierarchy

  • BaseFactoryEvent
    • FactoryInitializedEvent

Properties

contractType
eventType
feeSettingAddress: string
ledger: number
timestamp: number