@etherspot/modular-sdk
Version:
Etherspot Modular SDK - build with ERC-7579 smart accounts modules
10 lines • 496 B
JavaScript
export const ERC20_ABI = [
'function balanceOf(address owner) view returns (uint256)',
'function decimals() view returns (uint8)',
'function symbol() view returns (string)',
'function transfer(address to, uint amount) returns (bool)',
'function approve(address spender, uint256 amount) returns (bool)',
'function mint(address to, uint256 amount) public',
'event Transfer(address indexed from, address indexed to, uint amount)',
];
//# sourceMappingURL=ERC20_ABI.js.map