interface SuperTokenLibraryGDASuperAppMock {
    callStatic: {
        afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
        afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<string>;
        afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
        beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
        beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
        beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
        connectPoolTest(token, pool, overrides?): Promise<void>;
        createPoolTest(token, admin, config, overrides?): Promise<void>;
        disconnectPoolTest(token, pool, overrides?): Promise<void>;
        distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<void>;
        distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<void>;
        estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
        estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
            actualFlowRate: BigNumber;
            totalDistributionFlowRate: BigNumber;
        }>;
        getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
        isMemberConnectedTest(token, pool, member, overrides?): Promise<boolean>;
    };
    estimateGas: {
        afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
        afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<BigNumber>;
        afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
        beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
        beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
        beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
        connectPoolTest(token, pool, overrides?): Promise<BigNumber>;
        createPoolTest(token, admin, config, overrides?): Promise<BigNumber>;
        disconnectPoolTest(token, pool, overrides?): Promise<BigNumber>;
        distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<BigNumber>;
        distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<BigNumber>;
        estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
        estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<BigNumber>;
        getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
        isMemberConnectedTest(token, pool, member, overrides?): Promise<BigNumber>;
    };
    filters: {};
    functions: {
        afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
        afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<ContractTransaction>;
        afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
        beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
        beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
        beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
        connectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
        createPoolTest(token, admin, config, overrides?): Promise<ContractTransaction>;
        disconnectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
        distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<ContractTransaction>;
        distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<ContractTransaction>;
        estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<[BigNumber] & {
            actualAmount: BigNumber;
        }>;
        estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
            actualFlowRate: BigNumber;
            totalDistributionFlowRate: BigNumber;
        }>;
        getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<[BigNumber]>;
        isMemberConnectedTest(token, pool, member, overrides?): Promise<[boolean]>;
    };
    interface: SuperTokenLibraryGDASuperAppMockInterface;
    off: OnEvent<SuperTokenLibraryGDASuperAppMock>;
    on: OnEvent<SuperTokenLibraryGDASuperAppMock>;
    once: OnEvent<SuperTokenLibraryGDASuperAppMock>;
    populateTransaction: {
        afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
        afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<PopulatedTransaction>;
        afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
        beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
        beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
        beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
        connectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>;
        createPoolTest(token, admin, config, overrides?): Promise<PopulatedTransaction>;
        disconnectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>;
        distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<PopulatedTransaction>;
        distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<PopulatedTransaction>;
        estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<PopulatedTransaction>;
        estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<PopulatedTransaction>;
        getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<PopulatedTransaction>;
        isMemberConnectedTest(token, pool, member, overrides?): Promise<PopulatedTransaction>;
    };
    removeListener: OnEvent<SuperTokenLibraryGDASuperAppMock>;
    afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
    afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<ContractTransaction>;
    afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
    attach(addressOrName): this;
    beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
    beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
    beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
    connect(signerOrProvider): this;
    connectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
    createPoolTest(token, admin, config, overrides?): Promise<ContractTransaction>;
    deployed(): Promise<SuperTokenLibraryGDASuperAppMock>;
    disconnectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
    distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<ContractTransaction>;
    distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<ContractTransaction>;
    estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
    estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
        actualFlowRate: BigNumber;
        totalDistributionFlowRate: BigNumber;
    }>;
    getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
    isMemberConnectedTest(token, pool, member, overrides?): Promise<boolean>;
    listeners<TEvent>(eventFilter?): TypedListener<TEvent>[];
    listeners(eventName?): Listener[];
    queryFilter<TEvent>(event, fromBlockOrBlockhash?, toBlock?): Promise<TEvent[]>;
    removeAllListeners<TEvent>(eventFilter): this;
    removeAllListeners(eventName?): this;
}

Hierarchy

  • BaseContract
    • SuperTokenLibraryGDASuperAppMock

Properties

callStatic: {
    afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
    afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<string>;
    afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
    beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
    beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
    beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<string>;
    connectPoolTest(token, pool, overrides?): Promise<void>;
    createPoolTest(token, admin, config, overrides?): Promise<void>;
    disconnectPoolTest(token, pool, overrides?): Promise<void>;
    distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<void>;
    distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<void>;
    estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
    estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
        actualFlowRate: BigNumber;
        totalDistributionFlowRate: BigNumber;
    }>;
    getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
    isMemberConnectedTest(token, pool, member, overrides?): Promise<boolean>;
}

