Hello, as title says, i was wondering if there’s a way to manage the reserved tokens before ICO finalization?
Thanks.
Julian
Hello, as title says, i was wondering if there’s a way to manage the reserved tokens before ICO finalization?
Thanks.
Julian
All tokens including reserved are non-transferable until crowdsale finalization. And reserved tokens are distributed only after crowdsale will ended.
Is that possible to modify code to make token movable before the finalization? if possible, what part should I modify.
Thanks!
Yi
Yes, you could do it in your fork. https://github.com/poanetwork/ico/blob/wizard/contracts/ReleasableToken.sol#L31
Cool, I changed release to false and remove “inReleaseState(false)” on setTransferAgent and setReleaseAgent. The token is movable now.