I have some simple ico contracts for airdrop and presale with lock token future to lock token until ico end and I want to know how to connect it to token contract
Asked
Active
Viewed 135 times
0
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community May 13 '22 at 11:29
1 Answers
0
You have 2 way for doing this the first is to create new wallet and put all presale token in the new wallet and then give allowance for the ico contract to controle this wallet and after this do methods for recieve ethers in the contract and transfer from the wallet of presale Second way is to send the token into the contract and send from the contract token

Mohamad Al Zohbie
- 591
- 2
- 10
-
so you have any simple contract for presale and how I must connect it to my token contract – Alireza Yazdani May 14 '22 at 22:04