Interface RouterInitializedEvent

Event emitted when the Router contract is initialized; it contains a reference the Factory contract address creating it.

interface RouterInitializedEvent {
    contractType: "SoroswapRouter";
    eventType: "init";
    factoryAddress: string;
    ledger: number;
    timestamp: number;
}

Hierarchy

  • BaseRouterEvent
    • RouterInitializedEvent

Properties

contractType
eventType
factoryAddress: string
ledger: number
timestamp: number