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

Proxy Contract Support #61

Open
2 of 3 tasks
ziegfried opened this issue Aug 14, 2020 · 0 comments
Open
2 of 3 tasks

Proxy Contract Support #61

ziegfried opened this issue Aug 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ziegfried
Copy link
Contributor

ziegfried commented Aug 14, 2020

Proxy contracts are a common pattern used for different purposes, such as making smart contracts upgradable or reducing the amount of bytecode to deploy several copies of similar contracts. Instead of calling a contract directly, a proxy contract is called, which then in turn invokes the target contract via DELEGATECALL. This indirection renders contract fingerprinting useless.

Goal of this feature is to automatically detect common types of proxies, annotate Splunk events with some addtional information about the proxy (type, target) and to ABI decode based on the target contract.

Proxy standards to investigate/support:

@ziegfried ziegfried added the enhancement New feature or request label Aug 14, 2020
@ziegfried ziegfried self-assigned this Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant