PendleRouter
Verified contract
Proxy
Active on
Ethereum with 15,213 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 0 | $3,326.37 |
$0 | |
eUSD | ERC-20 | 0 | $0.976279 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275640 | 32 minutes ago | | | 0 | 0.00047669154 | |
| 21275640 | 32 minutes ago | | | 0 | 0.0029572827 | |
| 21268803 | a day ago | | | 0 | 0.0018915223 | |
| 21268714 | a day ago | | | 0 | 0.0024925332 | |
| 21268376 | a day ago | | | 0 | 0.0026345543 | |
| 21265172 | a day ago | | | 0 | 0.0056543927 | |
| 21265165 | a day ago | | | 0 | 0.0037587865 | |
| 21265153 | a day ago | | | 0 | 0.0058644218 | |
| 21265070 | a day ago | | | 0 | 0.0057062827 | |
| 21264976 | 2 days ago | | | 0 | 0.0048171091 |
ABI
ABI objects
Getter at block 21275797
facetAddresses() view returns (address[])
[0xFc0617465474a6b1CA0E37ec4E67B3EEFf93bc63, 0xf7A646fe5EBa40A2619b894f3D85d682198b99bf, 0x55F3474b876aaE57B8988C164c574348451b9A39, 0x0c6981Ada752AF1cCF8F48bCf723286dCcde3166, 0x0fB9eCfd253dd9090BbCeE6E0beCE971c50aDf4A, 0x0000000001E4ef00d069e71d6bA041b0A16F7eA0]
facets() view returns (struct IDiamondLoupeFacet[] facets_)
[(0xfc0617465474a6b1ca0e37ec4e67b3eeff93bc63, [0x97ee279e, 0xcb591eb2, 0x3af1f329, 0x409c7a89, 0x015491d1, 0xb7d75b8b, 0xe6eaba01, 0x694ab559, 0x178d29d3, 0x690807ad, 0xdfbc814e, 0x844384aa]), (0xf7a646fe5eba40a2619b894f3d85d682198b99bf, [0x1a8631b2, 0x46eb2db6, 0x443e6512, 0xf7e375e8, 0x339748cb, 0x527df199, 0x85b29936]), (0x55f3474b876aae57b8988c164c574348451b9a39, [0x2032aecd, 0xb85f50ba, 0x83c71b69, 0xa5f9931b, 0xdd371acd, 0x6b8bdf32]), (0x0c6981ada752af1ccf8f48bcf723286dccde3166, [0xfa483e72, 0xc861a898, 0x448b9b95, 0xfdd71f43, 0xc4a9c7de, 0x357d6540, 0xd6308fa4, 0xbf1bd434, 0xe15cc098]), (0x0fb9ecfd253dd9090bbcee6e0bece971c50adf4a, [0xacdb32df, 0xd617b03b]), (0x0000000001e4ef00d069e71d6ba041b0a16f7ea0, [0xcdffacc6, 0x52ef6b2c, 0xadfca15e, 0x7a0ed627])]
Read-only
facetAddress(bytes4 sig) view returns (address)
facetFunctionSelectors(address facet) view returns (bytes4[] res)
State-modifying
Events swapExactPtForSy(address receiver, address market, uint256 exactPtIn, uint256 minSyOut) returns (uint256 netSyOut, uint256 netSyFee)
swapExactPtForToken(address receiver, address market, uint256 exactPtIn, struct TokenOutput output) returns (uint256 netTokenOut, uint256 netSyFee)
swapExactSyForPt(address receiver, address market, uint256 exactSyIn, uint256 minPtOut, struct ApproxParams guessPtOut) returns (uint256 netPtOut, uint256 netSyFee)
swapExactTokenForPt(address receiver, address market, uint256 minPtOut, struct ApproxParams guessPtOut, struct TokenInput input) payable returns (uint256 netPtOut, uint256 netSyFee)
swapPtForExactSy(address receiver, address market, uint256 exactSyOut, uint256 maxPtIn, struct ApproxParams guessPtIn) returns (uint256 netPtIn, uint256 netSyFee)
swapSyForExactPt(address receiver, address market, uint256 exactPtOut, uint256 maxSyIn) returns (uint256 netSyIn, uint256 netSyFee)
DiamondCut(struct IDiamondCutFacetCut[] _diamondCut, address _init, bytes _calldata)
SwapPtAndSy(address indexed caller, address indexed market, address indexed receiver, int256 netPtToAccount, int256 netSyToAccount)
SwapPtAndToken(address indexed caller, address indexed market, address indexed token, address receiver, int256 netPtToAccount, int256 netTokenToAccount)
constructor(address _ACTION_MINT_REDEEM, address _ACTION_ADD_REMOVE_LIQ, address _ACTION_SWAP_PT, address _ACTION_SWAP_YT, address _ACTION_MISC)
fallback()
receive()
RouterInvalidAction(bytes4 selector)
RouterInvalidFacet(address facet)
ApproxFail()
ApproxParamsInvalid(uint256 guessMin, uint256 guessMax, uint256 eps)
MarketExchangeRateBelowOne(int256 exchangeRate)
MarketExpired()
MarketInsufficientPtForTrade(int256 currentAmount, int256 requiredAmount)
MarketProportionMustNotEqualOne()
MarketProportionTooHigh(int256 proportion, int256 maxProportion)
MarketRateScalarBelowZero(int256 rateScalar)
MarketZeroLnImpliedRate()
MarketZeroTotalPtOrTotalAsset(int256 totalPt, int256 totalAsset)
RouterExceededLimitPtIn(uint256 actualPtIn, uint256 limitPtIn)
RouterExceededLimitSyIn(uint256 actualSyIn, uint256 limitSyIn)
RouterInsufficientPtOut(uint256 actualPtOut, uint256 requiredPtOut)
RouterInsufficientSyOut(uint256 actualSyOut, uint256 requiredSyOut)
RouterInsufficientTokenOut(uint256 actualTokenOut, uint256 requiredTokenOut)