Open livnev opened 4 years ago
0x08c379a0 means we can decode an error message and display the string, see here
0x08c379a0
We should use this with seth call and seth send.
seth call
seth send
Might as well catch the new solc 0.8 Panic(uint256) codes as well as the Error(string) this refers to.
Panic(uint256)
Error(string)
0x08c379a0
means we can decode an error message and display the string, see hereWe should use this with
seth call
andseth send
.