TokenBondDepository
Verified contract
Active on
Ethereum with 305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd62…f33f
-
variable spans 6 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMND | ERC-20 | 45.603771 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14137998 | 3 years ago | | | 0 | 0.030068613 | |
| 14119206 | 3 years ago | | | 0 | 0.025601304 | |
| 14114278 | 3 years ago | | | 0 | 0.0031586712 | |
| 14102888 | 3 years ago | | | 0 | 0.018237425 | |
| 14102880 | 3 years ago | | | 0 | 0.015673745 | |
| 14100144 | 3 years ago | | | 0 | 0.027616580 | |
| 14097184 | 3 years ago | | | 0 | 0.0078179436 | |
| 14094069 | 3 years ago | | | 0 | 0.034386236 | |
| 14090532 | 3 years ago | | | 0 | 0.033851581 | |
| 14089931 | 3 years ago | | | 0 | 0.037201676 |
ABI
ABI objects
Getter at block 21281866 bondPriceInUSD() view returns (uint256 price_) standardizedDebtRatio() view returns (uint256)
DAO() view returns (address)
0x726d658d23834a2289126267c331b3f0aa03c5ad
DMND() view returns (address)
0x144e3b02e08e644ffbb7ff652763f5b72ee22701
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=true, rate=0, target=80, buffer=0, lastBlock=13940850)
assetPrice() view returns (int256)
51261776
bondPrice() view returns (uint256 price_)
0
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
4515597716678
debtRatio() view returns (uint256 debtRatio_)
0
lastDecay() view returns (uint256)
14100144
maxPayout() view returns (uint256)
2763192242
partnerDAO() view returns (address)
0xd73911200f908714f886c0beefcfe1ac3108e1a3
policy() view returns (address)
0x557dfff10daaaa8922efaa5de23180873752e2bf
principle() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0xe6333fce83a1c1ba4bff1661267bd256c94723fd
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 maxDebt, uint256 fee, uint256 feePartner)
(controlVariable=80, vestingTerm=33230, minimumPrice=0, maxPayout=1, maxDebt=500000000000000, fee=2000, feePartner=500)
totalDebt() view returns (uint256)
4515597716678
treasury() view returns (address)
0x82b9acb41118f1c48be24af4f16c4b7f561ff429
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 _DMND, address _principle, address _treasury, address _DAO, address _partnerDAO, address _feed)
This contract contains no fallback and receive objects.
This contract contains no error objects.