PendlePrincipalToken
Verified contract
Active on
Ethereum with 103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PendlePrincipalToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177798 | 7 days ago | | | 0 | 0.00084663631 | |
| 21161645 | 9 days ago | | | 0 | 0.00068979550 | |
| 21151049 | 11 days ago | | | 0 | 0.00060158262 | |
| 21126116 | 14 days ago | | | 0 | 0.0020637905 | |
| 21093212 | 19 days ago | | | 0 | 0.00066176357 | |
| 21019486 | a month ago | | | 0 | 0.00038077229 | |
| 20981148 | a month ago | | | 0 | 0.00027589829 | |
| 20961345 | a month ago | | | 0 | 0.00066504091 | |
| 20921003 | a month ago | | | 0 | 0.00091439518 | |
| 20912694 | a month ago | | | 0 | 0.00046737851 |
ABI
ABI objects
Getter at block 21226737
DOMAIN_SEPARATOR() view returns (bytes32)
0xe469fe931d071b9f240038f32f10897d9a881e4cff0864f1b1bef7d2b3adc2f4
SY() view returns (address)
0xcbc72d92b2dc8187414f6734718563898740c0bc
YT() view returns (address)
0xf3abc972a0f537c1119c990d422463b93227cd83
decimals() view returns (uint8)
18
expiry() view returns (uint256)
1766620800
factory() view returns (address)
0x70ee0a6db4f5a2dc4d9c0b57be97b9987e75bafd
isExpired() view returns (bool)
false
name() view returns (string)
PT stETH 25DEC2025
symbol() view returns (string)
PT-stETH-25DEC2025
totalSupply() view returns (uint256)
4334453810704941322469
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnByYT(address user, uint256 amount)
initialize(address _YT)
mintByYT(address user, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _SY, string _name, string _symbol, uint8 __decimals, uint256 _expiry)
This contract contains no fallback and receive objects.
OnlyYCFactory()
OnlyYT()