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

Allow NULL address to be from sender #8

Open
Tracked by #17 ...
DenisCarriere opened this issue Feb 5, 2025 · 0 comments
Open
Tracked by #17 ...

Allow NULL address to be from sender #8

DenisCarriere opened this issue Feb 5, 2025 · 0 comments

Comments

@DenisCarriere
Copy link

Any reason why NULL_ADDRESS is excluded from valid balance changes?

Some bridging token contracts or initial token minting process use NULL_ADDRESS as from sender address

Example transaction:
https://etherscan.io/tx/0xf21fc7a2ccebe5341f0e7f22a180f2f08946ce99cc3bc1e59daf97bd1c07a3af

DAI & USDS tokens
https://etherscan.io/advanced-filter?tkn=0x6b175474e89094c44da98b954eedeac495271d0f&txntype=2&fadd=0x0000000000000000000000000000000000000000

https://etherscan.io/advanced-filter?tkn=0xdC035D45d973E3EC169d2276DDab16f1e407384F&txntype=2&fadd=0x0000000000000000000000000000000000000000

Image

if transfer.from == NULL_ADDRESS {
continue;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant