Expand description
EvmErrorDecoder — the top-level EVM error decoder.
Decode priority:
- Empty data →
ErrorKind::Empty 0x08c379a0prefix →ErrorKind::RevertString(Error(string))0x4e487b71prefix →ErrorKind::Panic(Panic(uint256))- Known 4-byte selector in registry →
ErrorKind::CustomError - Fallback →
ErrorKind::RawRevert
Structs§
- EvmError
Decoder - EVM error decoder with a bundled signature registry.