You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TokenFallbackToken contract does technically implement the features in the interface ERC223ReceivingContract, but it is not explicitly declaring that inheriting from the interface.
e.g contract TokenFallbackToken is ERC223ReceivingContract {
The text was updated successfully, but these errors were encountered:
The
TokenFallbackToken
contract does technically implement the features in the interfaceERC223ReceivingContract
, but it is not explicitly declaring that inheriting from the interface.e.g
contract TokenFallbackToken is ERC223ReceivingContract {
The text was updated successfully, but these errors were encountered: