StepVesting
Verified contract
Active on
Ethereum with 5 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) |
---|---|---|---|---|---|---|---|
| 17565490 | a year ago | | | 0 | 0.00055059721 | |
| 17387082 | 2 years ago | | | 0 | 0.0022909261 | |
| 15696955 | 2 years ago | | | 0 | 0.0014523956 | |
| 15034297 | 2 years ago | | | 0 | 0.0063169479 | |
| 13905734 | 3 years ago | | | 0 | 0.0021669574 |
ABI
ABI objects
Getter at block 21382616
available() view returns (uint256)
0
claimable() view returns (uint256)
6666666690000000000000000
claimed() view returns (uint256)
6666666690000000000000000
cliffAmount() view returns (uint256)
2222222230000000000000000
cliffDuration() view returns (uint256)
47304000
numOfSteps() view returns (uint256)
2
owner() view returns (address)
0x5e89f8d81c74e311458277ea1be3d3247c7cd7d1
receiver() view returns (address)
0x4b178154cbc37230a177bd21a2b6068546fd7033
started() view returns (uint256)
1606824000
stepAmount() view returns (uint256)
2222222230000000000000000
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.