VestingContract
Verified contract
Active on
Ethereum with 393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc57d…39f7
Balances ($0.00)
No balances found for "VestingContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19093434 | 9 months ago | | | 0 | 0.0016024884 | |
| 18929452 | 10 months ago | | | 0 | 0.0034128721 | |
| 18766639 | a year ago | | | 0 | 0.0052086480 | |
| 18321062 | a year ago | | | 0 | 0.0011404721 | |
| 17389147 | a year ago | | | 0 | 0.0050371475 | |
| 17277166 | a year ago | | | 0 | 0.0061571994 | |
| 16846895 | 2 years ago | | | 0 | 0.0027447121 | |
| 16730897 | 2 years ago | | | 0 | 0.0022573434 | |
| 16671641 | 2 years ago | | | 0 | 0.0041027283 | |
| 16298348 | 2 years ago | | | 0 | 0.0020594599 |
ABI
ABI objects
Getter at block 21077516
baseVestingDepositAccount() view returns (address)
0xdfdd6014a6b92ed74a3b34f171d6b07cdf8d91de
cliffDuration() view returns (uint256)
0
end() view returns (uint256)
1664028000
owner() view returns (address)
0x4b29444d24d30de6ce16616b32538224b3c41c7c
start() view returns (uint256)
1600956000
token() view returns (address)
0xc57d533c50bc22247d49a368880fb49a1caa39f7
tokenBalance() view returns (uint256 _tokenBalance)
0
Read-only
availableDrawDownAmount(address _beneficiary) view returns (uint256 _amount)
lastDrawnAt(address) view returns (uint256)
remainingBalance(address _beneficiary) view returns (uint256 _remainingBalance)
totalDrawn(address) view returns (uint256)
vestingSchedule(address) view returns (uint256 amount, address depositAccount)
vestingScheduleForBeneficiary(address _beneficiary) view returns (uint256 _amount, uint256 _totalDrawn, uint256 _lastDrawnAt, uint256 _drawDownRate, uint256 _remainingBalance, address _depositAccountAddress)
voided(address) view returns (bool)
State-modifying
Events createVestingSchedule(address _beneficiary, uint256 _amount) returns (bool)
drawDown() returns (bool)
transferOwnership(address _newOwner)
updateScheduleBeneficiary(address _currentBeneficiary, address _newBeneficiary)
DrawDown(address indexed _beneficiary, uint256 indexed _amount, uint256 indexed _time)
ScheduleCreated(address indexed _beneficiary, uint256 indexed _amount)
constructor(address _token, address _baseVestingDepositAccount, uint256 _start, uint256 _end, uint256 _cliffDurationInSecs)
This contract contains no fallback and receive objects.
This contract contains no error objects.