We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm ayaan from lightscale. I'm using blockscout too well. I've noticed that I'm getting errors in the values I'm using.
elixir -version
node -v
The contract is storing a numeric value as a state. When you retrieve it, there will be an error from the actual value.
When looking up a value of a specific uint256 type in a contract, you should get the actual value.
An 18-digit floating point value receives a value with some of the lower digits vanishing.
Value of a contract retrieved directly through remix
Values checked through the block scout web UI
The text was updated successfully, but these errors were encountered:
@kangsorang could you provide URL where we can reproduce the issue?
Sorry, something went wrong.
Couldn't reproduce
No branches or pull requests
Hi, I'm ayaan from lightscale. I'm using blockscout too well.
I've noticed that I'm getting errors in the values I'm using.
Environment
elixir -version
): latestnode -v
):Steps to reproduce
The contract is storing a numeric value as a state.
When you retrieve it, there will be an error from the actual value.
Expected behaviour
When looking up a value of a specific uint256 type in a contract, you should get the actual value.
Actual behaviour
An 18-digit floating point value receives a value with some of the lower digits vanishing.
Value of a contract retrieved directly through remix
![remix](https://private-user-images.githubusercontent.com/19924499/249166416-112c571b-e646-4cf2-94e0-c31c99b8857d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0MDQsIm5iZiI6MTczOTI4MzEwNCwicGF0aCI6Ii8xOTkyNDQ5OS8yNDkxNjY0MTYtMTEyYzU3MWItZTY0Ni00Y2YyLTk0ZTAtYzMxYzk5Yjg4NTdkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE0MTE0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllMDJlNDVlZDZiMTVmNWE4NTVmNTk5NGU1NGE0ZTc4OGY5ZjE3MTU1ZmM5ODY1Mzg5Y2E4MzFhZTMzM2VjMTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fECLlxUDHiVC-q9_G_VujxJRgcGbCPQ7QL-rOygQibo)
Values checked through the block scout web UI
![blockscout](https://private-user-images.githubusercontent.com/19924499/249166429-a1c26ef6-f1b4-4dbe-b638-a255943d49cf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0MDQsIm5iZiI6MTczOTI4MzEwNCwicGF0aCI6Ii8xOTkyNDQ5OS8yNDkxNjY0MjktYTFjMjZlZjYtZjFiNC00ZGJlLWI2MzgtYTI1NTk0M2Q0OWNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE0MTE0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdiOWQ2ZDkwNzlmMTNhM2EyOWQzYzU5NzhmZTJkZWYyYTQxODZlZjc4NTQ1ZDAwZGFhYTA1YWZkNmExYTZlNGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hRG_YdtdiNKW308SKDBxOY9J9H888yyTqUvE3Qz_Xu8)
The text was updated successfully, but these errors were encountered: