Staked OHM
Verified contract
Active on
Ethereum with 38,575 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ab8…a52f
Balances ($29.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 0.3 | $99.03 |
$29.71 | |
sOHM | ERC-20 | 794 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170581 | 29 minutes ago | | | 0 | 0.00091823597 | |
| 21170575 | 31 minutes ago | | | 0 | 0.00089948120 | |
| 21170575 | 31 minutes ago | | | 0 | 0.0015726038 | |
| 21168041 | 9 hours ago | | | 0 | 0.0014848593 | |
| 21167810 | 10 hours ago | | | 0 | 0.0017301896 | |
| 21167629 | 10 hours ago | | | 0 | 0.0016562949 | |
| 21167599 | 10 hours ago | | | 0 | 0.0019814712 | |
| 21167151 | 12 hours ago | | | 0 | 0.0025514626 | |
| 21166659 | 14 hours ago | | | 0 | 0.0019029537 | |
| 21166294 | 15 hours ago | | | 0 | 0.0024065601 |
ABI
ABI objects
Getter at block 21170725 circulatingSupply() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x102e3090f685ae938f6bf934921c36e23687c5b6a7dbb3c6e511bdbbf04438cc
decimals() view returns (uint8)
9
gOHM() view returns (address)
0x0ab87046fbb341d058f17cbc4c1133f25a20a52f
index() view returns (uint256)
269238508004
name() view returns (string)
Staked OHM
stakingContract() view returns (address)
0xb63cac384247597756545b500253ff8e607a8020
symbol() view returns (string)
sOHM
totalSupply() view returns (uint256)
28813242083524026
treasury() view returns (address)
0x9a315bdf513367c0377fb36545857d12e85813ef
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceForGons(uint256 gons) view returns (uint256)
balanceOf(address who) view returns (uint256)
debtBalances(address) view returns (uint256)
fromG(uint256 amount) view returns (uint256)
gonsForBalance(uint256 amount) view returns (uint256)
nonces(address owner) view returns (uint256)
rebases(uint256) view returns (uint256 epoch, uint256 rebase, uint256 totalStakedBefore, uint256 totalStakedAfter, uint256 amountRebased, uint256 index, uint256 blockNumberOccured)
toG(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeDebt(uint256 amount, address debtor, bool add)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _stakingContract, address _treasury)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebase(uint256 profit_, uint256 epoch_) returns (uint256)
setIndex(uint256 _index)
setgOHM(address _gOHM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 rebase, uint256 index)
LogStakingContractUpdated(address stakingContract)
LogSupply(uint256 indexed epoch, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.