FloorBondDepository
Verified contract
Active on
Ethereum with 989 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x91e4…6ca2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
gFLOOR | ERC-20 | 909.219215 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17200518 | 2 years ago | | | 0 | 0.0084667588 | |
| 16565178 | 2 years ago | | | 0 | 0.0017672310 | |
| 16427299 | 2 years ago | | | 0 | 0.0028566891 | |
| 16300694 | 2 years ago | | | 0 | 0.0025153844 | |
| 15785170 | 2 years ago | | | 0 | 0.0023241423 | |
| 15104222 | 2 years ago | | | 0 | 0.0013241988 | |
| 14874488 | 2 years ago | | | 0 | 0.0022012876 | |
| 14819294 | 3 years ago | | | 0 | 0.00078475145 | |
| 14794314 | 3 years ago | | | 0 | 0.0031872316 | |
| 14771314 | 3 years ago | | | 0 | 0.0020294150 |
ABI
ABI objects
Getter at block 21282991 liveMarkets() view returns (uint256[])
authority() view returns (address)
0x618907e21898d0357f0a0bf0b112949b1530cbc1
daoReward() view returns (uint256)
0
refReward() view returns (uint256)
0
Read-only
adjustments(uint256) view returns (uint64 change, uint48 lastAdjustment, uint48 timeToAdjusted, bool active)
currentControlVariable(uint256 _id) view returns (uint256)
currentDebt(uint256 _id) view returns (uint256)
debtDecay(uint256 _id) view returns (uint64)
debtRatio(uint256 _id) view returns (uint256)
indexesFor(address _user) view returns (uint256[])
isLive(uint256 _id) view returns (bool)
liveMarketsFor(address _token) view returns (uint256[])
marketPrice(uint256 _id) view returns (uint256)
markets(uint256) view returns (uint256 capacity, address quoteToken, bool capacityInQuote, uint64 totalDebt, uint64 maxPayout, uint64 sold, uint256 purchased)
marketsForQuote(address, uint256) view returns (uint256)
metadata(uint256) view returns (uint48 lastTune, uint48 lastDecay, uint48 length, uint48 depositInterval, uint48 tuneInterval, uint8 quoteDecimals)
notes(address, uint256) view returns (uint256 payout, uint48 created, uint48 matured, uint48 redeemed, uint48 marketID)
payoutFor(uint256 _amount, uint256 _id) view returns (uint256)
pendingFor(address _user, uint256 _index) view returns (uint256 payout_, bool matured_)
rewards(address) view returns (uint256)
terms(uint256) view returns (bool fixedTerm, uint64 controlVariable, uint48 vesting, uint48 conclusion, uint64 maxDebt)
whitelisted(address) view returns (bool)
State-modifying
Events close(uint256 _id)
create(address _quoteToken, uint256[3] _market, bool[2] _booleans, uint256[2] _terms, uint32[2] _intervals) returns (uint256 id_)
deposit(uint256 _id, uint256 _amount, uint256 _maxPrice, address _user, address _referral) returns (uint256 payout_, uint256 expiry_, uint256 index_)
getReward()
pullNote(address _from, uint256 _index) returns (uint256 newIndex_)
pushNote(address _to, uint256 _index)
redeem(address _user, uint256[] _indexes, bool _sendgFLOOR) returns (uint256 payout_)
setAuthority(address _newAuthority)
setRewards(uint256 _toFrontEnd, uint256 _toDAO)
updateTreasury()
whitelist(address _operator)
AuthorityUpdated(address indexed authority)
Bond(uint256 indexed id, uint256 amount, uint256 price, uint256 payout)
CloseMarket(uint256 indexed id)
CreateMarket(uint256 indexed id, address indexed quoteToken, uint256 initialPrice, uint256 capacity, bool capacityInQuote, uint256 conclusion, uint256 vestingPeriod)
CreateNote(address user, uint48 bondId, uint256 index, uint256 payout, uint48 expiry)
PushNote(address oldUser, address newUser, uint256 oldIndex, uint256 newIndex)
RedeemNote(address user, uint256[] indexes)
Tuned(uint256 indexed id, uint64 oldControlVariable, uint64 newControlVariable)
constructor(address _authority, address _floor, address _gfloor, address _staking, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.