@antefinance/ante-sdk
Version:
Library for interacting with Ante smart contracts
88 lines (87 loc) • 2.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AntePoolFactoryAbi = void 0;
exports.AntePoolFactoryAbi = [
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: 'address',
name: 'testAddr',
type: 'address',
},
{
indexed: false,
internalType: 'address',
name: 'testPool',
type: 'address',
},
{
indexed: false,
internalType: 'address',
name: 'poolCreator',
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',
type: 'address',
},
],
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',
},
];