0x31ef7690e6200fdcd97e03e620630386f8f721d4
Unverified contract
Proxy
Active on
Ethereum with 18 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0x31ef7690e6200fdcd97e03e620630386f8f721d4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192123 | 3 days ago | | | 0 | 0.0016085904 | |
| 20404137 | 4 months ago | | | 0 | 0.00015234278 | |
| 20130626 | 5 months ago | | | 0 | 0.00035461288 | |
| 20083334 | 5 months ago | | | 0 | 0.0013299491 | |
| 20058340 | 5 months ago | | | 0 | 0.00044734413 | |
| 20055726 | 5 months ago | | | 0 | 0.00065563483 | |
| 20055717 | 5 months ago | | | 0 | 0.00066032484 | |
| 20055150 | 5 months ago | | | 0 | 0.0018968598 | |
| 20048603 | 5 months ago | | | 0 | 0.00073589222 | |
| 20048532 | 5 months ago | | | 0 | 0.00072356927 |
ABI
ABI objects
Getter at block 21212212
collateralBalance() view returns (uint256)
0
collateralToken() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
creationDate() view returns (uint256)
1715138171
depositLimit() view returns (uint256)
0
feeBps() view returns (uint256)
0
isMature() view returns (bool)
true
lastScaledCollateralBalance() view returns (uint256)
434982118615717693260381594470667573950078857198706296391885
maturityDate() view returns (uint256)
1717556400
owner() view returns (address)
0x5613fc36a431c9c2746763b80c1dd89e03593871
totalDebt() view returns (uint256)
41048004088904
trancheCount() view returns (uint256)
2
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.