LiteXTokenVesting
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiteXTokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8217898 | 5 years ago | | | 0 | 0.00049647600 | |
| 8217869 | 5 years ago | | | 0 | 0.00027656100 | |
| 8070308 | 5 years ago | | | 0 | 0.00052067000 | |
| 7883961 | 6 years ago | | | 0 | 0.00052067000 | |
| 7759475 | 6 years ago | | | 0 | 0.00052067000 | |
| 7493654 | 6 years ago | | | 0 | 0.00052067000 | |
| 7301192 | 6 years ago | | | 0 | 0.00041653600 | |
| 7202488 | 6 years ago | | | 0 | 0.00052067000 | |
| 7013444 | 6 years ago | | | 0 | 0.00052067000 | |
| 6828053 | 6 years ago | | | 0 | 0.00052067000 |
ABI
ABI objects
Getter at block 21441953
beneficiary() view returns (address)
0x1cd391bd169cb31c5fcc2f0778e07d6875587ea1
cliff() view returns (uint256)
1523145600
divider() view returns (uint256)
2592000
duration() view returns (uint256)
93312000
owner() view returns (address)
0x39ad1a066ab5ca7a8880e829372f5e9b37cc5ff4
start() view returns (uint256)
1523145600
Read-only
releasableAmount(address token) view returns (uint256)
released(address) view returns (uint256)
revoked(address) view returns (bool)
vestedAmount(address token) view returns (uint256)
State-modifying
Events release(address token)
revoke(address token)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(uint256 amount)
Revoked()
constructor(address _beneficiary, uint256 _start, uint256 _cliff, uint256 _duration, uint256 _divider, bool _revocable)
This contract contains no fallback and receive objects.
This contract contains no error objects.