1inchProtocol
1inchProtocol copied to clipboard
Fix swap/swapWithReferral/swapMulti return value
trafficstars
Return value of all three functions is always 0.
Does this mean swap will never work, if it just returns zero? I am getting SafeERC20: low-level call failed error and not sure whether this is related or no.
It shouldn't cause any failures unless other contracts depend non a nonzero return value.
Oh okay, so my problem lies somewhere else. I am not able to succesfully swap any tokens. Contract being deprecated and replaced by web API is not a problem? Can I use it anyway?