TimeswapV2PeripheryNoDexCloseBorrowGivenPosition

Verified contract

Active on Base with 164 txns
Deployed by via 0x752efdbe at 2496958
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "TimeswapV2PeripheryNoDexCloseBorrowGivenPosition"

0x6435e7c758cf13442cf7904c72885ffad4181e6969e9dbf2c74fcfc0b7c957de
0xbcefdd4d40c6ea5a5dfc1e2450c222330cdca36c96cb2d5e94e567f33057a71e
0x26314e16187cb2cfaaacbc443bb040b5642d68a1b80b83599decfdf404cc0e92
0xbf7725fdc15ba8bf65468e27258b29014e7ccf1533db4a902b46bf1872503b9b
0x7a82e482feeb83d9045d4ad9e48bdbad94675a9c6576d7d8fb288e4c97758ae7
0xf374df09b4a1a8de1474ace10908cbfc0a6e84bafa7d19a62579a9e5aba69f82
0x2b52b76723bbd01032294125f12fcb6c01f1713af8a5141bc33101cb08834a19
0xe207358a57572236d2bcac07d0e0490c3199545c86c795181fe67a73dd481693
0x318c6897cc615bbc70ec30d80536702b5bd04bd9a167f12bcc489ec4ce07f16c
0x62c4d19d136745e5d20bbc35f88c7f7e3c1927363ea8a884585af30f1e354058

Functions
Getter at block 23686114
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
closeBorrowGivenPosition(struct TimeswapV2PeripheryNoDexCloseBorrowGivenPositionParam parampayable returns (uint256 tokenAmount)
multicall(bytes[] datapayable returns (bytes[] results)
refundNatives(payable 
timeswapV2OptionSwapCallback(struct TimeswapV2OptionSwapCallbackParam paramreturns (bytes data)
timeswapV2PoolDeleverageCallback(struct TimeswapV2PoolDeleverageCallbackParam paramreturns (bytes data)
timeswapV2PoolDeleverageChoiceCallback(struct TimeswapV2PoolDeleverageChoiceCallbackParam paramreturns (uint256 long0Amountuint256 long1Amountbytes data)
unwrapWrappedNatives(uint256 amountMinimumaddress recipientpayable 
Events
CloseBorrowGivenPosition(address indexed token0address indexed token1uint256 strikeuint256 indexed maturityaddress fromaddress tobool isToken0bool isLong0uint256 tokenAmountuint256 positionAmount
Constructor
constructor(address chosenOptionFactoryaddress chosenPoolFactoryaddress chosenTokensaddress chosenNative
Fallback and receive
receive(
Errors
CallerNotWrappedNative(address from
CanOnlyBeCalledByOptionContract(
CanOnlyBeCalledByPoolContract(
DeadlineReached(uint256 deadline
InsufficientWrappedNative(uint256 value
MaxTokenReached(uint256 tokenAmountuint256 maxTokenAmount
MulDivOverflow(uint256 multiplicanduint256 multiplieruint256 divisor
MulticallFailed(string revertString
NativeTransferFailed(address touint256 value
ZeroAddress(