TimeswapV2PeripheryNoDexCloseLendGivenPosition
Verified contract
Active on
Base with 55 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "TimeswapV2PeripheryNoDexCloseLendGivenPosition"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5518819 | a year ago | | | 0 | 0.000000302323351614 | |
| 5514572 | a year ago | | | 0 | 0.000032444527 | |
| 5511726 | a year ago | | | 0 | 0.000021089770 | |
| 5511183 | a year ago | | | 0 | 6.4891600e-7 | |
| 5382030 | a year ago | | | 0 | 0.000000061619868912 | |
| 5043399 | a year ago | | | 0 | 0.0000034429890 | |
| 5043025 | a year ago | | | 0 | 0.0000035690380 | |
| 5042928 | a year ago | | | 0 | 0.0000034185580 | |
| 5042790 | a year ago | | | 0 | 0.0000034183490 | |
| 5026269 | a year ago | | | 0 | 0.000000604459116486 |
ABI
ABI objects
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(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events closeLendGivenPosition(struct TimeswapV2PeripheryNoDexCloseLendGivenPositionParam param) returns (uint256 token0Amount, uint256 token1Amount)
multicall(bytes[] data) payable returns (bytes[] results)
refundNatives() payable
timeswapV2PoolLeverageCallback(struct TimeswapV2PoolLeverageCallbackParam param) returns (bytes data)
timeswapV2PoolLeverageChoiceCallback(struct TimeswapV2PoolLeverageChoiceCallbackParam param) returns (uint256 long0Amount, uint256 long1Amount, bytes data)
unwrapWrappedNatives(uint256 amountMinimum, address recipient) payable
CloseLendGivenPosition(address indexed token0, address indexed token1, uint256 strike, uint256 indexed maturity, address from, address to, uint256 token0Amount, uint256 token1Amount, uint256 positionAmount)
constructor(address chosenOptionFactory, address chosenPoolFactory, address chosenTokens, address chosenNative)
receive()
CallerNotWrappedNative(address from)
CanOnlyBeCalledByPoolContract()
DeadlineReached(uint256 deadline)
InsufficientWrappedNative(uint256 value)
MinTokenReached(uint256 tokenAmount, uint256 minTokenAmount)
MulDivOverflow(uint256 multiplicand, uint256 multiplier, uint256 divisor)
MulticallFailed(string revertString)
NativeTransferFailed(address to, uint256 value)
ZeroAddress()