Giter Club home page Giter Club logo

Comments (3)

rstormsf avatar rstormsf commented on May 27, 2024

@Jakic007

we looked at your multisend, and here is what you did wrong:

step 1 - the USDT token has 6 decimals (https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7)
step 2 - you provided the following list

0x9e45D9080795a948299711A8326Bf57fa0cdfF2C, 50.72137023
0x9eB7399caFCd019D13eD6E951B1b7cC4AEBA8FA2, 233.9463939

with 8 decimals and the multisender gave your the error about the problem with your decimals.
image

Instead of fixing the decimals in your list, you changed the number of decimals of USDT token on the UI from 6 to 8!
This was the fatal error that resulted in such behavior.

Next time, follow multisend errors and never change token decimals.

from multisender.

DeFiYaco avatar DeFiYaco commented on May 27, 2024

Thanks for your response!
It is weird that UI showed the correct amount to send after parsing the CSV file, but the transaction was obviously not aligned with that amount.

from multisender.

rstormsf avatar rstormsf commented on May 27, 2024

@Jakic007 sure it would because you changed the decimals token, so decimals is very important to calculate total. If you had correct decimals, it would have shown correctly.
We will disable editing decimals for token, so one would try to change it.

from multisender.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.