TrancheRouter
Verified contract
Active on
Ethereum with 94 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TrancheRouter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165365 | 5 days ago | | | 0 | 0.0070384159 | |
| 21091954 | 15 days ago | | | 0 | 0.0016548771 | |
| 21004449 | a month ago | | | 0 | 0.0013309749 | |
| 20999271 | a month ago | | | 0 | 0.0018874943 | |
| 20998891 | a month ago | | | 0 | 0.0018653323 | |
| 20998265 | a month ago | | | 0 | 0.0022634425 | |
| 20998215 | a month ago | | | 0 | 0.0017637288 | |
| 20998076 | a month ago | | | 0 | 0.0013264592 | |
| 20986549 | a month ago | | | 2.715 | 0.0051275938 | |
| 20976904 | a month ago | | | 0 | 0.0024527677 |
ABI
ABI objects
Getter at block 21202836
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
trancheFactory() view returns (address)
0x83ce9e95118b48dfed91632e1bb848f1d4ee12e3
Read-only
This contract contains no read-only function objects.
State-modifying
Events issue(address adapter, uint256 maturity, uint256 underlyingAmount, address to, uint256 minIssuedAmount) payable returns (uint256)
multicall(bytes[] data) payable returns (bytes[] results)
redeem(address adapter, uint256 maturity, uint256 principalAmount, address to) returns (uint256)
redeemWithYT(address adapter, uint256 maturity, uint256 pyAmount, address to) returns (uint256)
refundETH() payable
sweepToken(address token, uint256 amountMinimum, address recipient) payable
sweepTokens(address[] tokens, uint256[] amountMinimums, address recipient) payable
unwrapWETH9(uint256 amountMinimum, address recipient) payable
withdraw(address adapter, uint256 maturity, uint256 underlyingAmount, address to) returns (uint256)
This contract contains no event objects.
constructor(address _trancheFactory, address _WETH9)
receive()
FailedToSendEther()
NotWETH()
RouterInsufficientPyIssue()
RouterInsufficientTokenBalance()
RouterInsufficientWETH()