LinearVesting
Verified contract
Active on
Ethereum with 3,016 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,315.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VADER | ERC-20 | 3.750412B | $0.000007 |
$25,315.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19422357 | 9 months ago | | | 0 | 0.0031995175 | |
| 19373416 | 9 months ago | | | 0 | 0.0033720133 | |
| 18978420 | a year ago | | | 0 | 0.0032471468 | |
| 18918097 | a year ago | | | 0 | 0.00065031641 | |
| 18801310 | a year ago | | | 0 | 0.0026515998 | |
| 18739332 | a year ago | | | 0 | 0.0027519565 | |
| 18698468 | a year ago | | | 0 | 0.0012491668 | |
| 18527410 | a year ago | | | 0 | 0.0018729693 | |
| 17073404 | 2 years ago | | | 0 | 0.0027654049 | |
| 16783975 | 2 years ago | | | 0 | 0.0017075903 |
ABI
ABI objects
Getter at block 21283564
converter() view returns (address)
0x6d4a43ee4770a2bab97460d3a3b783641d85d108
end() view returns (uint256)
1700964321
owner() view returns (address)
0x0000000000000000000000000000000000000000
start() view returns (uint256)
1637892321
vader() view returns (address)
0x2602278ee1882889b946eb11dc0e810075650983
Read-only
getClaim(address _vester) view returns (uint256 vestedAmount)
vest(address) view returns (uint192 amount, uint64 lastClaim, uint128 start, uint128 end)
State-modifying
Events begin(address[] vesters, uint192[] amounts)
claim() returns (uint256 vestedAmount)
renounceOwnership()
transferOwnership(address newOwner)
vestFor(address user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Vested(address indexed from, uint256 amount)
VestingCreated(address user, uint256 amount)
VestingInitialized(uint256 duration)
constructor(address _vader, address _converter)
This contract contains no fallback and receive objects.
This contract contains no error objects.