UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

13 lines 596 B
"use strict"; 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)', ]; //# sourceMappingURL=ERC20_ABI.js.map