@shogun-sdk/money-legos
Version:
Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.
15 lines • 565 B
JavaScript
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',
},
];
//# sourceMappingURL=v2Buyer.abi.js.map