📈TrackerToken

TrackerToken is a non-transferable ERC20 convenience token that show stakeholders their balance of claimable unlocked tokens.

TrackerToken represents the number of currently claimable unlocked tokens. This token can be added to the investor's wallet, making it easy for them to check on this information without having to go through TokenTable's website.

TrackerToken has disabled the approve and transfer functions in ERC20 and has a custom balanceOf() function that queries FutureTokenV2 via TokenTableUnlockerV2.

Last updated