UNPKG

@antefinance/ante-sdk

Version:

Library for interacting with Ante smart contracts

22 lines (21 loc) 367 B
export const AntePoolAbi = [ { inputs: [ { internalType: 'address', name: '_antePoolLogicAddr', type: 'address', }, ], stateMutability: 'nonpayable', type: 'constructor', }, { stateMutability: 'payable', type: 'fallback', }, { stateMutability: 'payable', type: 'receive', }, ] as const;