Foundry
Foundry - Verifying Contracts
Learn how to verify smart contracts on Abstract using Foundry.
Verifying Contracts
Contracts can be verified as they are deployed as described in Deploying Contracts. This page outlines how to verify contracts that have already been deployed on Abstract.
1
Get an Abscan API key
Follow the Abscan documentation to get an API key.
2
Verify an existing contract
Verify an existing contract by running the following command:
Note: Replace the contract path, address, and API key with your own.
Was this page helpful?