OlympusBondDepositoryV2
Verified contract
Active on
Ethereum with 1,710 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9a31…13ef
Balances ($95,022.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
gOHM | ERC-20 | 17.866859 | $5,318.24 |
$95,020.24 | |
DAI | ERC-20 | 2.000042 | $1.001 |
$2 | |
POP | ERC-20 | 25 | $0.008925 |
$0.22 | |
ODY | ERC-20 | 33.493789M | -- | -- | |
ALIS | ERC-20 | 18.506897K | -- | -- | |
CNV | ERC-20 | 679.898263 | -- | -- | |
0x886c…a0dc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183964 | 10 days ago | | | 0 | 0.0032892133 | |
| 20959839 | a month ago | | | 0 | 0.00050738800 | |
| 19088250 | 10 months ago | | | 0 | 0.0011458761 | |
| 17142186 | 2 years ago | | | 0 | 0.0020889896 | |
| 15283970 | 2 years ago | | | 0 | 0.00074739931 | |
| 15234959 | 2 years ago | | | 0 | 0.0012431470 | |
| 15173348 | 2 years ago | | | 0 | 0.0047626876 | |
| 15172059 | 2 years ago | | | 0 | 0.00032190383 | |
| 14705137 | 3 years ago | | | 0 | 0.0047677683 | |
| 14704734 | 3 years ago | | | 0 | 0.0060549925 |
ABI
ABI objects
Getter at block 21255117 liveMarkets() view returns (uint256[])
authority() view returns (address)
0x1c21f8ea7e39e2ba00bc12d2968d63f4acb38b7a
daoReward() view returns (uint256)
10000
refReward() view returns (uint256)
0
Read-only
adjustments(uint256) view returns (uint64 change, uint48 lastAdjustment, uint48 timeToAdjusted, bool active)
currentControlVariable(uint256 _id) view returns (uint256)
currentDebt(uint256 _id) view returns (uint256)
debtDecay(uint256 _id) view returns (uint64)
debtRatio(uint256 _id) view returns (uint256)
indexesFor(address _user) view returns (uint256[])
isLive(uint256 _id) view returns (bool)
liveMarketsFor(address _token) view returns (uint256[])
marketPrice(uint256 _id) view returns (uint256)
markets(uint256) view returns (uint256 capacity, address quoteToken, bool capacityInQuote, uint64 totalDebt, uint64 maxPayout, uint64 sold, uint256 purchased)
marketsForQuote(address, uint256) view returns (uint256)
metadata(uint256) view returns (uint48 lastTune, uint48 lastDecay, uint48 length, uint48 depositInterval, uint48 tuneInterval, uint8 quoteDecimals)
notes(address, uint256) view returns (uint256 payout, uint48 created, uint48 matured, uint48 redeemed, uint48 marketID)
payoutFor(uint256 _amount, uint256 _id) view returns (uint256)
pendingFor(address _user, uint256 _index) view returns (uint256 payout_, bool matured_)
rewards(address) view returns (uint256)
terms(uint256) view returns (bool fixedTerm, uint64 controlVariable, uint48 vesting, uint48 conclusion, uint64 maxDebt)
whitelisted(address) view returns (bool)
State-modifying
Events close(uint256 _id)
create(address _quoteToken, uint256[3] _market, bool[2] _booleans, uint256[2] _terms, uint32[2] _intervals) returns (uint256 id_)
deposit(uint256 _id, uint256 _amount, uint256 _maxPrice, address _user, address _referral) returns (uint256 payout_, uint256 expiry_, uint256 index_)
getReward()
pullNote(address _from, uint256 _index) returns (uint256 newIndex_)
pushNote(address _to, uint256 _index)
redeem(address _user, uint256[] _indexes, bool _sendgOHM) returns (uint256 payout_)
redeemAll(address _user, bool _sendgOHM) returns (uint256)
setAuthority(address _newAuthority)
setRewards(uint256 _toFrontEnd, uint256 _toDAO)
updateTreasury()
whitelist(address _operator)
AuthorityUpdated(address indexed authority)
Bond(uint256 indexed id, uint256 amount, uint256 price)
CloseMarket(uint256 indexed id)
CreateMarket(uint256 indexed id, address indexed baseToken, address indexed quoteToken, uint256 initialPrice)
Tuned(uint256 indexed id, uint64 oldControlVariable, uint64 newControlVariable)
constructor(address _authority, address _ohm, address _gohm, address _staking, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.