BondController
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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) |
---|
No transactions found for "BondController"
ABI
ABI objects
Getter at block 21212336 collateralBalance() view returns (uint256)
collateralToken() view returns (address)
0x0000000000000000000000000000000000000000
creationDate() view returns (uint256)
0
depositLimit() view returns (uint256)
0
feeBps() view returns (uint256)
0
isMature() view returns (bool)
false
lastScaledCollateralBalance() view returns (uint256)
0
maturityDate() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalDebt() view returns (uint256)
0
trancheCount() view returns (uint256)
0
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.