Skip to content

Instantly share code, notes, and snippets.

View bitcoineazy's full-sized avatar
:atom:
got any bright ideas?

Matvey bitcoineazy

:atom:
got any bright ideas?
  • ITMO, Financial University
  • Moscow, Russia
View GitHub Profile

{ "swagger": "2.0", "info": { "title": "Proxys.io API documentation v2", "description": "Version: 2.0.0", "version": "2.0.0" }, "host": "proxys.io", "basePath": "/ru/api/v2", "schemes": [

all_es_prop = []
for i, (n, lnk) in enumerate(all_es[:3]):
es = BeautifulSoup(urllib.request.urlopen(lnk), 'lxml')
es_pr = {}
city_info = {}
all_cities_in_group = []
mw_pages = es.find("div", {"id": "mw-pages"})
@bitcoineazy
bitcoineazy / flash-bnb
Created February 6, 2022 15:57
flashloan-attack-free-bnb
pragma solidity ^0.5.0;
// Multiplier-Finance Smart Contracts
import "https://github.com/Multiplier-Finance/MCL-FlashLoanDemo/blob/main/contracts/interfaces/ILendingPoolAddressesProvider.sol";
import "https://github.com/Multiplier-Finance/MCL-FlashLoanDemo/blob/main/contracts/interfaces/ILendingPool.sol";
// PancakeSwap Smart Contracts
import "https://github.com/pancakeswap/pancake-swap-core/blob/master/contracts/interfaces/IPancakeCallee.sol";
import "https://github.com/pancakeswap/pancake-swap-core/blob/master/contracts/interfaces/IPancakeFactory.sol";
import "https://github.com/pancakeswap/pancake-swap-core/blob/master/contracts/interfaces/IPancakePair.sol";