Is it possible to call a fallback function on a contract with defender admin api?

For context, I'm trying to integrate with paraswap's router contract, which requires data be passed in through the fallback function. If it's possible to call the fallback, is it also possible to send the msg.data parameter?

1 Like

Hi @Yash_Patil -

I don't believe this is possible by default but if you made some changes to the ABI, you could probably engineer a situation where the fallback function is called.

Hope that is helpful