Olympus
Verified contract
Active on
Ethereum with 246,134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($62,148.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 180.786443 | $92.93 |
$16,800.48 | |
USDT | ERC-20 | 12.04637K | $1.00 |
$12,046.37 | |
DAI | ERC-20 | 10.187339K | $0.999362 |
$10,180.84 | |
LCX | ERC-20 | 84.524182K | $0.113941 |
$9,630.77 | |
USDC | ERC-20 | 5.09336K | $0.999771 |
$5,092.19 | |
LINK | ERC-20 | 347.352005 | $14.61 |
$5,074.81 | |
WETH | ERC-20 | 1 | $3,204.14 |
$3,204.14 | |
OHM | ERC-20 | 7.03 | $16.04 |
$112.76 | |
STRONG | ERC-20 | 2.1 | $2.74 |
$5.75 | |
CBS | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157829 | 2 hours ago | | | 0 | 0.0016716094 | |
| 21156343 | 7 hours ago | | | 0 | 0.00058028954 | |
| 21153250 | 17 hours ago | | | 0 | 0.00052859606 | |
| 21150326 | a day ago | | | 0 | 0.00055155591 | |
| 21150050 | a day ago | | | 0 | 0.00026156520 | |
| 21150047 | a day ago | | | 0 | 0.00025672140 | |
| 21149246 | a day ago | | | 0 | 0.00050685326 | |
| 21145269 | 2 days ago | | | 0 | 0.00065406023 | |
| 21143748 | 2 days ago | | | 0 | 0.0010246262 | |
| 21143504 | 2 days ago | | | 0 | 0.0012888815 |
ABI
ABI objects
Getter at block 21158377
DOMAIN_SEPARATOR() view returns (bytes32)
0x667c9880c8d353ae824f2326a75216875d996603ed65069e0ec70071b691ecd3
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
9
name() view returns (string)
Olympus
owner() view returns (address)
0x763a641383007870ae96067818f1649e5586f6de
symbol() view returns (string)
OHM
totalSupply() view returns (uint256)
278651810168261
twapEpochPeriod() view returns (uint256)
0
twapOracle() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x31f8cc382c9898b273eff4e0b7626a6987c846e8
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events _burnFrom(address account_, uint256 amount_)
addTWAPSource(address newTWAPSourceDexPool_)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
changeTWAPEpochPeriod(uint256 newTWAPEpochPeriod_)
changeTWAPOracle(address newTWAPOracle_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeTWAPSource(address twapSourceToRemove_)
renounceOwnership()
setVault(address vault_) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner_)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TWAPEpochChanged(uint256 previousTWAPEpochPeriod, uint256 newTWAPEpochPeriod)
TWAPOracleChanged(address indexed previousTWAPOracle, address indexed newTWAPOracle)
TWAPSourceAdded(address indexed newTWAPSource)
TWAPSourceRemoved(address indexed removedTWAPSource)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.