PendleYieldToken
Verified contract
Active on
Ethereum with 10,081 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 483.652649M | -- | -- | ||
ERC-20 | 2.348594K | -- | -- | ||
SY-zs-ezETH | ERC-20 | 308.864877 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157660 | 13 hours ago | | | 0 | 0.0010820575 | |
| 21145814 | 2 days ago | | | 0 | 0.00028430666 | |
| 21107038 | 8 days ago | | | 0 | 0.00011071345 | |
| 21101677 | 8 days ago | | | 0 | 0.00052061080 | |
| 21100082 | 9 days ago | | | 0 | 0.00022381657 | |
| 21098248 | 9 days ago | | | 0 | 0.000080400103 | |
| 21091145 | 10 days ago | | | 0 | 0.00015139658 | |
| 21079573 | 11 days ago | | | 0 | 0.00053042210 | |
| 21079521 | 11 days ago | | | 0 | 0.00061077207 | |
| 21079133 | 11 days ago | | | 0 | 0.00085521303 |
ABI
ABI objects
Getter at block 21161449
DOMAIN_SEPARATOR() view returns (bytes32)
0x48ab3b48b7d96b6d354b711612705c4db7d2f53681e2654b230436d46bb8b787
PT() view returns (address)
0xddfd5e912c1949b4bdb12579002c44b7a83f9e88
SY() view returns (address)
0x7a493be5c2ce014cd049bf178a1ac0db1b434744
decimals() view returns (uint8)
18
doCacheIndexSameBlock() view returns (bool)
true
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=YT Zircuit Staking ezETH 27JUN2024, version=1, chainId=1, verifyingContract=0x98601e27d41ccff643da9d981dc708cf9ef1f150, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expiry() view returns (uint256)
1719446400
factory() view returns (address)
0xdf3601014686674e53d1fa52f7602525483f9122
getPostExpiryData() view returns (uint256 firstPYIndex, uint256 totalSyInterestForTreasury, uint256[] firstRewardIndexes, uint256[] userRewardOwed)
(firstPYIndex=1012634346421646931, totalSyInterestForTreasury=321319076163024813, firstRewardIndexes=[], userRewardOwed=[])
getRewardTokens() view returns (address[])
[]
isExpired() view returns (bool)
true
name() view returns (string)
YT Zircuit Staking ezETH 27JUN2024
postExpiry() view returns (uint128 firstPYIndex, uint128 totalSyInterestForTreasury)
(firstPYIndex=1012634346421646931, totalSyInterestForTreasury=321319076163024813)
pyIndexLastUpdatedBlock() view returns (uint128)
21158070
pyIndexStored() view returns (uint256)
1026667898221524136
syReserve() view returns (uint256)
308864876713960185364
symbol() view returns (string)
YT-zs-ezETH-27JUN2024
totalSupply() view returns (uint256)
133918524634350220217075
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
userInterest(address) view returns (uint128 index, uint128 accrued)
userReward(address, address) view returns (uint128 index, uint128 accrued)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
mintPY(address receiverPT, address receiverYT) returns (uint256 amountPYOut)
mintPYMulti(address[] receiverPTs, address[] receiverYTs, uint256[] amountSyToMints) returns (uint256[] amountPYOuts)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
pyIndexCurrent() returns (uint256 currentIndex)
redeemDueInterestAndRewards(address user, bool redeemInterest, bool redeemRewards) returns (uint256 interestOut, uint256[] rewardsOut)
redeemInterestAndRewardsPostExpiryForTreasury() returns (uint256 interestOut, uint256[] rewardsOut)
redeemPY(address receiver) returns (uint256 amountSyOut)
redeemPYMulti(address[] receivers, uint256[] amountPYToRedeems) returns (uint256[] amountSyOuts)
rewardIndexesCurrent() returns (uint256[])
setPostExpiryData()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed receiver, uint256 amountPYToRedeem, uint256 amountSyOut)
CollectInterestFee(uint256 amountInterestFee)
CollectRewardFee(address indexed rewardToken, uint256 amountRewardFee)
EIP712DomainChanged()
Mint(address indexed caller, address indexed receiverPT, address indexed receiverYT, uint256 amountSyToMint, uint256 amountPYOut)
NewInterestIndex(uint256 indexed newIndex)
RedeemInterest(address indexed user, uint256 interestOut)
RedeemRewards(address indexed user, uint256[] amountRewardsOut)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _SY, address _PT, string _name, string _symbol, uint8 __decimals, uint256 _expiry, bool _doCacheIndexSameBlock)
This contract contains no fallback and receive objects.
ArrayEmpty()
ArrayLengthMismatch()
InvalidShortString()
StringTooLong(string str)
YCExpired()
YCNoFloatingSy()
YCNotExpired()
YCNothingToRedeem()
YCPostExpiryDataNotSet()
YieldContractInsufficientSy(uint256 actualSy, uint256 requiredSy)