Type declaration

  • afterAgreementCreated:function
    • Parameters

      • token: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • ctx: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

  • afterAgreementTerminated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • arg5: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

  • afterAgreementUpdated:function
    • Parameters

      • token: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • ctx: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

  • beforeAgreementCreated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

  • beforeAgreementTerminated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

  • beforeAgreementUpdated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

  • connectPoolTest:function
    • Parameters

      • token: string
      • pool: string
      • Optional overrides: CallOverrides

      Returns Promise<void>

  • createPoolTest:function
    • Parameters

      • token: string
      • admin: string
      • config: PoolConfigStruct
      • Optional overrides: CallOverrides

      Returns Promise<void>

  • disconnectPoolTest:function
    • Parameters

      • token: string
      • pool: string
      • Optional overrides: CallOverrides

      Returns Promise<void>

  • distributeFlowTest:function
    • Parameters

      • token: string
      • from: string
      • pool: string
      • requestedFlowRate: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<void>

  • distributeToPoolTest:function
    • Parameters

      • token: string
      • from: string
      • pool: string
      • requestedAmount: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<void>

  • estimateDistributionActualAmountTest:function
    • Parameters

      • token: string
      • from: string
      • to: string
      • requestedAmount: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • estimateFlowDistributionActualFlowRateTest:function
    • Parameters

      • token: string
      • from: string
      • to: string
      • requestedFlowRate: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<[BigNumber, BigNumber] & {
          actualFlowRate: BigNumber;
          totalDistributionFlowRate: BigNumber;
      }>

  • getFlowDistributionFlowRateTest:function
    • Parameters

      • token: string
      • from: string
      • to: string
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • isMemberConnectedTest:function
    • Parameters

      • token: string
      • pool: string
      • member: string
      • Optional overrides: CallOverrides

      Returns Promise<boolean>

estimateGas: {
    afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
    afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<BigNumber>;
    afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
    beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
    beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
    beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<BigNumber>;
    connectPoolTest(token, pool, overrides?): Promise<BigNumber>;
    createPoolTest(token, admin, config, overrides?): Promise<BigNumber>;
    disconnectPoolTest(token, pool, overrides?): Promise<BigNumber>;
    distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<BigNumber>;
    distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<BigNumber>;
    estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<BigNumber>;
    estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<BigNumber>;
    getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<BigNumber>;
    isMemberConnectedTest(token, pool, member, overrides?): Promise<BigNumber>;
}

Type declaration

  • afterAgreementCreated:function
    • Parameters

      • token: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • ctx: BytesLike
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • afterAgreementTerminated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • arg5: BytesLike
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • afterAgreementUpdated:function
    • Parameters

      • token: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • ctx: BytesLike
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • beforeAgreementCreated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • beforeAgreementTerminated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • beforeAgreementUpdated:function
    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • connectPoolTest:function
    • Parameters

      • token: string
      • pool: string
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • createPoolTest:function
    • Parameters

      • token: string
      • admin: string
      • config: PoolConfigStruct
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • disconnectPoolTest:function
    • Parameters

      • token: string
      • pool: string
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • distributeFlowTest:function
    • Parameters

      • token: string
      • from: string
      • pool: string
      • requestedFlowRate: BigNumberish
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • distributeToPoolTest:function
    • Parameters

      • token: string
      • from: string
      • pool: string
      • requestedAmount: BigNumberish
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<BigNumber>

  • estimateDistributionActualAmountTest:function
    • Parameters

      • token: string
      • from: string
      • to: string
      • requestedAmount: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • estimateFlowDistributionActualFlowRateTest:function
    • Parameters

      • token: string
      • from: string
      • to: string
      • requestedFlowRate: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • getFlowDistributionFlowRateTest:function
    • Parameters

      • token: string
      • from: string
      • to: string
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

  • isMemberConnectedTest:function
    • Parameters

      • token: string
      • pool: string
      • member: string
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

filters: {}

