-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Display all functionSelectors/perfectMatches (in case several exist)
- Ethereum mainnet (from drop-down doesn't work currently; API key missing)
- Handle edge cases better: Uint256/Bytes32 can not be distinguished well from looking at the bytecode; evMole prefers to display them as
uint256, while looking at the database of openChain.xyz can reveal thatbytes32is a better bet in terms of occurrence in some cases (e.g. function selector: 0x9b0b0fda in contract 0x5f5a404A5edabcDD80DB05E8e54A78c9EBF000C2; e.g. function selectors in contract 0x6D19E24564A13BC07C63976B84c212541da2E8Ac) - The front-end freezes when decoding some contracts -> find a better default
gasLimitfor the decoding -> timeout the request to fetch data from function selector database - Front-end cannot automatically detect poxy-implementation relationships in the bytecode -> check out if
whatsABIshould be used to detect this relationship -> display the proxy/beacon-proxy ABI + implementation ABI
Next Milestones:
-
Discussion/Feature request on
BlockScoutrepo:
Display ABI for unverified Solidity contracts using whatsabi tool and Ethereum signatures DB blockscout/blockscout#6203 -
Talk to
EtherScanpeople -> Experimental integration intoEtherScan. -
Discussion/Feature request on
REMIX IDErepo: -
Talk to
Routescanteam. -
Talk to
Sourcifyteam.
Metadata
Metadata
Assignees
Labels
No labels