Governance OHM
Verified contract
Active on
Ethereum with 87,734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27,770.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
gOHM | ERC-20 | 6.370842 | $4,359.05 |
$27,770.82 | |
0x886c…a0dc | ERC-1555 | 1 | -- | -- | |
LTL | ERC-721 | 1 | -- | -- | |
sOHM | ERC-20 | 0.000026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158516 | 13 minutes ago | | | 0 | 0.0012107680 | |
| 21158344 | an hour ago | | | 0 | 0.0011001494 | |
| 21158273 | an hour ago | | | 0 | 0.0010561158 | |
| 21157862 | 2 hours ago | | | 0 | 0.0014904378 | |
| 21157809 | 3 hours ago | | | 0 | 0.0012405976 | |
| 21157481 | 4 hours ago | | | 0 | 0.00076664243 | |
| 21156743 | 6 hours ago | | | 0 | 0.00061151002 | |
| 21156629 | 7 hours ago | | | 0 | 0.00055791107 | |
| 21156563 | 7 hours ago | | | 0 | 0.00062463302 | |
| 21156161 | 8 hours ago | | | 0 | 0.00057146253 |
ABI
ABI objects
Getter at block 21158580
approved() view returns (address)
0xb63cac384247597756545b500253ff8e607a8020
decimals() view returns (uint8)
18
index() view returns (uint256)
269238508004
migrated() view returns (bool)
true
name() view returns (string)
Governance OHM
sOHM() view returns (address)
0x04906695d6d12cf5459975d7c3c03356e4ccd460
symbol() view returns (string)
gOHM
totalSupply() view returns (uint256)
64162024482240799206106
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceFrom(uint256 _amount) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceTo(uint256 _amount) view returns (uint256)
checkpoints(address, uint256) view returns (uint256 fromBlock, uint256 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
numCheckpoints(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate(address _staking, address _sOHM)
mint(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _migrator, address _sOHM)
This contract contains no fallback and receive objects.
This contract contains no error objects.