BondController

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x5773cb1a at 13779569
Slot
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

No balances found for "BondController"

0x83dd86fcaed4f698042e70dbf728430f8b1ec32959a1cbf3328df35bc69b75d9

Functions
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(addressview returns (bool)
tranches(uint256view returns (address tokenuint256 ratio)
State-modifying
deposit(uint256 amount
init(address _trancheFactoryaddress _collateralTokenaddress _adminuint256[] trancheRatiosuint256 _maturityDateuint256 _depositLimit
mature(
redeem(uint256[] amounts
redeemMature(address trancheuint256 amount
renounceOwnership(
setFee(uint256 newFeeBps
transferOwnership(address newOwner
Events
Deposit(address fromuint256 amountuint256 feeBps
FeeUpdate(uint256 newFee
Mature(address caller
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Redeem(address useruint256[] amounts
RedeemMature(address useraddress trancheuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.