Staked Olympus
Verified contract
Active on
Ethereum with 159,385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,322.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 19.729165 | $117.71 |
$2,322.32 | |
sOHM | ERC-20 | 688.39049 | -- | -- | |
sOHM | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245768 | 2 hours ago | | | 0 | 0.00026802307 | |
| 21245134 | 4 hours ago | | | 0 | 0.00086848026 | |
| 21243785 | 8 hours ago | | | 0 | 0.00091189861 | |
| 21242973 | 11 hours ago | | | 0 | 0.00086086976 | |
| 21242021 | 14 hours ago | | | 0 | 0.00042339015 | |
| 21241139 | 17 hours ago | | | 0 | 0.00024816807 | |
| 21241131 | 17 hours ago | | | 0 | 0.00023124763 | |
| 21240452 | 20 hours ago | | | 0 | 0.00027859441 | |
| 21240211 | 20 hours ago | | | 0 | 0.00047347524 | |
| 21240210 | 20 hours ago | | | 0 | 0.00025354819 |
ABI
ABI objects
Getter at block 21246285
DOMAIN_SEPARATOR() view returns (bytes32)
0xb0bf5e43681b0a9e5f7dc6a4dbcf80aed4a3b05bc067b63534cfb8c78a8ace44
INDEX() view returns (uint256)
105311035559107836182983262803563504915851270585573684628211575120021804
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
circulatingSupply() view returns (uint256)
241280222700163
decimals() view returns (uint8)
9
index() view returns (uint256)
46721314322
initializer() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x3524c03d39a13d51485419a17586286a6b617dd3
name() view returns (string)
Staked Olympus
stakingContract() view returns (address)
0xfd31c7d00ca47653c6ce64af53c1571f9c36566a
symbol() view returns (string)
sOHM
totalSupply() view returns (uint256)
51371241092107427
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceForGons(uint256 gons) view returns (uint256)
balanceOf(address who) 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)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address stakingContract_) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
pullManagement()
pushManagement(address newOwner_)
rebase(uint256 profit_, uint256 epoch_) returns (uint256)
renounceManagement()
setIndex(uint256 _INDEX) returns (bool)
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 timestamp, uint256 totalSupply)
OwnershipPulled(address indexed previousOwner, address indexed newOwner)
OwnershipPushed(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.