TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 10,650 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
-
variable spans 47 additional slots
-
variable spans 99 additional slots
-
variable spans 98 additional slots
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
rsETH | ERC-20 | 0.000007 | $3,436.84 |
$0.03 | |
aEthUSDT | ERC-20 | 0.000001 | $1.001 |
$0 | |
PT-rsETH-27JUN2024 | ERC-20 | 0.000024 | -- | -- | |
YT-rsETH-27JUN2024 | ERC-20 | 0.00001 | -- | -- | |
| ERC-20 | 0.000002 | -- | -- | |
SY-rsETH | ERC-20 | 0.000001 | -- | -- | |
SY-syrupUSDC | ERC-20 | 0.000001 | -- | -- | |
SY-zs-ezETH | ERC-20 | 0.000001 | -- | -- | |
SY-EBTC | ERC-20 | 0 | -- | -- | |
SY-weETHs | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248637 | 2 hours ago | | | 0 | 0.00058077165 | |
| 21248456 | 3 hours ago | | | 0 | 0.00062778844 | |
| 21247928 | 5 hours ago | | | 0 | 0.00098393159 | |
| 21246510 | 9 hours ago | | | 0 | 0.0014486976 | |
| 21246503 | 9 hours ago | | | 0 | 0.0013563252 | |
| 21245534 | 13 hours ago | | | 0 | 0.00055665639 | |
| 21244938 | 15 hours ago | | | 0 | 0.00072403377 | |
| 21244729 | 15 hours ago | | | 0 | 0.00067471635 | |
| 21244693 | 15 hours ago | | | 0 | 0.00095314652 | |
| 21244015 | 18 hours ago | | | 0 | 0.0010686497 |
ABI
ABI objects
Getter at block 21249280
DOMAIN_SEPARATOR() view returns (bytes32)
0x10ea547465a849e9e4b82da7835e498c92d2453af3e12fc67a3619e777238e3f
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Pendle Limit Order Protocol, version=1, chainId=1, verifyingContract=0x000000000000c9b3e2c3ec88b1b4c0cd853f4321, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
feeRecipient() view returns (address)
0x8270400d528c34e1596ef367eedec99080a1b592
owner() view returns (address)
0x8119ec16f0573b7dac7c0cb94eb504fb32456ee1
ownerHelper() view returns (address)
0xeea6f790f18563e91b18df00b89d9f79b2e6761f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_checkSig(struct Order order, bytes signature) view returns (bytes32, uint256, uint256)
getLnFeeRateRoot(address YT) view returns (uint256 res)
hashOrder(struct Order order) view returns (bytes32)
nonce(address) view returns (uint256)
nonceEquals(address makerAddress, uint256 makerNonce) view returns (bool)
orderStatuses(bytes32[] orderHashes) view returns (uint256[] remainings, uint256[] filledAmounts)
orderStatusesRaw(bytes32[] orderHashes) view returns (uint256[] remainingsRaw, uint256[] filledAmounts)
State-modifying
Events advanceNonce(uint8 amount)
cancelBatch(struct Order[] orders)
cancelSingle(struct Order order)
claimOwnership()
fill(struct FillOrderParams[] params, address receiver, uint256 maxTaking, bytes, bytes callback) returns (uint256 actualMaking, uint256 actualTaking, uint256 totalFee, bytes callbackReturn)
increaseNonce()
initialize(address _feeRecipient)
setFeeRecipient(address _feeRecipient)
setLnFeeRateRoots(address[] YTs, uint256[] lnFeeRateRoots)
setOwnerHelper(address _helper)
simulate(address target, bytes data) payable
transferOwnership(address newOwner, bool direct, bool renounce)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EIP712DomainChanged()
Initialized(uint8 version)
NonceIncreased(address indexed maker, uint256 oldNonce, uint256 newNonce)
OrderCanceled(address indexed maker, bytes32 indexed orderHash)
OrderFilled(bytes32 indexed orderHash, uint8 indexed orderType, address indexed YT, address token, uint256 netInputFromMaker, uint256 netOutputToMaker, uint256 feeAmount, uint256 notionalVolume)
OrderFilledV2(bytes32 indexed orderHash, uint8 indexed orderType, address indexed YT, address token, uint256 netInputFromMaker, uint256 netOutputToMaker, uint256 feeAmount, uint256 notionalVolume, address maker, address taker)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
SimulationResults(bool success, bytes res)