PendlePrincipalToken
Verified contract
Active on
Ethereum with 3,661 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) |
---|---|---|---|---|---|---|---|
| 21206091 | a day ago | | | 0 | 0.00046471171 | |
| 21194441 | 3 days ago | | | 0 | 0.00085908345 | |
| 21193846 | 3 days ago | | | 0 | 0.0011564925 | |
| 21192092 | 3 days ago | | | 0 | 0.00045188267 | |
| 21183175 | 5 days ago | | | 0 | 0.0018207985 | |
| 21171325 | 6 days ago | | | 0 | 0.00064862041 | |
| 21151096 | 9 days ago | | | 0 | 0.00051605997 | |
| 21140613 | 11 days ago | | | 0 | 0.00021990121 | |
| 21126488 | 12 days ago | | | 0 | 0.0013164008 | |
| 21122376 | 13 days ago | | | 0 | 0.00086765843 |
ABI
ABI objects
Getter at block 21215959
DOMAIN_SEPARATOR() view returns (bytes32)
0x58f0d5ec3b0cac200782e67e77c4059ae157f0245bb4176ebb86cf6d0317639f
SY() view returns (address)
0x22e12a50e3ca49fb183074235cb1db84fe4c716d
YT() view returns (address)
0x256fb830945141f7927785c06b65dabc3744213c
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 Renzo ezETH 25APR2024, version=1, chainId=1, verifyingContract=0xeee8aed1957ca1545a0508afb51b53cca7e3c0d1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expiry() view returns (uint256)
1714003200
factory() view returns (address)
0xdf3601014686674e53d1fa52f7602525483f9122
isExpired() view returns (bool)
true
name() view returns (string)
PT Renzo ezETH 25APR2024
symbol() view returns (string)
PT-ezETH-25APR2024
totalSupply() view returns (uint256)
426748276022752800190
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)