status-go/services/wallet/ierc20
andrey 397ee840c6 [#2042] Wrong ERC20 decimal rounding in "Set max" 2020-09-22 16:00:47 +02:00
..
README.md Add api method to query token balances 2019-07-05 08:38:29 +03:00
doc.go Add api method to query token balances 2019-07-05 08:38:29 +03:00
ierc20.go [#2042] Wrong ERC20 decimal rounding in "Set max" 2020-09-22 16:00:47 +02:00
ierc20.sol Add api method to query token balances 2019-07-05 08:38:29 +03:00

README.md

ERC20 interface

Can be used for interaction with any erc20 compatible token. Code was taken from zeppelin libraries.