MockOlympusBondDepository
Verified contract
Active on
Ethereum with 348 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
3DOG | ERC-20 | 2.601317K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13959244 | 3 years ago | | | 0 | 0.0078648285 | |
| 13953152 | 3 years ago | | | 0 | 0.0068434370 | |
| 13953006 | 3 years ago | | | 0 | 0.011355309 | |
| 13952221 | 3 years ago | | | 0 | 0.0068229403 | |
| 13948070 | 3 years ago | | | 0 | 0.015941956 | |
| 13947239 | 3 years ago | | | 0 | 0.0087588582 | |
| 13941537 | 3 years ago | | | 0 | 0.011715596 | |
| 13941046 | 3 years ago | | | 0 | 0.0087682166 | |
| 13935736 | 3 years ago | | | 0 | 0.0063864927 | |
| 13935166 | 3 years ago | | | 0 | 0.0026067495 |
ABI
ABI objects
Getter at block 21203945
DAO() view returns (address)
0xdb00139222c99e9098def2cebcd94bdcda8e7625
OHM() view returns (address)
0x8a14897ea5f668f36671678593fae44ae23b39fb
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=false, rate=0, target=25, buffer=0, lastBlock=13719824)
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_)
127025817483790836
debtRatio() view returns (uint256 debtRatio_)
0
isLiquidityBond() view returns (bool)
false
lastDecay() view returns (uint256)
13932548
maxPayout() view returns (uint256)
362656702533213
policy() view returns (address)
0xdb00139222c99e9098def2cebcd94bdcda8e7625
principal() view returns (address)
0xb5b6c3816c66fa6bc5b189f49e5b088e2de5082a
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0x95deaf8dd30380acd6cc5e4e90e5eef94d258854
standardizedDebtRatio() view returns (uint256)
0
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 maxDebt)
(controlVariable=25, vestingTerm=33110, minimumPrice=0, maxPayout=1000, fee=0, maxDebt=0)
totalDebt() view returns (uint256)
127025817483790836
treasury() view returns (address)
0x56d595ea5591d264bc1ef9e073af66685f0bfd31
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 _principal, address _treasury, address _DAO, address _bondCalculator)
This contract contains no fallback and receive objects.
This contract contains no error objects.