EmployeeVesting
Verified contract
Active on
Ethereum with 209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c4a…f050
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TCR | ERC-20 | 277.897741K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20394620 | 4 months ago | | | 0 | 0.00012841037 | |
| 18148246 | a year ago | | | 0 | 0.00051593193 | |
| 17962034 | a year ago | | | 0 | 0.00091849087 | |
| 17960112 | a year ago | | | 0 | 0.00077835121 | |
| 17953695 | a year ago | | | 0 | 0.00070849588 | |
| 17942312 | a year ago | | | 0 | 0.0023651798 | |
| 17688491 | a year ago | | | 0 | 0.0013074692 | |
| 17688489 | a year ago | | | 0 | 0.0013700131 | |
| 17510789 | a year ago | | | 0 | 0.00097877938 | |
| 17389411 | a year ago | | | 0 | 0.0017749844 |
ABI
ABI objects
Getter at block 21179104
DAO() view returns (address)
0xa84918f3280d488eb3369cb713ec53ce386b6cba
owner() view returns (address)
0xa6a006c12338cdcdbc882c6ab97e4f9f82340651
valueLocked() view returns (uint256)
19755091745205026455026462
Read-only
calcDistribution(uint256 amount, uint256 currentTime, uint256 startTime, uint256 endTime) pure returns (uint256)
getVesting(address account, uint256 scheduleId) view returns (uint256, uint256)
numberOfSchedules(address) view returns (uint256)
schedules(address, uint256) view returns (uint256 totalAmount, uint256 claimedAmount, uint256 startTime, uint256 cliffTime, uint256 endTime, bool isFixed, bool cliffClaimed)
State-modifying
Events cancelVesting(address account, uint256 scheduleId)
claim(uint256 scheduleNumber)
renounceOwnership()
setDAOAddress(address DAOAddress)
setVestingSchedule(address account, uint256 amount, bool isFixed, uint256 cliffWeeks, uint256 vestingWeeks, uint256 startTime)
setVestingSchedules(address[] accounts, uint256[] amount, bool[] isFixed, uint256[] cliffWeeks, uint256[] vestingWeeks, uint256[] startTimes)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Cancelled(address account)
Claim(uint256 amount, address claimer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address tcr, address dao)
This contract contains no fallback and receive objects.
This contract contains no error objects.