sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
17 lines • 508 B
JavaScript
export const erc20Abi = [
{
inputs: [{ internalType: 'address', name: 'account', type: 'address' }],
name: 'balanceOf',
outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'decimals',
outputs: [{ internalType: 'uint8', name: '', type: 'uint8' }],
stateMutability: 'view',
type: 'function',
}
];
//# sourceMappingURL=erc20abi.js.map