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;
