Static
Readonly
abi
abi: readonly [{
inputs: readonly [{
internalType: "contract ISuperfluid";
name: "host";
type: "address";
}, {
internalType: "contract SuperAppMock";
name: "app";
type: "address";
}, {
internalType: "contract AgreementMock";
name: "agreement";
type: "address";
}];
stateMutability: "nonpayable";
type: "constructor";
}, {
inputs: readonly [{
internalType: "contract ISuperToken";
name: "";
type: "address";
}, {
internalType: "address";
name: "";
type: "address";
}, {
internalType: "bytes32";
name: "";
type: "bytes32";
}, {
internalType: "bytes";
name: "";
type: "bytes";
}, {
internalType: "bytes";
name: "";
type: "bytes";
}, {
internalType: "bytes";
name: "ctx";
type: "bytes";
}];
name: "afterAgreementCreated";
outputs: readonly [{
internalType: "bytes";
name: "newCtx";
type: "bytes";
}];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [];
name: "allowCompositeApp";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}]