OperatingSystemStaking
Verified contract
Active on
Ethereum with 2,294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,280.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 13.280654K | $1.00 |
$13,280.65 | |
OS | ERC-20 | 21.677019M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167056 | 14 hours ago | | | 0 | 0.0020995114 | |
| 21167053 | 14 hours ago | | | 0 | 0.0034200085 | |
| 21165497 | 19 hours ago | | | 0 | 0.0030781747 | |
| 21130330 | 6 days ago | | | 0 | 0.0015111842 | |
| 21082377 | 12 days ago | | | 0 | 0.00053335800 | |
| 21082369 | 12 days ago | | | 0 | 0.00076853912 | |
| 21073896 | 14 days ago | | | 0 | 0.00093523806 | |
| 21058806 | 16 days ago | | | 0 | 0.00068309748 | |
| 21045391 | 18 days ago | | | 0 | 0.00041177003 | |
| 21045387 | 18 days ago | | | 0 | 0.00046548122 |
ABI
ABI objects
Getter at block 21171236
allTimeRewards() view returns (uint256)
115871500000
allTimeRewardsClaimed() view returns (uint256)
102590845521
allTimeStakedAtDistribution() view returns (uint256)
1098690650253293814687487054
currentRewardFactor() view returns (uint256)
17717814173961317
isDepositingEnabled() view returns (bool)
true
minimumDistribution() view returns (uint256)
10000000
operatingSystem() view returns (address)
0x21ffe03caa6355cf1ca47b898921d2f70e85e423
oracle() view returns (address)
0xe461ca0b4f219b10a6fd1c06a8022e8e986a335f
owner() view returns (address)
0xcb6f071118c520488560552ae93b8a6a68544fb7
totalStaked() view returns (uint256)
21677019298767446933662479
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
getReward(address _user) view returns (uint256)
getStake(address _user) view returns (uint256)
State-modifying
Events claimRewards()
deposit(uint256 _amount)
disableDepositing()
distribute()
enableDepositing()
renounceOwnership()
setMinimumDistribution(uint256 _minimumDistribution)
setOracle(address _newOracle)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claimed(address user, uint256 rewards)
Deposit(address user, uint256 amount)
DepositingDisabled()
DepositingEnabled()
Distributed(uint256 rewards, uint256 totalStaked)
MinimumDistributionUpdated(uint256 minimumDistribution)
OracleUpdated(address indexed prev, address indexed next)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address user, uint256 amount)
constructor(address _oracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.