Does anyone know how I can invoke a callback function in Remix after I deployed my contract in the javascript EVM?
May 28, 2020, 8:59 AM
Well the callback is triggered only when you try to call a function which doesn't exist. You can simulate this in Remix by entering random calldata - for example 0x12345678
May 28, 2020, 12:40 PM
Ah right, thanks mate!
May 28, 2020, 2:11 PM