PendlePrincipalToken
Verified contract
Active on
Ethereum with 1,583 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) |
---|---|---|---|---|---|---|---|
| 21264062 | 13 hours ago | | | 0 | 0.00053732097 | |
| 21261745 | 21 hours ago | | | 0 | 0.00017357093 | |
| 21261657 | 21 hours ago | | | 0 | 0.00021543080 | |
| 21261652 | 21 hours ago | | | 0 | 0.00020036766 | |
| 21261651 | 21 hours ago | | | 0 | 0.00019372862 | |
| 21261649 | 21 hours ago | | | 0 | 0.00034920980 | |
| 21261454 | a day ago | | | 0 | 0.00025701400 | |
| 21261165 | a day ago | | | 0 | 0.00022432658 | |
| 21261163 | a day ago | | | 0 | 0.00021098237 | |
| 21256453 | 2 days ago | | | 0 | 0.00039161002 |
ABI
ABI objects
Getter at block 21267867
DOMAIN_SEPARATOR() view returns (bytes32)
0xad8a337a23ddc3dbb43c9a87874c2c4d454dea3d6ef9aeb3b953aacec70d9447
SY() view returns (address)
0xac0047886a985071476a1186be89222659970d65
YT() view returns (address)
0x129e6b5dbc0ecc12f9e486c5bc9cdf1a6a80bc6a
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 26DEC2024, version=1, chainId=1, verifyingContract=0x6ee2b5e19ecba773a352e5b21415dc419a700d1d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expiry() view returns (uint256)
1735171200
factory() view returns (address)
0xdf3601014686674e53d1fa52f7602525483f9122
isExpired() view returns (bool)
false
name() view returns (string)
PT ether.fi weETH 26DEC2024
symbol() view returns (string)
PT-weETH-26DEC2024
totalSupply() view returns (uint256)
24401729518364896072627
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)