anyone knows how to send a function call from timelock, - what goes into data(bytes) in the function queueTransaction on timelock ?
Apr 13, 2021, 2:32 PM
The function call in abi encoded format
Apr 13, 2021, 3:18 PM
okay i tried that already. is the signature the function as a string, like this add(uint256,address,uint16,bool) ?
Apr 13, 2021, 3:21 PM
Yes
Apr 13, 2021, 3:21 PM
what about the value, what does that mean ? should it be 0
Apr 13, 2021, 3:25 PM