OlympusStaking
Verified contract
Active on
Ethereum with 103,162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0x44a7…2aaa
Balances ($287,754,049.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 17.839625M | $16.13 |
$287,753,143.88 | |
USDC | ERC-20 | 298 | $1.00 |
$298 | |
DAI | ERC-20 | 284.990108 | $1.001 |
$285.28 | |
OHM | ERC-20 | 2.602988 | $94.80 |
$246.76 | |
gOHM | ERC-20 | 0.017447 | $4,320.76 |
$75.38 | |
DISCO | ERC-20 | 2.330043T | -- | -- | |
sOHM | ERC-20 | 28.312552M | -- | -- | |
ODY | ERC-20 | 14.117172M | -- | -- | |
ORION | ERC-20 | 1.1M | -- | -- | |
PPS | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156520 | 3 hours ago | | | 0 | 0.0011690528 | |
| 21156107 | 4 hours ago | | | 0 | 0.0011177783 | |
| 21155953 | 5 hours ago | | | 0 | 0.00097761992 | |
| 21155884 | 5 hours ago | | | 0 | 0.00096968914 | |
| 21154908 | 8 hours ago | | | 0 | 0.0010258907 | |
| 21154812 | 9 hours ago | | | 0 | 0.00093492243 | |
| 21154757 | 9 hours ago | | | 0 | 0.00092338505 | |
| 21154455 | 10 hours ago | | | 0 | 0.00089937785 | |
| 21154351 | 10 hours ago | | | 0 | 0.00077256759 | |
| 21153925 | 12 hours ago | | | 0 | 0.0011160308 |
ABI
ABI objects
Getter at block 21157447
OHM() view returns (address)
0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5
authority() view returns (address)
0x1c21f8ea7e39e2ba00bc12d2968d63f4acb38b7a
distributor() view returns (address)
0x44a7a09ccddb4338e062f1a3849f9a82bdbf2aaa
epoch() view returns (uint256 length, uint256 number, uint256 end, uint256 distribute)
(length=28800, number=3955, end=1731268800, distribute=0)
gOHM() view returns (address)
0x0ab87046fbb341d058f17cbc4c1133f25a20a52f
index() view returns (uint256)
269238508004
sOHM() view returns (address)
0x04906695d6d12cf5459975d7c3c03356e4ccd460
secondsToNextEpoch() view returns (uint256)
24949
supplyInWarmup() view returns (uint256)
83530851348114
warmupPeriod() view returns (uint256)
0
Read-only
warmupInfo(address) view returns (uint256 deposit, uint256 gons, uint256 expiry, bool lock)
State-modifying
Events claim(address _to, bool _rebasing) returns (uint256)
forfeit() returns (uint256)
rebase() returns (uint256)
setAuthority(address _newAuthority)
setDistributor(address _distributor)
setWarmupLength(uint256 _warmupPeriod)
stake(address _to, uint256 _amount, bool _rebasing, bool _claim) returns (uint256)
toggleLock()
unstake(address _to, uint256 _amount, bool _trigger, bool _rebasing) returns (uint256 amount_)
unwrap(address _to, uint256 _amount) returns (uint256 sBalance_)
wrap(address _to, uint256 _amount) returns (uint256 gBalance_)
AuthorityUpdated(address indexed authority)
DistributorSet(address distributor)
WarmupSet(uint256 warmup)
constructor(address _ohm, address _sOHM, address _gOHM, uint256 _epochLength, uint256 _firstEpochNumber, uint256 _firstEpochTime, address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.