AbdelStark / token-vesting-contracts

ERC20 token vesting smart contracts 💰⏳
Apache License 2.0
191 stars 135 forks source link

Decimal Issues. #60

Open hreela opened 1 year ago

hreela commented 1 year ago

After deploy the vesting contract. everything is fine.

But when tried to release the token by vestingID, I put 100 token, [added token has 18 decimals], its released 0.0000000000000001 token.

and when I checked vesting contract Total Amount, it showing 100 less here? So, how to resolve this decimal issues.

I am trying to release 100, its receiver getting 0.0000000000000001 and deducting from contract is 100

Hope to get solution to resolve this issue.