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 feat: stickerpacks service 2022-03-02 17:46:16 -04:00
doc.go feat: stickerpacks service 2022-03-02 17:46:16 -04:00
ierc20.go Feat/expose registrar address (#2600) 2022-04-04 12:54:44 -04:00
ierc20.sol Feat/expose registrar address (#2600) 2022-04-04 12:54:44 -04:00
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.