0x1ed8b3b19fb317de5c7d0f3e80256f60368ec210
Verified contract
Proxy
Active on
Ethereum with 113 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 "0x1ed8b3b19fb317de5c7d0f3e80256f60368ec210"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20833365 | 2 months ago | | | 0 | 0.0016625200 | |
| 19695065 | 7 months ago | | | 0 | 0.00063410285 | |
| 19695058 | 7 months ago | | | 0 | 0.00067560056 | |
| 17409391 | a year ago | | | 0 | 0.0014871071 | |
| 16743804 | 2 years ago | | | 0 | 0.0018694367 | |
| 16334703 | 2 years ago | | | 0 | 0.0021987161 | |
| 16317986 | 2 years ago | | | 0 | 0.0010284918 | |
| 16317984 | 2 years ago | | | 0 | 0.0011174906 | |
| 16316801 | 2 years ago | | | 0 | 0.0012089408 | |
| 16291698 | 2 years ago | | | 0 | 0.0013173040 |
ABI
ABI objects
Getter at block 21220621
collateralToken() view returns (address)
0xd46ba6d942050d489dbd938a2c909a5d5039a161
depositLimit() view returns (uint256)
5000000000000000
feeBps() view returns (uint256)
0
isMature() view returns (bool)
true
maturityDate() view returns (uint256)
1648796400
owner() view returns (address)
0xd8872e192afdb8f6ee8ec3d4e54c90058bed38bd
totalDebt() view returns (uint256)
39533279169015
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.