raiden-contracts
raiden-contracts copied to clipboard
Create TokenNetworkERC223
The only change from TokenNetwork is setTotalDeposit()
. Currently it uses transferFrom()
, which does not belong to ERC223.
AFAICS, no change is necessary. According to https://github.com/Dexaran/ERC223-token-standard
ERC223 tokens are backwards compatible with ERC20 tokens. It means that ERC223 supports every ERC20 functional and contracts or services working with ERC20 tokens will work with ERC223 tokens correctly.