DeveryVesting
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVE | ERC-20 | 15.08085M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4964057 | 7 years ago | | | 0 | 0.0045942500 | |
| 4964017 | 7 years ago | | | 0 | 0.0052862740 |
ABI
ABI objects
Getter at block 21163507
crowdsale() view returns (address)
0x87766c251f604163b23802c6b30dae398f49528c
startDate() view returns (uint256)
1516798179
totalProportion() view returns (uint256)
15
totalTokens() view returns (uint256)
15080850000000000000001017
Read-only
entries(address) view returns (uint256 proportion, uint256 periods, uint256 periodLength, uint256 withdrawn)
tokenShare(address holder) view returns (uint256)
vested(address holder, uint256 time) view returns (uint256)
withdrawable(address holder) view returns (uint256)
withdrawn(address holder) view returns (uint256)
State-modifying
Events addEntryInDays(address holder, uint256 proportion, uint256 periods)
addEntryInMonths(address holder, uint256 proportion, uint256 periods)
addEntryInYears(address holder, uint256 proportion, uint256 periods)
finalise()
withdraw()
NewEntry(address indexed holder, uint256 proportion, uint256 periods, uint256 periodLength)
Withdrawn(address indexed holder, uint256 withdrawn)
constructor(address _crowdsale)
This contract contains no fallback and receive objects.
This contract contains no error objects.