Static
Readonly
abi
abi: readonly [{
inputs: readonly [{
components: readonly [{
internalType: "address";
name: "from";
type: "address";
}, {
internalType: "address";
name: "to";
type: "address";
}, {
internalType: "uint256";
name: "value";
type: "uint256";
}, {
internalType: "uint256";
name: "gas";
type: "uint256";
}, {
internalType: "bytes";
name: "data";
type: "bytes";
}];
internalType: "struct ForwarderMock.ForwardRequest";
name: "req";
type: "tuple";
}];
name: "execute";
outputs: readonly [];
stateMutability: "payable";
type: "function";
}]