Try the Entropy Explorer to track and debug callback issues.  | Learn what's new in Entropy v2.
Developer Hub

Error Codes

On chain error codes from the Pyth Entropy EVM contracts

The following table contains the errors used in the Pyth Network's Entropy EVM contracts. This information is derived from EntropyErrors.sol in the Pyth EntropySDK and can be used to decode error codes programmatically.

Error CodesErrorError Description
0xd82dd966AssertionFailure()Contract invariant failed.
0xda041bdfProviderAlreadyRegistered()Provider already registered.
0xdf51c431NoSuchProvider()Requested Provider does not exist.
0xc4237352NoSuchRequest()Request does not exist or the request has been fulfilled.
0x3e515085OutOfRandomness()Provider is out of committed random numbers.
0x025dbdd4InsufficientFee()Request fee is insufficient.
0xb8be1a8dIncorrectRevelation()Revelation does not match commitment.
0x2763cc69RequestAlreadyRevealed()Request has already been revealed.
0xdb8b95b8RevealTooEarly()Reveal delay has not passed.
0x8f4eb604RandomnessNotRevealed()Random number has not been revealed.