0x3e72844268940ded052aa3cd2afcfb3cfd47d2d8
Unverified contract
Proxy
Active on
Ethereum with 21 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 "0x3e72844268940ded052aa3cd2afcfb3cfd47d2d8"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182858 | 4 days ago | | | 0 | 0.0035681829 | |
| 21091019 | 17 days ago | | | 0 | 0.00043078323 | |
| 21090638 | 17 days ago | | | 0 | 0.00036168244 | |
| 21008247 | a month ago | | | 0 | 0.0010538571 | |
| 20960258 | a month ago | | | 0 | 0.00077279191 | |
| 20958951 | a month ago | | | 0 | 0.0016179130 | |
| 20958947 | a month ago | | | 0 | 0.0015737615 | |
| 20950402 | a month ago | | | 0 | 0.0021499934 | |
| 20929109 | a month ago | | | 0 | 0.0042681321 | |
| 20918110 | a month ago | | | 0 | 0.00072486685 |
ABI
ABI objects
Getter at block 21213118
collateralBalance() view returns (uint256)
0
collateralToken() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
creationDate() view returns (uint256)
1725428567
depositLimit() view returns (uint256)
0
feeBps() view returns (uint256)
0
isMature() view returns (bool)
true
lastScaledCollateralBalance() view returns (uint256)
136126427003574775617851445810441809052730431209755759912386
maturityDate() view returns (uint256)
1727838000
owner() view returns (address)
0x5613fc36a431c9c2746763b80c1dd89e03593871
totalDebt() view returns (uint256)
5030820027069
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.