TimeBondDepository
Verified contract
Active on
Base with 36 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 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Phase | ERC-20 | 42.283806 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2683906 | a year ago | | | 0 | 0.00030219030 | |
| 2665924 | a year ago | | | 0 | 0.000000000178483635 | |
| 2659369 | a year ago | | | 0 | 0.000081136472 | |
| 2584707 | a year ago | | | 0 | 0.00030593601 | |
| 2503452 | a year ago | | | 0 | 0.00060672277 | |
| 2503340 | a year ago | | | 0 | 0.000087936000 | |
| 2487734 | a year ago | | | 0 | 0.000043533002 | |
| 2487703 | a year ago | | | 0 | 0.000043515002 | |
| 2466343 | a year ago | | | 0 | 0.00060672277 | |
| 2452875 | a year ago | | | 0 | 0.000072555003 |
ABI
ABI objects
Getter at block 23167979 bondPriceInUSD() view returns (uint256 price_) standardizedDebtRatio() view returns (uint256)
DAO() view returns (address)
0x14136b7e026890ce6f2a7b775f644fd823e113da
Time() view returns (address)
0xbaca9814fb1d87ada1aa73e72375c0c09ec18477
adjustment() view returns (bool add, uint256 rate, uint256 target, uint32 buffer, uint32 lastTime)
(add=false, rate=0, target=0, buffer=0, lastTime=0)
bondCalculator() view returns (address)
0x4e7a38da0da04749c5467063f1948d5966cbdf1c
bondPrice() view returns (uint256 price_)
300
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
842381501402
debtRatio() view returns (uint256 debtRatio_)
0
isLiquidityBond() view returns (bool)
true
lastDecay() view returns (uint32)
1691690221
maxPayout() view returns (uint256)
89518995466570000
policy() view returns (address)
0x14136b7e026890ce6f2a7b775f644fd823e113da
principle() view returns (address)
0x790cd5a81816cc78c46ab71eeb55223690e56d17
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0x80046f6bd69f26698a286de90c6dd3e789a6975c
terms() view returns (uint256 controlVariable, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 maxDebt, uint32 vestingTerm)
(controlVariable=5, minimumPrice=300, maxPayout=1000000000, fee=0, maxDebt=100000000000000000000000000000, vestingTerm=432000)
totalDebt() view returns (uint256)
842381501402
treasury() view returns (address)
0xe4640a0ef986bb77198ee912499bb006e5f3db1f
useHelper() view returns (bool)
true
Read-only
bondInfo(address) view returns (uint256 payout, uint256 pricePaid, uint32 lastTime, uint32 vesting)
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 _minimumPrice, uint256 _maxPayout, uint256 _fee, uint256 _maxDebt, uint256 _initialDebt, uint32 _vestingTerm)
pullManagement()
pushManagement(address newOwner_)
recoverLostToken(address _token) returns (bool)
redeem(address _recipient, bool _stake) returns (uint256)
renounceManagement()
setAdjustment(bool _addition, uint256 _increment, uint256 _target, uint32 _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 _Time, address _principle, address _treasury, address _DAO, address _bondCalculator)
This contract contains no fallback and receive objects.
This contract contains no error objects.