PendlePrincipalToken
Verified contract
Active on
Ethereum with 696 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) |
---|---|---|---|---|---|---|---|
| 21174249 | 2 days ago | | | 0 | 0.0017415152 | |
| 21170508 | 2 days ago | | | 0 | 0.0012297557 | |
| 21167588 | 3 days ago | | | 0 | 0.0019032384 | |
| 21158785 | 4 days ago | | | 0 | 0.0010639282 | |
| 21158666 | 4 days ago | | | 0 | 0.0011804185 | |
| 21155889 | 4 days ago | | | 0 | 0.00049423089 | |
| 21155882 | 4 days ago | | | 0 | 0.00028194299 | |
| 21149536 | 5 days ago | | | 0 | 0.00040372208 | |
| 21147857 | 6 days ago | | | 0 | 0.00027008606 | |
| 21147570 | 6 days ago | | | 0 | 0.00027956703 |
ABI
ABI objects
Getter at block 21187385
DOMAIN_SEPARATOR() view returns (bytes32)
0xf33857023198f920a2415822386e8f8269952e51046ae6820067ccb0add6875f
SY() view returns (address)
0x47bce1bb5d9a9072161ec25009bcd6e8d367b7d3
YT() view returns (address)
0x4f0b4e6512630480b868e62a8a1d3451b0e9192d
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 USD0++ 31OCT2024, version=1, chainId=1, verifyingContract=0x270d664d2fc7d962012a787aec8661ca83df24eb, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expiry() view returns (uint256)
1730332800
factory() view returns (address)
0xdf3601014686674e53d1fa52f7602525483f9122
isExpired() view returns (bool)
true
name() view returns (string)
PT USD0++ 31OCT2024
symbol() view returns (string)
PT-USD0++-31OCT2024
totalSupply() view returns (uint256)
3638324122033015385771648
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)