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

Transaction Builder Form: ABI Paste/Fetch error #303

Open
2 of 4 tasks
skuhlmann opened this issue May 8, 2023 · 2 comments
Open
2 of 4 tasks

Transaction Builder Form: ABI Paste/Fetch error #303

skuhlmann opened this issue May 8, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@skuhlmann
Copy link
Contributor

Feature

Multicall Transaction Builder Proposal Form

App

Expected Behavior

  1. Put contract address into contract field
  2. App fetches the abi and puts contents into the abi field
  3. Then try to paste in an implementation ABI - it should override the fetched abi

Actual Behavior

I noticed an issue in the multi-tx builder. When I select a contract it pulls the ABI, but I need to drop in the implementation ABI. I found it and pasted it in, but the ABI fetch happens again and replaces it. I had to brute force (ctrl-v multiple times) to get it to give me what I wanted.

https://discord.com/channels/709210493549674598/908738422666063892/1104485279127052451

Steps to Reproduce

No response

Browser

No response

Screenshots and Context

No response

@skuhlmann skuhlmann added the bug Something isn't working label May 8, 2023
@santteegt
Copy link
Contributor

Info to replicate the issue:

The contract I was trying to call was: 0x594E630efbe8dbd810c168e3878817a4094bB312
The ABI I was trying to paste in was from 0x882881c5A49A71C31B6956b06AF8C7a33AF1cdD6

@scottrepreneur
Copy link
Contributor

scottrepreneur commented Feb 21, 2024

Also seeing this when trying to use a proxy contract. Need to paste implementation ABI for correct functions. Superfluid tokens are proxy implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants