VestingContractWithoutDelegation
Verified contract
Active on
Ethereum with 4,516 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc57d…39f7
Balances ($4,943.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PTF | ERC-20 | 485.90365K | $0.010174 |
$4,943.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19093436 | 10 months ago | | | 0 | 0.0010473590 | |
| 16847225 | 2 years ago | | | 0 | 0.0017160148 | |
| 14399132 | 3 years ago | | | 0 | 0.0038539250 | |
| 13780697 | 3 years ago | | | 0 | 0.0073997999 | |
| 13780679 | 3 years ago | | | 0 | 0.010157659 | |
| 13780656 | 3 years ago | | | 0 | 0.011598266 | |
| 13708529 | 3 years ago | | | 0 | 0.010546791 | |
| 13640870 | 3 years ago | | | 0 | 0.016938400 | |
| 12458727 | 4 years ago | | | 0 | 0.0071899650 | |
| 12300893 | 4 years ago | | | 0 | 0.0021163520 |
ABI
ABI objects
Getter at block 21220372
cliffDuration() view returns (uint256)
0
end() view returns (uint256)
1608818400
owner() view returns (address)
0x4b29444d24d30de6ce16616b32538224b3c41c7c
start() view returns (uint256)
1600956000
token() view returns (address)
0xc57d533c50bc22247d49a368880fb49a1caa39f7
tokenBalance() view returns (uint256)
485903649874119608952877
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.