status-go/contracts/ierc20
Ivan Belyakov 3983114ae5 test(wallet)_: add unit tests for balance fetcher
replace types with interfaces where necessary to allow mocking
implement fake eth scanner and erc20 contracts
2024-07-04 09:29:49 +02:00
..
README.md
doc.go
ierc20.go
ierc20.sol
ierc20_iface.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00

README.md

ERC20 interface

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