TimeswapV2PeripheryNoDexCloseLendGivenPosition

Verified contract

Active on Base with 55 txns
Deployed by via 0x63901912 at 2496970
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "TimeswapV2PeripheryNoDexCloseLendGivenPosition"

0xc848c85c4d523b01530d7e3c009c7a0a284cab9c39ca53a9193df3bb678fb23a
0xf6fd8440a7df0a42fa8949288d868f4ed47ac9db3b08108f9837b10cea27f01a
0xe022d96411afeb9c14842495bdd973e9541d0f08c6e845570dc2660e2afa6f96
0x33dbc02e9068abf5b08254cf6ef7d1ad4747a88a983bff884efa2c4fe243c62a
0xb86a178419e067ef57dedcba60cc888bfab208db506d73ae1c8b4d7117214408
0x3215d7823f506a49203f53cf24fecfe128dd34708f97e12add4821f9bfaadd61
0x7ffab8539e171ebb4802fb32382a297dc39a841e4524c460b2f99374b27a7156
0x6394906d997e51bfd6db1b37766bfcd65af2fab1656340f9d451b5d38dbf424c
0x38fe4100b9e43ad426d1b163fc03d9821022c1facddd0d80c7c91881748bc53a
0x2e69c746a82f77ac304cac3443674004acd26e9c9e7e9521477c10a6dacd7bcb

Functions
Getter at block 23164750
optionFactory(view returns (address)
0x406d3dfcbe20b642c2262b29b960822975371502
poolFactory(view returns (address)
0x47fffcc12b1731e543e79640ebc151e958f56f4d
tokens(view returns (address)
0x713d2a6c0e5494f6c33a463cac80a0617f8b9a58
wrappedNativeToken(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytespure returns (bytes4)
onERC1155Received(address operatoraddressuint256uint256bytesview returns (bytes4)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
closeLendGivenPosition(struct TimeswapV2PeripheryNoDexCloseLendGivenPositionParam paramreturns (uint256 token0Amountuint256 token1Amount)
multicall(bytes[] datapayable returns (bytes[] results)
refundNatives(payable 
timeswapV2PoolLeverageCallback(struct TimeswapV2PoolLeverageCallbackParam paramreturns (bytes data)
timeswapV2PoolLeverageChoiceCallback(struct TimeswapV2PoolLeverageChoiceCallbackParam paramreturns (uint256 long0Amountuint256 long1Amountbytes data)
unwrapWrappedNatives(uint256 amountMinimumaddress recipientpayable 
Events
CloseLendGivenPosition(address indexed token0address indexed token1uint256 strikeuint256 indexed maturityaddress fromaddress touint256 token0Amountuint256 token1Amountuint256 positionAmount
Constructor
constructor(address chosenOptionFactoryaddress chosenPoolFactoryaddress chosenTokensaddress chosenNative
Fallback and receive
receive(
Errors
CallerNotWrappedNative(address from
CanOnlyBeCalledByPoolContract(
DeadlineReached(uint256 deadline
InsufficientWrappedNative(uint256 value
MinTokenReached(uint256 tokenAmountuint256 minTokenAmount
MulDivOverflow(uint256 multiplicanduint256 multiplieruint256 divisor
MulticallFailed(string revertString
NativeTransferFailed(address touint256 value
ZeroAddress(