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

A note about intentional sloppyness #3499

Open
tjayrush opened this issue Feb 8, 2024 · 1 comment
Open

A note about intentional sloppyness #3499

tjayrush opened this issue Feb 8, 2024 · 1 comment

Comments

@tjayrush
Copy link
Member

tjayrush commented Feb 8, 2024

This input string comes from transaction 8855603.121:

000000000000000000000000000000000000000000000000000000000000003c00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000014f503017d7baf7fbc0fff7492b751025c6a78179b000000000000000000000000

Breaking it into 32 byte chunks yeilds:

000000000000000000000000000000000000000000000000000000000000003c
0000000000000000000000000000000000000000000000000000000000000040
0000000000000000000000000000000000000000000000000000000000000014
f503017d7baf7fbc0fff7492b751025c6a78179b000000000000000000000000

It's an address stored as a string which gives me an idea.

If the input data has a 32-byte portion with 31 leading zeros and the hex number 14 (i.e., decimal 20), and if the following 32-byte portion has 12 trailing zeros, that might be an address.

@tjayrush
Copy link
Member Author

Closing due to being delayed. Will re-open.

@tjayrush tjayrush reopened this Jun 4, 2024
@tjayrush tjayrush closed this as completed Jun 4, 2024
@tjayrush tjayrush reopened this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant