ctsi.omnistake.eth
Verified contract
Proxy
Active on
Ethereum with 9,791 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
0xd440…aad4
Balances ($335,602.46)
Native
Value
$80
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,200.13 |
$80 | |
CTSI | ERC-20 | 2.32263M | $0.144458 |
$335,522.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156728 | 5 hours ago | | | 0 | 0.0025687552 | |
| 21156519 | 6 hours ago | | | 0 | 0.0028301116 | |
| 21153870 | 14 hours ago | | | 0 | 0.0033260619 | |
| 21152814 | 18 hours ago | | | 0 | 0.0025633270 | |
| 21152173 | 20 hours ago | | | 0 | 0.0025233197 | |
| 21148179 | a day ago | | | 0 | 0.0020284815 | |
| 21147346 | 2 days ago | | | 0 | 0.00075765638 | |
| 21147114 | 2 days ago | | | 0 | 0.0019660308 | |
| 21145984 | 2 days ago | | | 0 | 0.0031010443 | |
| 21144791 | 2 days ago | | | 0 | 0.0050813994 |
ABI
ABI objects
Getter at block 21158186
amount() view returns (uint256)
42507652075390600705132594
amounts() view returns (uint256 stake, uint256 unstake, uint256 withdraw)
(stake=16791000000000000000000, unstake=0, withdraw=0)
ctsi() view returns (address)
0x491604c0fdf08347dd1fa4ee062a822a5dd06b5d
ens() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
factory() view returns (address)
0x00b6110c111b626bfc226894992d1a4c4740c4dc
fee() view returns (address)
0xd4409362ab4e1e52dfe4c4313beec16bfe83aad4
getWithdrawBalance() view returns (uint256)
0
lockTime() view returns (uint256)
21600
owner() view returns (address)
0xb5ba4a130f9e30036d1c1db11a8913caf3acdeba
paused() view returns (bool)
false
pos() view returns (address)
0x20516624de3cbe267a514fe91c31477369524fce
requiredLiquidity() view returns (uint256)
2305838789213129762593748
shares() view returns (uint256)
26680307363181545294608984130376003
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.