Type declaration

    functions: {
        afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
        afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<ContractTransaction>;
        afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
        beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
        beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
        beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<[string]>;
        connectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
        createPoolTest(token, admin, config, overrides?): Promise<ContractTransaction>;
        disconnectPoolTest(token, pool, overrides?): Promise<ContractTransaction>;
        distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<ContractTransaction>;
        distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<ContractTransaction>;
        estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<[BigNumber] & {
            actualAmount: BigNumber;
        }>;
        estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<[BigNumber, BigNumber] & {
            actualFlowRate: BigNumber;
            totalDistributionFlowRate: BigNumber;
        }>;
        getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<[BigNumber]>;
        isMemberConnectedTest(token, pool, member, overrides?): Promise<[boolean]>;
    }

    Type declaration

    • afterAgreementCreated:function
      • Parameters

        • token: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • ctx: BytesLike
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • afterAgreementTerminated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • arg5: BytesLike
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • afterAgreementUpdated:function
      • Parameters

        • token: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • ctx: BytesLike
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • beforeAgreementCreated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • Optional overrides: CallOverrides

        Returns Promise<[string]>

    • beforeAgreementTerminated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • Optional overrides: CallOverrides

        Returns Promise<[string]>

    • beforeAgreementUpdated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • Optional overrides: CallOverrides

        Returns Promise<[string]>

    • connectPoolTest:function
      • Parameters

        • token: string
        • pool: string
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • createPoolTest:function
      • Parameters

        • token: string
        • admin: string
        • config: PoolConfigStruct
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • disconnectPoolTest:function
      • Parameters

        • token: string
        • pool: string
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • distributeFlowTest:function
      • Parameters

        • token: string
        • from: string
        • pool: string
        • requestedFlowRate: BigNumberish
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • distributeToPoolTest:function
      • Parameters

        • token: string
        • from: string
        • pool: string
        • requestedAmount: BigNumberish
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<ContractTransaction>

    • estimateDistributionActualAmountTest:function
      • Parameters

        • token: string
        • from: string
        • to: string
        • requestedAmount: BigNumberish
        • Optional overrides: CallOverrides

        Returns Promise<[BigNumber] & {
            actualAmount: BigNumber;
        }>

    • estimateFlowDistributionActualFlowRateTest:function
      • Parameters

        • token: string
        • from: string
        • to: string
        • requestedFlowRate: BigNumberish
        • Optional overrides: CallOverrides

        Returns Promise<[BigNumber, BigNumber] & {
            actualFlowRate: BigNumber;
            totalDistributionFlowRate: BigNumber;
        }>

    • getFlowDistributionFlowRateTest:function
      • Parameters

        • token: string
        • from: string
        • to: string
        • Optional overrides: CallOverrides

        Returns Promise<[BigNumber]>

    • isMemberConnectedTest:function
      • Parameters

        • token: string
        • pool: string
        • member: string
        • Optional overrides: CallOverrides

        Returns Promise<[boolean]>

    interface: SuperTokenLibraryGDASuperAppMockInterface
    populateTransaction: {
        afterAgreementCreated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
        afterAgreementTerminated(arg0, arg1, arg2, arg3, arg4, arg5, overrides?): Promise<PopulatedTransaction>;
        afterAgreementUpdated(token, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
        beforeAgreementCreated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
        beforeAgreementTerminated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
        beforeAgreementUpdated(arg0, arg1, arg2, arg3, arg4, overrides?): Promise<PopulatedTransaction>;
        connectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>;
        createPoolTest(token, admin, config, overrides?): Promise<PopulatedTransaction>;
        disconnectPoolTest(token, pool, overrides?): Promise<PopulatedTransaction>;
        distributeFlowTest(token, from, pool, requestedFlowRate, overrides?): Promise<PopulatedTransaction>;
        distributeToPoolTest(token, from, pool, requestedAmount, overrides?): Promise<PopulatedTransaction>;
        estimateDistributionActualAmountTest(token, from, to, requestedAmount, overrides?): Promise<PopulatedTransaction>;
        estimateFlowDistributionActualFlowRateTest(token, from, to, requestedFlowRate, overrides?): Promise<PopulatedTransaction>;
        getFlowDistributionFlowRateTest(token, from, to, overrides?): Promise<PopulatedTransaction>;
        isMemberConnectedTest(token, pool, member, overrides?): Promise<PopulatedTransaction>;
    }

    Type declaration

    • afterAgreementCreated:function
      • Parameters

        • token: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • ctx: BytesLike
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • afterAgreementTerminated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • arg5: BytesLike
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • afterAgreementUpdated:function
      • Parameters

        • token: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • ctx: BytesLike
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • beforeAgreementCreated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    • beforeAgreementTerminated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    • beforeAgreementUpdated:function
      • Parameters

        • arg0: string
        • arg1: string
        • arg2: BytesLike
        • arg3: BytesLike
        • arg4: BytesLike
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    • connectPoolTest:function
      • Parameters

        • token: string
        • pool: string
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • createPoolTest:function
      • Parameters

        • token: string
        • admin: string
        • config: PoolConfigStruct
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • disconnectPoolTest:function
      • Parameters

        • token: string
        • pool: string
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • distributeFlowTest:function
      • Parameters

        • token: string
        • from: string
        • pool: string
        • requestedFlowRate: BigNumberish
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • distributeToPoolTest:function
      • Parameters

        • token: string
        • from: string
        • pool: string
        • requestedAmount: BigNumberish
        • Optional overrides: Overrides & {
              from?: string;
          }

        Returns Promise<PopulatedTransaction>

    • estimateDistributionActualAmountTest:function
      • Parameters

        • token: string
        • from: string
        • to: string
        • requestedAmount: BigNumberish
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    • estimateFlowDistributionActualFlowRateTest:function
      • Parameters

        • token: string
        • from: string
        • to: string
        • requestedFlowRate: BigNumberish
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    • getFlowDistributionFlowRateTest:function
      • Parameters

        • token: string
        • from: string
        • to: string
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    • isMemberConnectedTest:function
      • Parameters

        • token: string
        • pool: string
        • member: string
        • Optional overrides: CallOverrides

        Returns Promise<PopulatedTransaction>

    removeListener: OnEvent<SuperTokenLibraryGDASuperAppMock>

    Methods

    • Parameters

      • token: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • ctx: BytesLike
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • arg5: BytesLike
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • token: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • ctx: BytesLike
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • addressOrName: string

      Returns this

    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

    • Parameters

      • arg0: string
      • arg1: string
      • arg2: BytesLike
      • arg3: BytesLike
      • arg4: BytesLike
      • Optional overrides: CallOverrides

      Returns Promise<string>

    • Parameters

      • signerOrProvider: string | Signer | Provider

      Returns this

    • Parameters

      • token: string
      • pool: string
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • token: string
      • admin: string
      • config: PoolConfigStruct
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • token: string
      • pool: string
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • token: string
      • from: string
      • pool: string
      • requestedFlowRate: BigNumberish
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • token: string
      • from: string
      • pool: string
      • requestedAmount: BigNumberish
      • Optional overrides: Overrides & {
            from?: string;
        }

      Returns Promise<ContractTransaction>

    • Parameters

      • token: string
      • from: string
      • to: string
      • requestedAmount: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

    • Parameters

      • token: string
      • from: string
      • to: string
      • requestedFlowRate: BigNumberish
      • Optional overrides: CallOverrides

      Returns Promise<[BigNumber, BigNumber] & {
          actualFlowRate: BigNumber;
          totalDistributionFlowRate: BigNumber;
      }>

    • Parameters

      • token: string
      • from: string
      • to: string
      • Optional overrides: CallOverrides

      Returns Promise<BigNumber>

    • Parameters

      • token: string
      • pool: string
      • member: string
      • Optional overrides: CallOverrides

      Returns Promise<boolean>

    • Type Parameters

      • TEvent extends TypedEvent<any, any>

      Parameters

      • Optional eventFilter: TypedEventFilter<TEvent>

      Returns TypedListener<TEvent>[]

    • Parameters

      • Optional eventName: string

      Returns Listener[]

    • Type Parameters

      • TEvent extends TypedEvent<any, any>

      Parameters

      • event: TypedEventFilter<TEvent>
      • Optional fromBlockOrBlockhash: string | number
      • Optional toBlock: string | number

      Returns Promise<TEvent[]>

    • Type Parameters

      • TEvent extends TypedEvent<any, any>

      Parameters

      • eventFilter: TypedEventFilter<TEvent>

      Returns this

    • Parameters

      • Optional eventName: string

      Returns this

    Generated using TypeDoc