This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-11-02T08:05:00,home,customerA | |
2024-11-02T08:30:00,contact,customerA | |
2024-11-02T09:10:00,products,customerB | |
2024-11-02T09:45:00,blog,customerD | |
2024-11-02T10:15:00,about,customerC | |
2024-11-02T10:45:00,products,customerB | |
2024-11-02T11:30:00,home,customerE | |
2024-11-02T12:00:00,about,customerF | |
2024-11-02T12:30:00,home,customerG | |
2024-11-02T13:00:00,products,customerH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-11-01T08:00:00,home,customerA | |
2024-11-01T08:15:00,products,customerA | |
2024-11-01T09:00:00,about,customerB | |
2024-11-01T09:30:00,home,customerC | |
2024-11-01T10:05:00,contact,customerA | |
2024-11-01T10:30:00,products,customerB | |
2024-11-01T11:15:00,blog,customerD | |
2024-11-01T11:45:00,about,customerE | |
2024-11-01T12:00:00,home,customerC | |
2024-11-01T12:30:00,products,customerF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enode://123c18cdc699c0ea37da3be0cfdbd5ee74c2bbe3244487b8f15e08b381945b4f35b16ef3f63c9a7d8563c5743502bb0979e8abdb8b484fc507a730c50dbeeb85@165.227.137.211:30303 | |
enode://5ec0778b27b077b52ae6e928965de4ff5afda2a56ee20397e1324c0e2a7a5baaf17f69f56d973738df1b7614e73748a88a996f52a3105b0d183f6b77c94dc302@172.105.97.214:30303 | |
enode://4b73d85ab532172276e65b3e680d83313e29564d5013d3f0ef232d0fc137d441d9088a82a767006dcd60da02eabc3db57dc1292fe2bc64f94f7059742b779c08@213.52.128.235:30303 | |
enode://5313c56834ddd7cc800288274234913e75809d81ab6cb0ae9fadac43ef60309b66a46f7b6526c4a813e601122c43e6b8f5b67ad4cbcd9b557f9db39fd7a8e6fb@165.227.39.254:30303 | |
enode://1c3ee21222580215a34c61e75500427fa3455d9a69f0c1a0c44c11c6facb93c2cf4734538b5e667490033d85c37c32a0f4202761009a1d71f60823bf40ef6223@178.62.22.12:30303 | |
enode://98fa1f1ba6c60d4526a7d45b5bc8088133dca42f67cad2c60d6f32c4eed55c5b4b5f88084a3c19b34f64de7a66fd4269d4cec06e09a115859b6e6e533a7e18cf@139.162.249.72:30303 | |
enode://0b0646097b6a6b9a7070915055d71c39194be0a47dd8d3bb4df641994259b2b6aa418 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SPDX-License-Identifier: UNLICENSED | |
pragma solidity 0.8.7; | |
import "./interfaces/IUniswapV2Pair.sol"; | |
import "./interfaces/IERC20.sol"; | |
import "./interfaces/IWETH.sol"; | |
import { FlashLoanReceiverBase } from "./interfaces/FlashLoanReceiverBase.sol"; | |
import "./interfaces/ILendingPoolAddressesProvider.sol"; | |
import "./interfaces/ILendingPool.sol"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SPDX-License-Identifier: UNLICENSED | |
pragma solidity 0.8.7; | |
import "./interfaces/IUniswapV2Pair.sol"; | |
import "./interfaces/IERC20.sol"; | |
import "./interfaces/IWETH.sol"; | |
import { FlashLoanReceiverBase } from "./interfaces/FlashLoanReceiverBase.sol"; | |
import "./interfaces/ILendingPoolAddressesProvider.sol"; | |
import "./interfaces/ILendingPool.sol"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SPDX-License-Identifier: UNLICENSED | |
pragma solidity 0.6.12; | |
pragma experimental ABIEncoderV2; | |
interface IUniswapV3Pool { | |
function swap( | |
address recipient, | |
bool zeroForOne, | |
int256 amountSpecified, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./src/strings.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this line is added to create a gist. Empty file is not allowed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./src/strings.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./src/strings.sol |
NewerOlder