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
..
2022-03-02 17:46:16 -04:00
2022-03-02 17:46:16 -04:00

ERC20 interface

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