Smart Contracts
VestingTokenFactory
The VestingTokenFactory
works as the factory to create minimal clones that will delegate their logic to the
VestingToken
implementation contract. This smart contract also acts as a manager for the fees that VestingToken
s’
transactions will charge.
VestingTokenFactory
View technical details