ctsimatrix.eth
Verified contract
Proxy
Active on
Ethereum with 1,033 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
0x6818…780b
Balances ($754.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTSI | ERC-20 | 5.31509K | $0.141999 |
$754.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20360838 | 4 months ago | | | 0 | 0.00036164192 | |
| 20360825 | 4 months ago | | | 0 | 0.00029764480 | |
| 19707784 | 7 months ago | | | 0 | 0.00055486328 | |
| 19493667 | 8 months ago | | | 0 | 0.0011977192 | |
| 19353945 | 8 months ago | | | 0 | 0.0019942917 | |
| 19353911 | 8 months ago | | | 0 | 0.0024226335 | |
| 19351690 | 8 months ago | | | 0 | 0.0027210455 | |
| 19351109 | 8 months ago | | | 0 | 0.0027586250 | |
| 19344504 | 8 months ago | | | 0 | 0.0044512394 | |
| 19344486 | 8 months ago | | | 0 | 0.0019617951 |
ABI
ABI objects
Getter at block 21163190
amount() view returns (uint256)
5104152179458599696528769
amounts() view returns (uint256 stake, uint256 unstake, uint256 withdraw)
(stake=0, unstake=0, withdraw=2044392643302840272578)
ctsi() view returns (address)
0x491604c0fdf08347dd1fa4ee062a822a5dd06b5d
ens() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
factory() view returns (address)
0x00b6110c111b626bfc226894992d1a4c4740c4dc
fee() view returns (address)
0x681821b92d17a38c45e247f7b97c4c1ef5fb780b
getWithdrawBalance() view returns (uint256)
0
lockTime() view returns (uint256)
21600
owner() view returns (address)
0x9d455fee080c5822c5dbdcab6a5eec0ea6a5fb8f
paused() view returns (bool)
false
pos() view returns (address)
0x20516624de3cbe267a514fe91c31477369524fce
requiredLiquidity() view returns (uint256)
8480349059449517365071
shares() view returns (uint256)
3989814719612898306340466017908076
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.