IdeaTokenNameVerifier
Each market has its own IdeaTokenNameVerifier
which is a small contract performing basic checks on a token name. These name verifiers are used by the IdeaTokenFactory
when a new token is listed. For example on the Twitter
market the TwitterHandleNameVerifier
is used to verify the token name is a valid Twitter handle (@ followed by 1-15 letters or numbers including "_". All lower-case) :
If the token name verification is unsuccessful the IdeaTokenFactory
will revert on addToken
.
Last updated