UNPKG

@antefinance/ante-sdk

Version:

Library for interacting with Ante smart contracts

78 lines (77 loc) 1.33 kB
export const AntePoolFactoryAbi = [ { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'testAddr', type: 'address', }, { indexed: false, internalType: 'address', name: 'testPool', type: 'address', }, ], name: 'AntePoolCreated', type: 'event', }, { inputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], name: 'allPools', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', }, { inputs: [ { internalType: 'address', name: 'testAddr', }, ], name: 'createPool', outputs: [ { internalType: 'address', name: 'testPool', type: 'address', }, ], stateMutability: 'nonpayable', type: 'function', }, { inputs: [ { internalType: 'address', name: '', type: 'address', }, ], name: 'poolMap', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], stateMutability: 'view', type: 'function', }, ] as const;