CustomBond
Verified contract
Active on
Ethereum with 337 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($0.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 0.022906 | $3.46 |
$0.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177495 | a month ago | | | 0 | 0.0022779482 | |
| 14041243 | 3 years ago | | | 0 | 0.0095575989 | |
| 14036134 | 3 years ago | | | 0 | 0.0069993812 | |
| 14023018 | 3 years ago | | | 0 | 0.0076909036 | |
| 14006181 | 3 years ago | | | 0 | 0.021952847 | |
| 14006077 | 3 years ago | | | 0 | 0.017034785 | |
| 14005142 | 3 years ago | | | 0 | 0.016561499 | |
| 14004301 | 3 years ago | | | 0 | 0.022403958 | |
| 14002277 | 3 years ago | | | 0 | 0.020243874 | |
| 13996093 | 3 years ago | | | 0 | 0.019599031 |
ABI
ABI objects
Getter at block 21405565 trueBondPrice() view returns (uint256 price_)
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=true, rate=0, target=300000, buffer=135, lastBlock=13514367)
bondPrice() view returns (uint256 price_)
0
currentDebt() view returns (uint256)
0
currentOlympusFee() view returns (uint256 currentFee_)
33300
debtDecay() view returns (uint256 decay_)
7963303921061111869925
debtRatio() view returns (uint256 debtRatio_)
0
lastDecay() view returns (uint256)
13989181
maxPayout() view returns (uint256)
3987259823645344389628
policy() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 maxDebt)
(controlVariable=306375, vestingTerm=46200, minimumPrice=0, maxPayout=4, maxDebt=14000000000000000000000)
totalDebt() view returns (uint256)
7963303921061111869925
totalPayoutGiven() view returns (uint256)
369996524688706151103806
totalPrincipalBonded() view returns (uint256)
44665344220178212860482
Read-only
bondInfo(address) view returns (uint256 payout, uint256 vesting, uint256 lastBlock, uint256 truePricePaid)
payoutFor(uint256 _value) view returns (uint256)
pendingPayoutFor(address _depositor) view returns (uint256 pendingPayout_)
percentVestedFor(address _depositor) view returns (uint256 percentVested_)
State-modifying
Events changeOlympusTreasury(address _olympusTreasury)
deposit(uint256 _amount, uint256 _maxPrice, address _depositor) returns (uint256)
initializeBond(uint256 _controlVariable, uint256 _vestingTerm, uint256 _minimumPrice, uint256 _maxPayout, uint256 _maxDebt, uint256 _initialDebt)
paySubsidy() returns (uint256 payoutSinceLastSubsidy_)
redeem(address _depositor) returns (uint256)
setAdjustment(bool _addition, uint256 _increment, uint256 _target, uint256 _buffer)
setBondTerms(uint8 _parameter, uint256 _input)
transferManagment(address _newOwner)
BondCreated(uint256 deposit, uint256 payout, uint256 expires)
BondPriceChanged(uint256 internalPrice, uint256 debtRatio)
BondRedeemed(address recipient, uint256 payout, uint256 remaining)
ControlVariableAdjustment(uint256 initialBCV, uint256 newBCV, uint256 adjustment, bool addition)
constructor(address _customTreasury, address _payoutToken, address _principalToken, address _olympusTreasury, address _subsidyRouter, address _initialOwner, address _olympusDAO, uint256[] _tierCeilings, uint256[] _fees)
This contract contains no fallback and receive objects.
This contract contains no error objects.