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

[Polygon] Some Proxy calls not properly decoded #521

Open
DefiDebauchery opened this issue Dec 10, 2024 · 0 comments
Open

[Polygon] Some Proxy calls not properly decoded #521

DefiDebauchery opened this issue Dec 10, 2024 · 0 comments

Comments

@DefiDebauchery
Copy link

Issue Category

Other

What happened?

We've created two transactions, both that target proxies.

Our USDC approve transaction is properly decoded as approve()

A Gelato deposit transaction is decoding the transaction as fallback(), which prevents us from properly auditing the inputs.

I am unsure if this is an issue in indexing the implementation, or if the implementation changed and Safe is not picking that up (which may be tangentially related with safe-global/safe-transaction-service#2344 (comment) where it was noted proxies are tough.)

Date and time this happened or you first noticed this issue

01-06-2024

Network

Polygon

Safe Address

0xe37dD9A535c1D3c9fC33e3295B7e08bD1C42218D

Token Address

No response

Token Type

None

Transactions

Correct proxy decode: https://app.safe.global/transactions/tx?safe=matic:0xe37dD9A535c1D3c9fC33e3295B7e08bD1C42218D&id=multisig_0xe37dD9A535c1D3c9fC33e3295B7e08bD1C42218D_0x6c1ea615fdfde97cf6910c5dbc4f41df8ff47a8dfa2a82d0b920aa8f3ff12b6a

Incorrect proxy decode: https://app.safe.global/transactions/tx?safe=matic:0xe37dD9A535c1D3c9fC33e3295B7e08bD1C42218D&id=multisig_0xe37dD9A535c1D3c9fC33e3295B7e08bD1C42218D_0x1ed29c82ebb611162a35b440c940f881534645fabba1482f7c52443b90664dfd
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

2 participants
@DefiDebauchery and others