@etherspot/prime-sdk
Version:
Etherspot Prime (Account Abstraction) SDK
13 lines (12 loc) • 559 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERC20_ABI = void 0;
exports.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)',
];
;