-
Hi, I'm specifically looking for the UniswapV2Factory contract on the polygon blockchain, but I have noticed that the addresses of all the contracts deployed on blockchains others than Ethereum are no…
-
## Background
- All the transactions that occur are stored on blockchain and by studying these transactions, we can study the project, the users, and the viability of the project.
- In a lending an …
-
Constantinople will add the `CREATE2` opcode, which has contract addresses that are a function of the code hash. This would remove the need for caching.
https://eips.ethereum.org/EIPS/eip-1014
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xbffdc17974a9fa137fe3f0d40854643a4fcdec57a91fa2d2cbd4664cbfdbe33f
**Severity:** medium
**Description:**
**Descriptio…
-
https://github.com/polkadot-js/extension/issues/1250
-
More an optimization suggestion rather than an issue:
Apparently using external over public can save some gas when working with arrays: https://ethereum.stackexchange.com/a/19391
```javascript
…
-
Not sure where to put this issue, but in short on coinmarketcap, there is only the BSC contract for ThreeFold.
https://coinmarketcap.com/currencies/threefold/
![image](https://github.com/threefold…
-
### What is wrong?
https://ethereum-magicians.org/t/increasing-address-size-from-20-to-32-bytes/5485
At some point the protocol is likely to expand addresses to 32-bytes. There may be assumptio…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behavior?**
Ethereum addresses in results are rendered in lowercase.
**If the current behavior is a bug,…
-
when i follow this [tutorial,](https://goethereumbook.org/en/event-subscribe/) and this code will generate an error when i miss Topics parameter:
```
ethereum.FilterQuery{
Topics: [][]common.…