Skip to content

reservebtc/megaeth-abis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

MegaETH Testnet Contract ABIs

Repository containing verified contract ABIs for MegaExplorer.

Purpose

  • Provide ready-to-use verified ABIs for MegaETH testnet contracts
  • Maintain a standardized format for explorer verification
  • Ensure compatibility with blockchain explorers' ABI validation

To add new verified contracts:

  1. Create an entry in abis.json with:
"CONTRACT_ADDRESS": {
  "name": "ExactContractName",
  "abi": [/* Full unmodified ABI from compilation */]
}
  1. Ensure ABIs are:
    • Exactly as deployed
    • Unmodified from compiler output
    • Properly formatted

Verification Requirements

  • ABIs must match deployed bytecode
  • Contract names must exactly match deployed names

About

MegaETH Contract ABIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published