Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

ERC20 interaction #1

Closed
reiven opened this issue Aug 22, 2017 · 1 comment
Closed

ERC20 interaction #1

reiven opened this issue Aug 22, 2017 · 1 comment

Comments

@reiven
Copy link

reiven commented Aug 22, 2017

Looks like Deposit event do no track ERC20 token deposits, normally such transactions use 0 ether

image

Also, i want able to create a transaction which send a ERC20 transfer() as data
It is possible to transfer tokens with this contract?

@denisgranha
Copy link
Contributor

in order to send transactions with your Multisig, you need to encode first the transaction you want to send, get the data field and call https://github.com/gnosis/MultiSigWallet/blob/master/contracts/MultiSigWallet.sol#L199

if you wanna avoid all this complexity, you can use the interface where you already can withdraw or deposit tokens https://wallet.gnosis.pm/#/wallets
Click on add > Recover > Paste you multisig address > Click on Multisig wallet
In the tokens section, you can withdraw/deposit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants