StakingImpl
Verified contract
Active on
Ethereum with 4,513 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($62,003,347.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTSI | ERC-20 | 308.340733M | $0.201087 |
$62,003,312.95 | |
USDT | ERC-20 | 35 | $1.001 |
$35.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250588 | 6 days ago | | | 0 | 0.00056454669 | |
| 21248669 | 7 days ago | | | 0 | 0.00047544892 | |
| 21226758 | 10 days ago | | | 0 | 0.00053616810 | |
| 21210195 | 12 days ago | | | 0 | 0.00036749735 | |
| 21210184 | 12 days ago | | | 0 | 0.00069730259 | |
| 20811416 | 2 months ago | | | 0 | 0.0012034379 | |
| 20664740 | 3 months ago | | | 0 | 0.00044768340 | |
| 20649393 | 3 months ago | | | 0 | 0.000071070324 | |
| 20543621 | 3 months ago | | | 0 | 0.000090948294 | |
| 20409050 | 4 months ago | | | 0 | 0.00010109600 |
ABI
ABI objects
Getter at block 21296240
This contract contains no getter function objects.
Read-only
getMaturingBalance(address _userAddress) view returns (uint256)
getMaturingTimestamp(address _userAddress) view returns (uint256)
getReleasingBalance(address _userAddress) view returns (uint256)
getReleasingTimestamp(address _userAddress) view returns (uint256)
getStakedBalance(address _userAddress) view returns (uint256)
State-modifying
Events stake(uint256 _amount)
unstake(uint256 _amount)
withdraw(uint256 _amount)
Stake(address indexed user, uint256 amount, uint256 maturationDate)
Unstake(address indexed user, uint256 amount, uint256 maturationDate)
Withdraw(address indexed user, uint256 amount)
constructor(address _ctsiAddress, uint256 _timeToStake, uint256 _timeToRelease)
This contract contains no fallback and receive objects.
This contract contains no error objects.