OlympusBondDepository
Verified contract
Active on
Ethereum with 3,305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 4 additional slots
Balances ($99.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 1.097195 | $90.62 |
$99.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13886899 | 3 years ago | | | 0 | 0.0031032678 | |
| 13811735 | 3 years ago | | | 0 | 0.0057295080 | |
| 13732228 | 3 years ago | | | 0 | 0.0068212814 | |
| 13708570 | 3 years ago | | | 0 | 0.013816605 | |
| 13682533 | 3 years ago | | | 0 | 0.0078739754 | |
| 13630421 | 3 years ago | | | 0 | 0.0076680091 | |
| 13592356 | 3 years ago | | | 0 | 0.0081384820 | |
| 13587081 | 3 years ago | | | 0 | 0.0079576500 | |
| 13586931 | 3 years ago | | | 0 | 0.0086655444 | |
| 13586463 | 3 years ago | | | 0 | 0.0089421740 |
ABI
ABI objects
Getter at block 21159822
DAO() view returns (address)
0x245cc372c84b3645bf0ffe6538620b04a217988b
OHM() view returns (address)
0x383518188c0c6d7730d91b2c03a03c837814a899
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=true, rate=7, target=13900, buffer=100, lastBlock=13556871)
bondCalculator() view returns (address)
0x0000000000000000000000000000000000000000
bondPrice() view returns (uint256 price_)
100
bondPriceInUSD() view returns (uint256 price_)
1000000000000000000
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
5884452296643491
debtRatio() view returns (uint256 debtRatio_)
0
isLiquidityBond() view returns (bool)
false
lastDecay() view returns (uint256)
13556871
maxPayout() view returns (uint256)
55730362033
policy() view returns (address)
0x0cf30dc0d48604a301df8010cdc028c055336b2e
principle() view returns (address)
0x5f98805a4e8be255a32880fdec7f6728c6568ba0
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0xa55ce3e25bd4cb6c5375aa393335b708db790915
standardizedDebtRatio() view returns (uint256)
0
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 maxDebt)
(controlVariable=734, vestingTerm=33110, minimumPrice=0, maxPayout=20, fee=10000, maxDebt=1000000000000000000000000)
totalDebt() view returns (uint256)
5884452296643491
treasury() view returns (address)
0x31f8cc382c9898b273eff4e0b7626a6987c846e8
useHelper() view returns (bool)
true
Read-only
bondInfo(address) view returns (uint256 payout, uint256 vesting, uint256 lastBlock, uint256 pricePaid)
payoutFor(uint256 _value) view returns (uint256)
pendingPayoutFor(address _depositor) view returns (uint256 pendingPayout_)
percentVestedFor(address _depositor) view returns (uint256 percentVested_)
State-modifying
Events deposit(uint256 _amount, uint256 _maxPrice, address _depositor) returns (uint256)
initializeBondTerms(uint256 _controlVariable, uint256 _vestingTerm, uint256 _minimumPrice, uint256 _maxPayout, uint256 _fee, uint256 _maxDebt, uint256 _initialDebt)
pullManagement()
pushManagement(address newOwner_)
recoverLostToken(address _token) returns (bool)
redeem(address _recipient, bool _stake) returns (uint256)
renounceManagement()
setAdjustment(bool _addition, uint256 _increment, uint256 _target, uint256 _buffer)
setBondTerms(uint8 _parameter, uint256 _input)
setStaking(address _staking, bool _helper)
BondCreated(uint256 deposit, uint256 indexed payout, uint256 indexed expires, uint256 indexed priceInUSD)
BondPriceChanged(uint256 indexed priceInUSD, uint256 indexed internalPrice, uint256 indexed debtRatio)
BondRedeemed(address indexed recipient, uint256 payout, uint256 remaining)
ControlVariableAdjustment(uint256 initialBCV, uint256 newBCV, uint256 adjustment, bool addition)
OwnershipPulled(address indexed previousOwner, address indexed newOwner)
OwnershipPushed(address indexed previousOwner, address indexed newOwner)
constructor(address _OHM, address _principle, address _treasury, address _DAO, address _bondCalculator)
This contract contains no fallback and receive objects.
This contract contains no error objects.