-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
P1An issue impacting production environments or impacting multiple releases or multiple individualsAn issue impacting production environments or impacting multiple releases or multiple individualsenhancementNew feature or requestNew feature or requestreleasedsmart contractsFeatures that involve smart contractsFeatures that involve smart contracts
Description
Problem
When exploring the call trace of an Ethereum transaction (i.e., https://hashscan.io/mainnet/transaction/1734374863.173640000), the EVM precompiled contracts are not properly marked, and they seem to be normal contracts that I can click and explore.
Additionally, even recognized precompiled smart contracts (i.e., Hedera Token Service System Contract) are linkable, leading users to misleading 404 pages (not found contracts, or not found tokens in the case of unrecognized system contracts).



Solution
- Name the EVM precompile contracts according to the common names (i.e. 0x2 = ecRecover, 0x3 SHA2-256, etc., see: https://www.evm.codes/precompiled)
- Link the precompiled contracts to documentation pages (Hedera Doc for Hedera-specific contracts, evm.codes for EVM system contracts).
Alternatives
No response
Metadata
Metadata
Assignees
Labels
P1An issue impacting production environments or impacting multiple releases or multiple individualsAn issue impacting production environments or impacting multiple releases or multiple individualsenhancementNew feature or requestNew feature or requestreleasedsmart contractsFeatures that involve smart contractsFeatures that involve smart contracts
Type
Projects
Status
Done