ERC20 Token - is it possible to transfer part of tokens to a smart contract?

Hi @Tomy_R,

Welcome to the community :wave:

Assuming you have a fixed supply ERC20 token, then you could transfer any number of tokens to a crowdsale contract (or list on a decentralized exchange).

See the Simple ERC20 Crowdsale.

I also recommend going through Points to consider when creating a fungible token (ERC20, ERC777).