VestingContract
Verified contract
Active on
Ethereum with 4,716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xefb5…0993
Balances ($853,431.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CUDOS | ERC-20 | 96.227021M | $0.008869 |
$853,431.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115151 | 12 days ago | | | 0 | 0.00043350328 | |
| 21061522 | 19 days ago | | | 0 | 0.00045238036 | |
| 21020110 | 25 days ago | | | 0 | 0.00068235815 | |
| 20924107 | a month ago | | | 0 | 0.0018354136 | |
| 20891250 | a month ago | | | 0 | 0.00052224000 | |
| 20872710 | a month ago | | | 0 | 0.0017089197 | |
| 20862690 | 2 months ago | | | 0 | 0.0013020365 | |
| 20857333 | 2 months ago | | | 0 | 0.00073538322 | |
| 20840427 | 2 months ago | | | 0 | 0.00090613552 | |
| 20813991 | 2 months ago | | | 0 | 0.0023633014 |
ABI
ABI objects
Getter at block 21201020
PERIOD_ONE_DAY_IN_SECONDS() view returns (uint256)
86400
accessControls() view returns (address)
0xefb546ec7babc97af3791033cc3ca1cc1f680993
paused() view returns (bool)
false
token() view returns (address)
0x817bbdbc3e8a1204f3691d14bb44992841e3db35
tokenBalance() view returns (uint256)
96227021269635384029817233
Read-only
availableDrawDownAmount(address _beneficiary) view returns (uint256 _amount)
vestingSchedule(address) view returns (uint256 start, uint256 end, uint256 cliff, uint256 amount, uint256 totalDrawn, uint256 lastDrawnAt, uint256 drawDownRate)
vestingScheduleForBeneficiary(address _beneficiary) view returns (uint256 _start, uint256 _end, uint256 _cliff, uint256 _amount, uint256 _totalDrawn, uint256 _lastDrawnAt, uint256 _drawDownRate, uint256 _remainingBalance)
State-modifying
Events createVestingSchedule(address _beneficiary, uint256 _amount, uint256 _start, uint256 _durationInDays, uint256 _cliffDurationInDays)
drawDown()
pause()
unpause()
updateAccessControls(address _accessControls)
AccessControlsUpdate(address _old, address _new)
DrawDown(address indexed _beneficiary, uint256 indexed _amount, uint256 indexed _time)
Paused(address account)
ScheduleCancelled(address indexed _beneficiary, address indexed _cancelledBy, uint256 _remainingBalance, uint256 _end)
ScheduleCreated(address indexed _beneficiary, uint256 indexed _amount, uint256 indexed _start, uint256 _duration)
Unpaused(address account)
constructor(address _token, address _accessControls)
This contract contains no fallback and receive objects.
This contract contains no error objects.