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

Tokens sent without the Finance app, are not shown in the DAO's balance #533

Open
adv0r opened this issue Mar 25, 2022 · 1 comment
Open

Comments

@adv0r
Copy link

adv0r commented Mar 25, 2022

DAO: bootstrapden

This DAO has its own ERC20 token: VPNK
IN the beginning, all VPNK were on my address (0x0ef81d070799608df76fb3907cab87611292a866)

I deposited 89000 from my own MetaMask wallet directly into the govern executor's contract address (0xf1aaf8439abce3863effd060936c6c3af666ff14), without using the Finance App in the DAO's front end. ( TxID -> 0x4b843837a39922e9f226bd7ddc87a93de56e4d8c01abddb2db86cc33b3d01fc9 )

They arrived at their destination, but they don't show up in the DAO's Balance.

Then I deposited 1337 VPNK from my own wallet, but using the Finance App in the DAO's front end, and they are correctly displayed.

The problem is that now the balance of the DAO is wrong since it's not showing the 89000 tokens originally sent.

I believe this is a bug, since it's not reflecting the balance of the blockchain, 90337 VPNK

@adv0r
Copy link
Author

adv0r commented Mar 28, 2022

By analyzing the two transactions (1337, 89000) I see that they use two different functions:

the Finance app used Function: transfer(address _to, uint256 _value) *** while MetaMask used Function: deposit(address _token, uint256 _amount, string _reference) ***

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

1 participant