maticnetwork / contracts

Smart contracts comprising the business logic of the Matic Network
https://matic.network
GNU General Public License v3.0
1.15k stars 506 forks source link

ERC223 bridge support #411

Closed laurent387 closed 2 years ago

laurent387 commented 2 years ago

Hello Implement token ERC223 for the native polygon bridge Bounty : 5000 SaTT Thanks

geoffreymoya commented 2 years ago

the right solidity function is : tokenFallback(address,uint,bytes32 ) pure public it must be implemented by contract that operate transferFrom()

jdkanani commented 2 years ago

One can use fx-portal to implement it - https://github.com/fx-portal/contracts