Hello!, i'm new in solidity programming, i have a question:
i created an ERC20 token with OpenZeppelin contract, my question is, can i, create another contract to hold tokens from the first contract for X amount of time?
Sep 11, 2020, 3:33 PM
create a timelock and emit the coins to that contract
or just send them there
Sep 11, 2020, 3:38 PM