LinearVesting
Verified contract
Active on
Ethereum with 884 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x84cf…845e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEFIT | ERC-20 | 2.169949M | -- | -- | |
DEFIT | ERC-20 | 65.480516K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20764680 | 2 months ago | | | 0 | 0.0013688570 | |
| 18882709 | a year ago | | | 0 | 0.0022902421 | |
| 17111763 | 2 years ago | | | 0 | 0.0027349510 | |
| 14518813 | 3 years ago | | | 0 | 0.0034030954 | |
| 14501296 | 3 years ago | | | 0 | 0.0077786949 | |
| 14500064 | 3 years ago | | | 0 | 0.0024011176 | |
| 13460335 | 3 years ago | | | 0 | 0.0092661846 | |
| 13354389 | 3 years ago | | | 0 | 0.0077205496 | |
| 13326582 | 3 years ago | | | 0 | 0.0031501438 | |
| 13229451 | 3 years ago | | | 0 | 0.0030217616 |
ABI
ABI objects
Getter at block 21221780
cliffDuration() view returns (uint256)
1110857
end() view returns (uint256)
1620406800
owner() view returns (address)
0x4e9fbaa8289f4fd5c724bfa556237951bbdf5f39
start() view returns (uint256)
1616703943
token() view returns (address)
0x84cffa78b2fbbeec8c37391d2b12a04d2030845e
tokenBalance() view returns (uint256)
65480515788207596276083
Read-only
availableDrawDownAmount(address _beneficiary) view returns (uint256 _amount)
lastDrawnAt(address) view returns (uint256)
remainingBalance(address _beneficiary) view returns (uint256)
totalDrawn(address) view returns (uint256)
vestedAmount(address) view returns (uint256)
vestingScheduleForBeneficiary(address _beneficiary) view returns (uint256 _amount, uint256 _totalDrawn, uint256 _lastDrawnAt, uint256 _remainingBalance)
State-modifying
Events createVestingSchedule(address _beneficiary, uint256 _amount) returns (bool)
createVestingSchedules(address[] _beneficiaries, uint256[] _amounts) returns (bool)
drawDown() returns (bool)
transferOwnership(address _newOwner)
DrawDown(address indexed _beneficiary, uint256 indexed _amount)
ScheduleCreated(address indexed _beneficiary)
constructor(address _token, uint256 _start, uint256 _end, uint256 _cliffDurationInSecs)
This contract contains no fallback and receive objects.
This contract contains no error objects.