Locks
You can confirm LFG token locks by calling following functions on the feeOwner Contract:
Where LockNativeInfo has following entries:
Where you will get a return like for example
where amount is the amount of tokens locked in this ID, unlockTime is the unlockTime in Unix format, and tokenOwner the current owner of this lock.
To see how many tokens in total are currently locked call
Last updated