@kinglizard
Thanks. There is one more thing. One of my contracts just have Match (not Exact Match) on Sourcify and that's the reason it's not included to 'deployed verified contracts on Base'.
Can it be resolved?
The point is this contract was deployed using Remix. While the source code is correct and the runtime bytecode matches exactly (confirmed by an Exact Match on BaseScan), Remix does not preserve the full compiler metadata (such as the original metadata.json, exact file paths, and all compiler flags). Sourcify performs a strict byte-for-byte verification, including the creation bytecode and metadata hash. Because the original metadata cannot be reproduced exactly after a Remix deployment, Sourcify verifies the contract as a Partial Match.
The contract logic is fully verified and transparent; the difference is metadata-only, not code or behavior.