DevStation / LaunchKit / Deploy / TokenVesting

Configure TokenVesting

Step 2 of 3 — Fill in constructor arguments and review deployment.

DeFiTokenVesting

Linear token vesting with a configurable cliff and total vesting duration.

Constructor Arguments

Project Label

Deployment Preview

Template
TokenVesting
Network
QIE Testnet (Chain 1983)
Compiler
Solidity 0.8.20
Est. Gas
~680,000 units
Est. Cost
~0.000816 QIE
Compiled
In-browser (solc)
Registry
TokenVesting
Generated Constructor Call
json
{
"token_": "<address>",
"beneficiary_": "<address>",
"cliffDays_": "<uint>",
"vestingDays_": "<uint>"
}
DevStation
Loading console…