UNPKG
@ordao/ethers-decode-error
Version:
latest (1.4.4)
1.4.4
1.4.3
1.4.2
1.4.1
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.3
1.1.2
1.1.1
1.1.0
1.0.17
1.0.16
1.0.5
1.0.3
1.0.2
1.0.1
Decode ethers.js smart contract errors into human-readable messages
sim31/ordao
@ordao/ethers-decode-error
/
dist
/
common
/
constants.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
export
declare
const
ERROR_STRING_PREFIX
=
"0x08c379a0"
;
export
declare
const
PANIC_CODE_PREFIX
=
"0x4e487b71"
;