Overload Functions return invalid param error
RyRy79261 opened this issue · 3 comments
I've intergrated an ERC223 contract into a drizzle box project, I am now trying to send a transfer cacheSend however if I send 2 param or 3 param it still gives the same error
The problem proposed doesn't really give us enough info to provide help on. Also, this was quite a while ago. Closing now for inactivity.
The issue was with 2 transfer functions, one with receiver & value(2 parameters), one with the same but with a bytes parameter (3 parameters)
I would get errors attempting to get the later function either out manually encoding the transaction and signing & sending manually.
@RyRy79261 I'm going to need a bit more info than that. Perhaps write out some example in a code block and also paste in the errors you are getting?