REDACTEDBondDepositoryRewardBased
Verified contract
Active on
Ethereum with 784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTRFLY | ERC-20 | 2.206447 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15301807 | 2 years ago | | | 0 | 0.00034009994 | |
| 14368388 | 3 years ago | | | 0 | 0.0022532145 | |
| 14361546 | 3 years ago | | | 0 | 0.0026954818 | |
| 14359633 | 3 years ago | | | 0 | 0.0028842386 | |
| 14359467 | 3 years ago | | | 0 | 0.0016978571 | |
| 14357952 | 3 years ago | | | 0 | 0.0011883839 | |
| 14357687 | 3 years ago | | | 0 | 0.0012543871 | |
| 14355223 | 3 years ago | | | 0 | 0.0022976453 | |
| 14355221 | 3 years ago | | | 0 | 0.0025693591 | |
| 14354339 | 3 years ago | | | 0 | 0.0032493683 |
ABI
ABI objects
Getter at block 21279139
BTRFLY() view returns (address)
0xc0d4ceb216b3ba9c3701b291766fdcba977cec3a
DAO() view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
OLYMPUSDAO() view returns (address)
0x245cc372c84b3645bf0ffe6538620b04a217988b
OLYMPUSTreasury() view returns (address)
0x31f8cc382c9898b273eff4e0b7626a6987c846e8
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=true, rate=6, target=309, buffer=0, lastBlock=14329032)
bondCalculator() view returns (address)
0x0000000000000000000000000000000000000000
bondPrice() view returns (uint256 price_)
0
bondPriceInUSD() view returns (uint256 price_)
0
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
442554260808246
debtRatio() view returns (uint256 debtRatio_)
0
isLiquidityBond() view returns (bool)
false
lastDecay() view returns (uint256)
14329032
maxPayout() view returns (uint256)
34773400061
policy() view returns (address)
0x20b92862dcb9976e0aa11fae766343b7317ab349
principal() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0x0000000000000000000000000000000000000000
standardizedDebtRatio() view returns (uint256)
0
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 tithe, uint256 maxDebt)
(controlVariable=255, vestingTerm=33110, minimumPrice=0, maxPayout=100, fee=9500, tithe=500, maxDebt=10000000000000000000000000000000000000000000000)
totalDebt() view returns (uint256)
442554260808246
treasury() view returns (address)
0x086c98855df3c78c6b481b6e1d47bef42e9ac36b
useHelper() view returns (bool)
false
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 _tithe, 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)
setOLYMPUSTreasury(address _newTreasury)
setStaking(address _staking, bool _helper)
BondCreated(uint256 deposit, uint256 indexed payout, uint256 indexed expires, uint256 indexed nativePrice)
BondPriceChanged(uint256 indexed nativePrice, 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 _BTRFLY, address _principal, address _treasury, address _DAO, address _bondCalculator, address _OLYMPUSDAO, address _OLYMPUSTreasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.