Does anyone here know solidity who can help me look at a time-lock for pre-sale tokens on a contract? Trying to figure out exactly when they can be sold.....
May 7, 2021, 2:18 PM
what’s the contract
May 7, 2021, 2:19 PM
Thanks!
0x60e9880daef10e960da3c45b076dbdac4f111edf
May 7, 2021, 2:19 PM
BSC?
May 7, 2021, 2:20 PM
People were issued tokens ahead of the public launch in a pre-sale... these are supposedly locked for 4 months; with 25% becoming available to sell after each 30 days (120 days until 100% is unlocked)
Yeah BSC
I just want to try to find out a) whether this is actually true and the tokens will be unlocked at the rate of 25% every 30 days; and b) if so, precisely when the 30 day timer started (launch of the contract, when the tokens were transferred, etc) to figure out when exactly they can be sold.
May 7, 2021, 2:21 PM
from skimming it seems that the 30 day timer starts at launch of the contract
May 7, 2021, 2:30 PM
When would that have been exactly?
May 7, 2021, 2:30 PM
find the block it was launched in
the timestamp of the start of that block + 2,592,000 seconds is the exact time
May 7, 2021, 2:32 PM
How do I do that?
Sorry, I don't know much about coding at all....
Also, can you confirm the contract does, in fact, allow pre-sale tokens to be sold after 30 days in 25% incremenets?
May 7, 2021, 2:58 PM
It’s ok, no stress
(May-01-2021 12:16:31 AM +UTC) is the exact time
I’ll need to take a closer look for that, sorry just been skimming on my phone
May 7, 2021, 3:03 PM
Ok so exactly 30 days after May 1, 2021 12:16:31 AM UTC?
If there is any way to verify that pre-launch tokens are locked, and that they unlock 25% every 30 days after this time that would be SO HELPFUL...
May 7, 2021, 3:24 PM