OlympusV1BondDepository
Verified contract
Active on
Ethereum with 2,630 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 ($1,414.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHM | ERC-20 | 86.319159 | $16.39 |
$1,414.77 | |
0x886c…a0dc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20418240 | 3 months ago | | | 0 | 0.00019293040 | |
| 17089413 | 2 years ago | | | 0 | 0.0020244609 | |
| 14116344 | 3 years ago | | | 0 | 0.0091173538 | |
| 14108751 | 3 years ago | | | 0 | 0.0057493620 | |
| 14108718 | 3 years ago | | | 0 | 0.0089684080 | |
| 14106884 | 3 years ago | | | 0 | 0.0038853440 | |
| 14106824 | 3 years ago | | | 0 | 0.0043992200 | |
| 14104727 | 3 years ago | | | 0 | 0.0036873437 | |
| 14102431 | 3 years ago | | | 0 | 0.0076627066 | |
| 14101747 | 3 years ago | | | 0 | 0.0053550211 |
ABI
ABI objects
Getter at block 21167500
DAO() view returns (address)
0x245cc372c84b3645bf0ffe6538620b04a217988b
OHM() view returns (address)
0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=false, rate=0, target=0, buffer=0, lastBlock=0)
authority() view returns (address)
0x1c21f8ea7e39e2ba00bc12d2968d63f4acb38b7a
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_)
1371509292377965
debtRatio() view returns (uint256 debtRatio_)
0
isLiquidityBond() view returns (bool)
false
lastDecay() view returns (uint256)
14074253
maxPayout() view returns (uint256)
0
principle() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
staking() view returns (address)
0xb63cac384247597756545b500253ff8e607a8020
standardizedDebtRatio() view returns (uint256)
0
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 maxDebt)
(controlVariable=480, vestingTerm=33110, minimumPrice=0, maxPayout=0, fee=10000, maxDebt=20000000000000000)
totalDebt() view returns (uint256)
1371509292377965
treasury() view returns (address)
0x9a315bdf513367c0377fb36545857d12e85813ef
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)
recoverLostToken(address _token) returns (bool)
redeem(address _recipient, bool _stake) returns (uint256)
setAdjustment(bool _addition, uint256 _increment, uint256 _target, uint256 _buffer)
setAuthority(address _newAuthority)
setBondTerms(uint8 _parameter, uint256 _input)
AuthorityUpdated(address indexed authority)
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)
constructor(address _OHM, address _principle, address _treasury, address _DAO, address _bondCalculator, address _staking, address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.