Scott Bigelow
Scott Bigelow
A common way users are getting scammed is when getting help on screenshare while operating MetaMask. MetaMask and other wallets have some small blocking action (which i think should also...
Given that etherText has been banned by twitter, and bot operators frequently use EtherText to communicate, this might be a neat place to add EtherText messages found in calldata on...
https://github.com/ProjectOpenSea/opensea-erc1155/blob/59d2e0cd3b118d8aeb0ac27c4b0726feff3853c0/contracts/ERC1155Tradable.sol#L107 If someone needs to roll their keys, they would have no way to update to their new address
https://github.com/ProjectOpenSea/opensea-erc1155/blob/59d2e0cd3b118d8aeb0ac27c4b0726feff3853c0/contracts/MyFactory.sol#L94 Calling `mint(uint256 _optionId, address _toAddress, uint256 _amount, bytes calldata _data)` calls the internal ``` _mint( Option _option, address _toAddress, uint256 _amount, bytes memory _data ) ``` Which ends up...
causes re-distribution to break (README.rst dependency within setup.py) Here's the issue with current master, discovered when I attempted to re-package what is available on public PyPI: ``` bz2file $ mkdir...
`0x2e81405604f24bea85ab64adb6937f0b438940adad5f2fdb0f15f96092359cf3` is an arbitrage that was very profitable, but it is marked as "reverted" in mev_inspections. Only sub-calls of this transaction were reverted, and those reverts were trivial (`usdc.name()`) and...
- Increase pool size to 20. Defaults to CPU count, which is too low- there's very little processing happening and most time is spent in DB getting the data -...
Here is what block query should look like (with bundle_type) returned: ``` $ curl https://blocks.flashbots.net/v1/blocks?block_number=14849437 | jq '.blocks[0].transactions[0]' { "transaction_hash": "0x3c265fa66e96365cd8b0aa974d482b10e392eacb095662b230bb02bf42016239", "tx_index": 0, "bundle_type": "flashbots",
# Rationale We should find a better name for this, but the idea is that a bundle often changes token balances (ETH, ERC20, NFT's, etc) and while it's possible to...