AbdelStark / token-vesting-contracts

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

Erc20 in vesting #82

Closed Shantaramm closed 8 months ago

Shantaramm commented 1 year ago

hello! I have a little question. Why do we use ERC20.sol in the vesting.sol contract and not IERC20.sol?

AbdelStark commented 1 year ago

good point, we should use the interface. feel free to submit a PR if you want

Shantaramm commented 1 year ago

good point, we should use the interface. feel free to submit a PR if you want

Cool! But if you implement IERC20 here, then the SafeTransferLib.sol library may not work, since it accepts ERC20 as input image