SolidVesting
Verified contract
Active on
Ethereum with 1 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 |
---|---|---|---|---|---|
SOLID | ERC-20 | 80K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6007999 | 6 years ago | | | 0 | 0.00015280000 |
ABI
ABI objects
Getter at block 21407236
beneficiary() view returns (address)
0x6c2975e008f00b05ecf132ff1e7b8e6333e17f83
cliff() view returns (uint256)
1571788800
duration() view returns (uint256)
94608000
owner() view returns (address)
0x0acc23af96f4c43cf61e639cfc5c0937b9e07e7c
revocable() view returns (bool)
false
start() view returns (uint256)
1540252800
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 changeBeneficiary(address newBeneficiary)
release(address token)
renounceOwnership()
revoke(address token)
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(uint256 amount)
Revoked()
constructor(address _beneficiary, uint256 _start, uint256 _cliff, uint256 _duration, bool _revocable)
This contract contains no fallback and receive objects.
This contract contains no error objects.