PendleGenericMarket
Verified contract
Active on
Ethereum with 338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($46,038.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENDLE | ERC-20 | 8.525576K | $5.40 |
$46,038.11 | |
YT-SLP-29DEC2022 | ERC-20 | 200.188898 | -- | -- | |
SLP | ERC-20 | 13.991732 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20942631 | a month ago | | | 0 | 0.0010750218 | |
| 20690799 | 2 months ago | | | 0 | 0.00071389519 | |
| 20251319 | 4 months ago | | | 0 | 0.000068470809 | |
| 20133810 | 5 months ago | | | 0 | 0.00047814696 | |
| 20113603 | 5 months ago | | | 0 | 0.00047159016 | |
| 19914381 | 6 months ago | | | 0 | 0.0010904738 | |
| 19207172 | 9 months ago | | | 0 | 0.0023642171 | |
| 19148463 | 9 months ago | | | 0 | 0.00079293058 | |
| 19084106 | 10 months ago | | | 0 | 0.0013704067 | |
| 18988813 | 10 months ago | | | 0 | 0.00067582383 |
ABI
ABI objects
Getter at block 21160601
DOMAIN_SEPARATOR() view returns (bytes32)
0x6c1e7cb0c5b3e0ecdd65c5528f43be4b3f11b2f0668da1a5933f514ff88fe253
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
bootstrapped() view returns (bool)
true
decimals() view returns (uint8)
18
expiry() view returns (uint256)
1672272000
factoryId() view returns (bytes32)
0x47656e6572696300000000000000000000000000000000000000000000000000
getReserves() view returns (uint256 xytBalance, uint256 xytWeight, uint256 tokenBalance, uint256 tokenWeight, uint256 currentBlock)
(xytBalance=200188898031805034317, xytWeight=0, tokenBalance=8525576050618722560754, tokenWeight=1099511627776, currentBlock=21160601)
governanceManager() view returns (address)
0x9b528bf0639fc31ae6d698c48d830873227741f1
lastCurveShiftBlock() view returns (uint256)
16097312
lastNYield() view returns (uint256)
13991732288174194690
lastParamK() view returns (uint256)
5905578639624437228327
lockStartTime() view returns (uint256)
1670118660
name() view returns (string)
Pendle Market
paramL() view returns (uint256)
969464120758654888
router() view returns (address)
0x1b6d3e5da9004668e14ca39d1553e9a46fe842b3
start() view returns (uint256)
1629205444
symbol() view returns (string)
PENDLE-LPT
token() view returns (address)
0x808507121b80c02388fad14726482e061b8da827
totalSupply() view returns (uint256)
1162799252936867292636
xyt() view returns (address)
0x49c8ac20de6409c7e0b8f9867cffd1481d8206c6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events addMarketLiquidityDual(address user, uint256 _desiredXytAmount, uint256 _desiredTokenAmount, uint256 _xytMinAmount, uint256 _tokenMinAmount) returns ((uint256, bool)[2] transfers, uint256 lpOut)
addMarketLiquiditySingle(address user, address _inToken, uint256 _exactIn, uint256 _minOutLp) returns ((uint256, bool)[2] transfers, uint256 exactOutLp)
approve(address spender, uint256 amount) returns (bool)
bootstrap(address user, uint256 initialXytLiquidity, uint256 initialTokenLiquidity) returns ((uint256, bool)[2] transfers, uint256 exactOutLp)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeemLpInterests(address user) returns (uint256 interests)
removeMarketLiquidityDual(address user, uint256 _inLp, uint256 _minOutXyt, uint256 _minOutToken) returns ((uint256, bool)[2] transfers)
removeMarketLiquiditySingle(address user, address _outToken, uint256 _inLp, uint256 _minOutAmountToken) returns ((uint256, bool)[2] transfers)
setUpEmergencyMode(address spender)
swapExactIn(address inToken, uint256 inAmount, address outToken, uint256 minOutAmount) returns (uint256 outAmount, (uint256, bool)[2] transfers)
swapExactOut(address inToken, uint256 maxInAmount, address outToken, uint256 outAmount) returns (uint256 inAmount, (uint256, bool)[2] transfers)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawEther(uint256 amount, address sendTo)
withdrawToken(address token, uint256 amount, address sendTo)
Approval(address indexed owner, address indexed spender, uint256 value)
EtherWithdraw(uint256 amount, address sendTo)
Sync(uint256 reserve0, uint256 weight0, uint256 reserve1)
TokenWithdraw(address token, uint256 amount, address sendTo)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _governanceManager, address _xyt, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.