TokenBondDepository
Verified contract
Active on
Ethereum with 1,281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6ebc…233f
-
variable spans 6 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOBI | ERC-20 | 66.767551 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18092403 | a year ago | | | 0 | 0.0010159087 | |
| 14073462 | 3 years ago | | | 0 | 0.027607486 | |
| 14059032 | 3 years ago | | | 0 | 0.0077599924 | |
| 14057224 | 3 years ago | | | 0 | 0.020388589 | |
| 14055982 | 3 years ago | | | 0 | 0.027509011 | |
| 14055520 | 3 years ago | | | 0 | 0.0067210047 | |
| 14053109 | 3 years ago | | | 0 | 0.0093470825 | |
| 14052305 | 3 years ago | | | 0 | 0.013341946 | |
| 14051542 | 3 years ago | | | 0 | 0.021711837 | |
| 14050742 | 3 years ago | | | 0 | 0.014314171 |
ABI
ABI objects
Getter at block 21161258 bondPriceInUSD() view returns (uint256 price_) standardizedDebtRatio() view returns (uint256)
DAO() view returns (address)
0xde50fb295549eda934d222e7a24d5a8dd132444f
LOBI() view returns (address)
0xdec41db0c33f3f6f3cb615449c311ba22d418a8d
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=true, rate=2, target=150, buffer=0, lastBlock=14034784)
assetPrice() view returns (int256)
223044130
bondPrice() view returns (uint256 price_)
0
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
4299267716906
debtRatio() view returns (uint256 debtRatio_)
0
lastDecay() view returns (uint256)
14034784
maxPayout() view returns (uint256)
280618251347
partnerDAO() view returns (address)
0x245cc372c84b3645bf0ffe6538620b04a217988b
policy() view returns (address)
0xba9ebdc5054a206b3d54d7cb7e7a5abd2810f6fe
principle() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0x644d94da13af3ac88a9a0dcaaa108e474b9a9b5f
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 maxDebt, uint256 fee, uint256 feePartner)
(controlVariable=108, vestingTerm=33230, minimumPrice=0, maxPayout=150, maxDebt=1000000000000000, fee=5000, feePartner=110)
totalDebt() view returns (uint256)
4299267716906
treasury() view returns (address)
0x873ad91fa4f2aa0d557c0919ec3f6c9d240cdd05
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 _maxDebt, uint256 _initialDebt, uint256 _fee, uint256 _feePartner)
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)
setDAOs(address _DAO, address _partnerDAO)
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 _LOBI, address _principle, address _treasury, address _DAO, address _partnerDAO, address _feed)
This contract contains no fallback and receive objects.
This contract contains no error objects.