OlympusBondDepository
Verified contract
Active on
Ethereum with 1,002 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 ($8,655.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 2.477399 | $3,493.94 |
$8,655.88 | |
SQUID | ERC-20 | 0.056945 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13897847 | 3 years ago | | | 0 | 0.0058318256 | |
| 13894759 | 3 years ago | | | 0 | 0.021916247 | |
| 13894033 | 3 years ago | | | 0 | 0.012700336 | |
| 13892991 | 3 years ago | | | 0 | 0.0028427400 | |
| 13892657 | 3 years ago | | | 0 | 0.0028427400 | |
| 13888241 | 3 years ago | | | 0 | 0.018621854 | |
| 13883819 | 3 years ago | | | 0 | 0.010808299 | |
| 13881419 | 3 years ago | | | 0 | 0.0028056112 | |
| 13881417 | 3 years ago | | | 0 | 0.0032551893 | |
| 13880209 | 3 years ago | | | 0 | 0.0090572969 |
ABI
ABI objects
Getter at block 21264205 bondPriceInUSD() view returns (uint256 price_) standardizedDebtRatio() view returns (uint256)
DAO() view returns (address)
0x42e61987a5cba002880b3cc5c800952a5804a1c5
OHM() view returns (address)
0x21ad647b8f4fe333212e735bfc1f36b4941e6ad2
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=true, rate=0, target=170, buffer=0, lastBlock=13841357)
bondCalculator() view returns (address)
0x9c7a74a78880b1dd9793edbe62fd409eef2062d1
bondPrice() view returns (uint256 price_)
100
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
8003066805
debtRatio() view returns (uint256 debtRatio_)
0
lastDecay() view returns (uint256)
13864457
maxPayout() view returns (uint256)
106087711
policy() view returns (address)
0x42e61987a5cba002880b3cc5c800952a5804a1c5
principle() view returns (address)
0xfad704847967d9067df7a60910399155fca43fe8
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0x85a40fe07b3eb07e3d77a416482d37b39225fbac
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 maxDebt)
(controlVariable=171, vestingTerm=33110, minimumPrice=0, maxPayout=40, fee=2500, maxDebt=0)
totalDebt() view returns (uint256)
8003066805
treasury() view returns (address)
0x61d8a57b3919e9f4777c80b6cf1138962855d2ca
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.