PendleLimitRouter

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x43835707 at 20166225
Slot
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

No balances found for "PendleLimitRouter"

No transactions found for "PendleLimitRouter"


Functions
Getter at block 21249280
DOMAIN_SEPARATOR(view returns (bytes32)
0x49d46e01d1c8713df8ce491685a2ecb42e0db2c5a526d36a0694fc4f2f7ca0d6
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=, version=, chainId=1, verifyingContract=0x8e9a84b18387c16776de5360ce4d528ae54efe09, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
feeRecipient(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
ownerHelper(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_checkSig(struct Order orderbytes signatureview returns (bytes32uint256uint256)
getLnFeeRateRoot(address YTview returns (uint256 res)
hashOrder(struct Order orderview returns (bytes32)
nonce(addressview returns (uint256)
nonceEquals(address makerAddressuint256 makerNonceview returns (bool)
orderStatuses(bytes32[] orderHashesview returns (uint256[] remainingsuint256[] filledAmounts)
orderStatusesRaw(bytes32[] orderHashesview returns (uint256[] remainingsRawuint256[] filledAmounts)
State-modifying
advanceNonce(uint8 amount
cancelBatch(struct Order[] orders
cancelSingle(struct Order order
claimOwnership(
fill(struct FillOrderParams[] paramsaddress receiveruint256 maxTakingbytesbytes callbackreturns (uint256 actualMakinguint256 actualTakinguint256 totalFeebytes callbackReturn)
increaseNonce(
initialize(address _feeRecipient
setFeeRecipient(address _feeRecipient
setLnFeeRateRoots(address[] YTsuint256[] lnFeeRateRoots
setOwnerHelper(address _helper
simulate(address targetbytes datapayable 
transferOwnership(address newOwnerbool directbool renounce
Events
EIP712DomainChanged(
Initialized(uint8 version
NonceIncreased(address indexed makeruint256 oldNonceuint256 newNonce
OrderCanceled(address indexed makerbytes32 indexed orderHash
OrderFilled(bytes32 indexed orderHashuint8 indexed orderTypeaddress indexed YTaddress tokenuint256 netInputFromMakeruint256 netOutputToMakeruint256 feeAmountuint256 notionalVolume
OrderFilledV2(bytes32 indexed orderHashuint8 indexed orderTypeaddress indexed YTaddress tokenuint256 netInputFromMakeruint256 netOutputToMakeruint256 feeAmountuint256 notionalVolumeaddress makeraddress taker
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _WNATIVE
Fallback and receive
receive(
Errors
SimulationResults(bool successbytes res