sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
20 lines • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.erc20Abi = void 0;
exports.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