PendlePrincipalToken
Verified contract
Active on
Ethereum with 11 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
ABI
ABI objects
Getter at block 21214678
DOMAIN_SEPARATOR() view returns (bytes32)
0x2ace09424432a05d2133dc62a19689dbc3d19b02d7488ba92c6be927976c8fc4
SY() view returns (address)
0xba72de8b5b56552e537994dddfe82e7ce43409f5
YT() view returns (address)
0x2c4413364623d6ac247e0af629cec8acc596f646
decimals() view returns (uint8)
18
expiry() view returns (uint256)
1727308800
factory() view returns (address)
0x70ee0a6db4f5a2dc4d9c0b57be97b9987e75bafd
isExpired() view returns (bool)
true
name() view returns (string)
PT ETHx-BbAWeth_BalancerLP Aura 26SEP2024
symbol() view returns (string)
PT-ETHx-BbAWeth_BalancerLP Aura-26SEP2024
totalSupply() view returns (uint256)
194606002514468367175
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)
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.
OnlyYCFactory()
OnlyYT()