UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

53 lines 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.splitAbi = void 0; exports.splitAbi = [ { inputs: [], stateMutability: 'nonpayable', type: 'constructor' }, { inputs: [], name: 'Unauthorized', type: 'error' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'split', type: 'address', }, { indexed: false, internalType: 'uint256', name: 'amount', type: 'uint256', }, ], name: 'ReceiveETH', type: 'event', }, { inputs: [ { internalType: 'contract ERC20', name: 'token', type: 'address' }, { internalType: 'uint256', name: 'amount', type: 'uint256' }, ], name: 'sendERC20ToMain', outputs: [], stateMutability: 'payable', type: 'function', }, { inputs: [{ internalType: 'uint256', name: 'amount', type: 'uint256' }], name: 'sendETHToMain', outputs: [], stateMutability: 'payable', type: 'function', }, { inputs: [], name: 'splitMain', outputs: [ { internalType: 'contract ISplitMain', name: '', type: 'address' }, ], stateMutability: 'view', type: 'function', }, ]; //# sourceMappingURL=split.js.map