PendlePrincipalToken
Verified contract
Active on
Ethereum with 189 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) |
---|---|---|---|---|---|---|---|
| 21018796 | a month ago | | | 0 | 0.00013634472 | |
| 21018796 | a month ago | | | 0 | 0.00013634472 | |
| 21018796 | a month ago | | | 0 | 0.00012586473 | |
| 20999663 | a month ago | | | 0 | 0.00050658525 | |
| 20902039 | 2 months ago | | | 0 | 0.00021149080 | |
| 20864425 | 2 months ago | | | 0 | 0.00054053129 | |
| 20848659 | 2 months ago | | | 0 | 0.00032037040 | |
| 20844678 | 2 months ago | | | 0 | 0.00051335682 | |
| 20835094 | 2 months ago | | | 0 | 0.00078868731 | |
| 20833786 | 2 months ago | | | 0 | 0.00077844232 |
ABI
ABI objects
Getter at block 21276437
DOMAIN_SEPARATOR() view returns (bytes32)
0x4f9c5c96c0b46ae0da9cdc0770cd1a6114f391781d83c7439a01f64fb79fdc9b
SY() view returns (address)
0xac0047886a985071476a1186be89222659970d65
YT() view returns (address)
0x9c73e0a1fa310e2bdc95af1145b9d8daa87bd9c0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=PT ether.fi weETH 25JUL2024, version=1, chainId=1, verifyingContract=0xe146e7018b3fb588c4efbc2f211e8bb8d8c31c81, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expiry() view returns (uint256)
1721865600
factory() view returns (address)
0xdf3601014686674e53d1fa52f7602525483f9122
isExpired() view returns (bool)
true
name() view returns (string)
PT ether.fi weETH 25JUL2024
symbol() view returns (string)
PT-weETH-25JUL2024
totalSupply() view returns (uint256)
188863627595594907123
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)
EIP712DomainChanged()
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.
InvalidShortString()
OnlyYCFactory()
OnlyYT()
StringTooLong(string str)