PendlePrincipalToken
Verified contract
Active on
Ethereum with 679 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) |
---|---|---|---|---|---|---|---|
| 21230284 | 20 minutes ago | | | 0 | 0.0011646782 | |
| 21230125 | an hour ago | | | 0 | 0.00070363287 | |
| 21230118 | an hour ago | | | 0 | 0.00079623262 | |
| 21230104 | an hour ago | | | 0 | 0.00094321525 | |
| 21229397 | 3 hours ago | | | 0 | 0.00063787695 | |
| 21229143 | 4 hours ago | | | 0 | 0.00052219648 | |
| 21229069 | 4 hours ago | | | 0 | 0.00046994211 | |
| 21228043 | 8 hours ago | | | 0 | 0.00051458988 | |
| 21227865 | 8 hours ago | | | 0 | 0.00039183788 | |
| 21227822 | 9 hours ago | | | 0 | 0.00045546739 |
ABI
ABI objects
Getter at block 21230383
SY() view returns (address)
0xd288755556c235afffb6316702719c32bd8706e8
YT() view returns (address)
0xbe05538f48d76504953c5d1068898c6642937427
decimals() view returns (uint8)
18
expiry() view returns (uint256)
1735171200
factory() view returns (address)
0x273b4bfa3bb30fe8f32c467b5f0046834557f072
isExpired() view returns (bool)
false
name() view returns (string)
PT Ethena sUSDE 26DEC2024
symbol() view returns (string)
PT-sUSDE-26DEC2024
totalSupply() view returns (uint256)
561409766190046788217199889
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
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()