UNPKG

@shogun-sdk/money-legos

Version:

Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.

15 lines (14 loc) 483 B
export const FOUR_MEME_V2_BUYER_ABI = [ { inputs: [ { internalType: 'contract IFourMemeV2TokenManager', name: 'tokenManager', type: 'address' }, { internalType: 'address', name: 'token', type: 'address' }, { internalType: 'address', name: 'to', type: 'address' }, { internalType: 'uint256', name: 'minAmount', type: 'uint256' }, ], name: 'buyTokenWithBNB', outputs: [], stateMutability: 'payable', type: 'function', }, ] as const;