github.com/status-im/status-go@v1.1.0/contracts/ierc20/README.md (about)

     1  ERC20 interface
     2  ===============
     3  
     4  Can be used for interaction with any erc20 compatible token.
     5  Code was taken from [zeppelin libraries](https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/IERC20.sol).