StepVesting
Verified contract
Active on
Ethereum with 7 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 |
---|---|---|---|---|---|
TKX | ERC-20 | 0.0001 | $18.72 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17565485 | a year ago | | | 0 | 0.00057446131 | |
| 17387076 | 2 years ago | | | 0 | 0.0031672965 | |
| 15696949 | 2 years ago | | | 0 | 0.0010691084 | |
| 15034186 | 2 years ago | | | 0 | 0.0037742945 | |
| 15034174 | 2 years ago | | | 0 | 0.063262288 | |
| 13722525 | 3 years ago | | | 0 | 0.017114763 | |
| 13254635 | 3 years ago | | | 0 | 0.00095676533 |
ABI
ABI objects
Getter at block 21395383
available() view returns (uint256)
0
claimable() view returns (uint256)
20000000000000000000000000
claimed() view returns (uint256)
20000000000000000000000000
cliffAmount() view returns (uint256)
5000000000000000000000000
cliffDuration() view returns (uint256)
31536000
numOfSteps() view returns (uint256)
3
owner() view returns (address)
0x5e89f8d81c74e311458277ea1be3d3247c7cd7d1
receiver() view returns (address)
0x4b178154cbc37230a177bd21a2b6068546fd7033
started() view returns (uint256)
1606824000
stepAmount() view returns (uint256)
5000000000000000000000000
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.