Expected Behavior
Verify contract and replace source code
Specifications
As developers, in order to enhance transparency and security of smart contracts, we have observed that the contract code currently displayed on aelfscan is a decompiled version, which suffers from significant information loss. Therefore, to provide more complete and accurate contract details, we have implemented a solution inspired by Etherscan's contract verification (verify) approach. This ensures that the contract's source code matches the on-chain bytecode, allowing users to easily review the contract's source code.
Features:
- Provide upload interface
- Verification complete status
- readmore page
Development Tasks:
Expected Behavior
Verify contract and replace source code
Specifications
As developers, in order to enhance transparency and security of smart contracts, we have observed that the contract code currently displayed on aelfscan is a decompiled version, which suffers from significant information loss. Therefore, to provide more complete and accurate contract details, we have implemented a solution inspired by Etherscan's contract verification (verify) approach. This ensures that the contract's source code matches the on-chain bytecode, allowing users to easily review the contract's source code.
Features:
Development Tasks: