PendlePrincipalToken
Verified contract
Active on
Ethereum with 280 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) |
---|---|---|---|---|---|---|---|
| 21192964 | 4 days ago | | | 0 | 0.00067830558 | |
| 21177746 | 7 days ago | | | 0 | 0.00044937744 | |
| 21133133 | 13 days ago | | | 0 | 0.00043584488 | |
| 21041180 | a month ago | | | 0 | 0.00015372800 | |
| 21034438 | a month ago | | | 0 | 0.00028376316 | |
| 20980494 | a month ago | | | 0 | 0.00045843830 | |
| 20980492 | a month ago | | | 0 | 0.00041116942 | |
| 20940990 | a month ago | | | 0 | 0.00033867517 | |
| 20864717 | 2 months ago | | | 0 | 0.00056861936 | |
| 20864717 | 2 months ago | | | 0 | 0.00052491303 |
ABI
ABI objects
Getter at block 21224878
DOMAIN_SEPARATOR() view returns (bytes32)
0xea918215b0b432ecb3f11fc6da71e3b165c106454af7b4ef451fc1eab8bee0bf
SY() view returns (address)
0x198139f26d42f2028c10427a161e2d0e8bb00346
YT() view returns (address)
0x4da430a0b5b22705acfcc1bd5ee15603861ed98b
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 Mellow amphrETH 25JUL2024, version=1, chainId=1, verifyingContract=0x4ca48e7dd3970f96ee74d6a573ca5678ea1eb31b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expiry() view returns (uint256)
1721865600
factory() view returns (address)
0xdf3601014686674e53d1fa52f7602525483f9122
isExpired() view returns (bool)
true
name() view returns (string)
PT Mellow amphrETH 25JUL2024
symbol() view returns (string)
PT-amphrETH-25JUL2024
totalSupply() view returns (uint256)
139044923865522477090
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)