trufflesuite / drizzle-react-components-legacy

A set of useful components for common dapp UI elements.
95 stars 70 forks source link

Trouble sendArgs with transfer method #105

Closed Chanutg closed 5 years ago

Chanutg commented 5 years ago

Hello i'm looking to make a transfert with adress and value setup, in order to just click on a button for the user to buy something with token.

I use a ContractForm, working well if adresse and value set by user, but sendArgs is not working. Here is my form :

              <ContractForm
                contract="Influence"
                method="transfer"
                methodArgs={{to: "0xbd85593F294f953dC67dBDd4C34Ff7cd8681156A", value: 5}}
              />
adrianmcli commented 5 years ago

@honestbonsai Do you mind taking a look at this when you have the time?

adrianmcli commented 5 years ago

@chanutg Can you provide us a reproduction repo for this bug?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if there is no reply to further comments.