PendleLimitRouter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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.00)
No balances found for "PendleLimitRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PendleLimitRouter"
ABI
ABI objects
Getter at block 21249280
DOMAIN_SEPARATOR() view returns (bytes32)
0x49d46e01d1c8713df8ce491685a2ecb42e0db2c5a526d36a0694fc4f2f7ca0d6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 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)
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 _WNATIVE)
receive()
SimulationResults(bool success, bytes res)