Static
Readonly
abi
abi: readonly [{
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "pool";
type: "address";
}];
name: "connectPoolTest";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "admin";
type: "address";
}, {
components: readonly [{
internalType: "bool";
name: "transferabilityForUnitsOwner";
type: "bool";
}, {
internalType: "bool";
name: "distributionFromAnyAddress";
type: "bool";
}];
internalType: "struct PoolConfig";
name: "config";
type: "tuple";
}];
name: "createPoolTest";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "pool";
type: "address";
}];
name: "disconnectPoolTest";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "from";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "pool";
type: "address";
}, {
internalType: "int96";
name: "requestedFlowRate";
type: "int96";
}];
name: "distributeFlowTest";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "from";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "pool";
type: "address";
}, {
internalType: "uint256";
name: "requestedAmount";
type: "uint256";
}];
name: "distributeToPoolTest";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "from";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "to";
type: "address";
}, {
internalType: "uint256";
name: "requestedAmount";
type: "uint256";
}];
name: "estimateDistributionActualAmountTest";
outputs: readonly [{
internalType: "uint256";
name: "actualAmount";
type: "uint256";
}];
stateMutability: "view";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "from";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "to";
type: "address";
}, {
internalType: "int96";
name: "requestedFlowRate";
type: "int96";
}];
name: "estimateFlowDistributionActualFlowRateTest";
outputs: readonly [{
internalType: "int96";
name: "actualFlowRate";
type: "int96";
}, {
internalType: "int96";
name: "totalDistributionFlowRate";
type: "int96";
}];
stateMutability: "view";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "from";
type: "address";
}, {
internalType: "contract ISuperfluidPool";
name: "to";
type: "address";
}];
name: "getFlowDistributionFlowRateTest";
outputs: readonly [{
internalType: "int96";
name: "";
type: "int96";
}];
stateMutability: "view";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "token";
type: "address";
}, {
internalType: "address";
name: "pool";
type: "address";
}, {
internalType: "address";
name: "member";
type: "address";
}];
name: "isMemberConnectedTest";
outputs: readonly [{
internalType: "bool";
name: "";
type: "bool";
}];
stateMutability: "view";
type: "function";
}]