StepVesting
Verified contract
Active on
Ethereum with 4 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 "StepVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17423737 | a year ago | | | 0 | 0.0019108912 | |
| 16130277 | 2 years ago | | | 0 | 0.00089111813 | |
| 14891459 | 2 years ago | | | 0 | 0.0044244394 | |
| 14262993 | 3 years ago | | | 0 | 0.0017254957 |
ABI
ABI objects
Getter at block 21263830
available() view returns (uint256)
0
claimable() view returns (uint256)
866666670000000000000000
claimed() view returns (uint256)
866666670000000000000000
cliffAmount() view returns (uint256)
288888890000000000000000
cliffDuration() view returns (uint256)
47304000
numOfSteps() view returns (uint256)
2
owner() view returns (address)
0x5e89f8d81c74e311458277ea1be3d3247c7cd7d1
receiver() view returns (address)
0x2869a0cfd76a41d41500c5f4a6cb88b48e162fd7
started() view returns (uint256)
1606824000
stepAmount() view returns (uint256)
288888890000000000000000
stepDuration() view returns (uint256)
15768000
token() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
Read-only
This contract contains no read-only function objects.
State-modifying
Events claim()
kill(address target)
renounceOwnership()
setReceiver(address _receiver)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiverChanged(address oldWallet, address newWallet)
constructor(address _token, uint256 _started, uint256 _cliffDuration, uint256 _stepDuration, uint256 _cliffAmount, uint256 _stepAmount, uint256 _numOfSteps, address _receiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.