SuperblocksHQ / ethereum-studio

Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
https://ethereum.org/build/
GNU General Public License v3.0
185 stars 102 forks source link

Bug: transaction arguments #261

Closed samajammin closed 4 years ago

samajammin commented 4 years ago

Environment/Browser

Brave v 1.9.72

Description

Logs for every transaction show "constructor arguments" instead of function arguments.

Steps to reproduce

  1. Create Coin project
  2. Deploy contract
  3. Mint tokens
  4. View transactions panel

Expected result

I expected transactions to show the function arguments, not the constructor arguments (only deploy transaction should show constructor arguments).

Actual result

The transaction shows "Constructor arguments" again: Image 2020-06-09 at 1 52 51 PM

Reproducible

100%