BondController
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BondController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13779573 | 3 years ago | | | 0 | 0.12302519 |
ABI
ABI objects
Getter at block 21221848
collateralToken() view returns (address)
0x36787412f5ddc051c95c313138b8ae4e396af137
depositLimit() view returns (uint256)
0
feeBps() view returns (uint256)
0
isMature() view returns (bool)
false
maturityDate() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner() view returns (address)
0x000000000000000000000000000000000000dead
totalDebt() view returns (uint256)
0
trancheCount() view returns (uint256)
3
Read-only
trancheTokenAddresses(address) view returns (bool)
tranches(uint256) view returns (address token, uint256 ratio)
State-modifying
Events deposit(uint256 amount)
init(address _trancheFactory, address _collateralToken, address _admin, uint256[] trancheRatios, uint256 _maturityDate, uint256 _depositLimit)
mature()
redeem(uint256[] amounts)
redeemMature(address tranche, uint256 amount)
renounceOwnership()
setFee(uint256 newFeeBps)
transferOwnership(address newOwner)
Deposit(address from, uint256 amount, uint256 feeBps)
FeeUpdate(uint256 newFee)
Mature(address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address user, uint256[] amounts)
RedeemMature(address user, address tranche, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.