Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart contract verfication #1118

Open
Aro-M opened this issue Nov 12, 2024 · 0 comments
Open

Smart contract verfication #1118

Aro-M opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Aro-M
Copy link

Aro-M commented Nov 12, 2024

I have a problem when I try to use this endpoint /api/v2/verifier/solidity/sources:verify-standard-json.
I have downloaded and run with docker, when I send a request, I get SUCCESS, but when I try to check the bytecode.
That is, the bytecodeType of my request is "DEPLOYED_BYTECODE". When I try to compare the data of localDeployedBytecodeParts with the bytecode received from the blockchain, they are not equal.
(I connected the two data values ​​in localDeployedBytecodeParts), I tried to compare two bytecodes, how they differ, they differ in approximately 10 lines out of 160 lines.
But I also tried to verify the same contract address here https://t3.ftnscan.com/contract-verification, which I also use this service. In this way I can verify. In other words, in this case they are equal to each other, the only difference is that here I gave it input as json, and in my local I gave it as string.

@Aro-M Aro-M added the bug Something isn't working label Nov 12, 2024
@Aro-M Aro-M mentioned this issue Nov 12, 2024
@Aro-M Aro-M changed the title Smart contract verfication Smart contract verfication Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant