hector-rubic-sdk
Version:
Simplify dApp creation
49 lines • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SYMBIOSIS_CONTRACT_ABI = void 0;
exports.SYMBIOSIS_CONTRACT_ABI = [
{
inputs: [],
name: 'RubicFee',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function'
},
{
inputs: [
{ internalType: 'contract IERC20', name: 'inputToken', type: 'address' },
{ internalType: 'uint256', name: 'totalInputAmount', type: 'uint256' },
{ internalType: 'address', name: 'integrator', type: 'address' },
{ internalType: 'bytes', name: 'data', type: 'bytes' }
],
name: 'SymbiosisCall',
outputs: [],
stateMutability: 'nonpayable',
type: 'function'
},
{
inputs: [
{ internalType: 'address', name: 'integrator', type: 'address' },
{ internalType: 'bytes', name: 'data', type: 'bytes' }
],
name: 'SymbiosisCallWithNative',
outputs: [],
stateMutability: 'payable',
type: 'function'
},
{
inputs: [{ internalType: 'address', name: '', type: 'address' }],
name: 'integratorFee',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'paused',
outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
stateMutability: 'view',
type: 'function'
}
];
//# sourceMappingURL=contract-abi.js.map