0x2f9c790c37d675b459b500f823a52a7370b4b987
Verified contract
Proxy
Active on
Ethereum with 737 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x2051…4fce
0x6bcf…6ab8
Balances ($3.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTSI | ERC-20 | 19.007971 | $0.18077 |
$3.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271498 | 6 hours ago | | | 0 | 0.0014558978 | |
| 21271497 | 6 hours ago | | | 0 | 0.0033390144 | |
| 21264594 | a day ago | | | 0 | 0.0013857200 | |
| 21264343 | a day ago | | | 0 | 0.0010392069 | |
| 21250008 | 3 days ago | | | 0 | 0.00091416320 | |
| 21250006 | 3 days ago | | | 0 | 0.0010571400 | |
| 21249712 | 3 days ago | | | 0 | 0.00094745778 | |
| 21249711 | 3 days ago | | | 0 | 0.0025628373 | |
| 21249438 | 3 days ago | | | 0 | 0.0010437200 | |
| 21245901 | 4 days ago | | | 0 | 0.0013158170 |
ABI
ABI objects
Getter at block 21273176
amount() view returns (uint256)
4677157621868018685469265
amounts() view returns (uint256 stake, uint256 unstake, uint256 withdraw)
(stake=0, unstake=0, withdraw=0)
ctsi() view returns (address)
0x491604c0fdf08347dd1fa4ee062a822a5dd06b5d
ens() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
factory() view returns (address)
0x00b6110c111b626bfc226894992d1a4c4740c4dc
fee() view returns (address)
0x6bcf8689eb94ae6c4b25eab686cbcb9ae73f6ab8
getWithdrawBalance() view returns (uint256)
0
lockTime() view returns (uint256)
21600
owner() view returns (address)
0x69d9eec63c814d1943f1f32a3876f02caaf7e1a2
paused() view returns (bool)
false
pos() view returns (address)
0x20516624de3cbe267a514fe91c31477369524fce
requiredLiquidity() view returns (uint256)
19007970878995979536
shares() view returns (uint256)
4123898037407065690697537255418255
Read-only
amountToShares(uint256 _amount) view returns (uint256)
sharesToAmount(uint256 _shares) view returns (uint256)
userBalance(address) view returns (uint256 balance, uint256 shares, uint256 depositTimestamp)
State-modifying
Events cancelHire(address workerAddress)
deposit(uint256 _amount)
hire(address workerAddress) payable
initialize(address _fee, address _pos)
pause()
produceBlock(uint256 _index) returns (bool)
rebalance()
renounceOwnership()
retire(address workerAddress)
selfhire() payable
setName(string name)
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
unstake(uint256 _shares)
update()
withdraw(uint256 _amount)
BlockProduced(uint256 reward, uint256 commission)
Deposit(address indexed user, uint256 amount, uint256 stakeTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Stake(address indexed user, uint256 amount, uint256 shares)
StakingPoolRenamed(string name)
Unpaused(address account)
Unstake(address indexed user, uint256 amount, uint256 shares)
Withdraw(address indexed user, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.