-
Consider the following simple example where I am reading the user's balance:
```typescript
const { account, active } = useEthers();
const balance = useEtherBalance(account);
{`Balance:…
-
`const [tokensRes] = await multiCall.all([tokens]);`
What is the purpose of wrapping tokens in an array here?
-
https://github.com/makerdao/multicall
Just for constant reads used by the client lib
-
code:
```
const p = new PancakeswapPair({
// the contract address of the token you want to convert FROM
fromTokenContractAddress: '0x55d398326f99059ff775485246999027b3197955',
// the contra…
-
Hi, thanks for the work on uutils/coreutils! I'm experimenting with using them as the base for a Gentoo system, and found the `make` based installer doesn't include all the binaries.
In particular,…
-
In one of my students repositories autograde was not providing the grade. After opening actions logs, I found out a weird trackback:
```
Run classroom-resources/autograding-python-grader@v1
with:…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
not work on centos 7.
Which Os do you work on?
-
# Lines of code
https://github.com/code-423n4/2024-06-size/blob/8850e25fb088898e9cf86f9be1c401ad155bea86/src/token/NonTransferrableScaledToken.sol#L98-L100
https://github.com/code-423n4/2024-06-size/…
-
The `eth_call` method can result in a execution error when, for example, a contract uses a `revert` operation. The current spec does not define how should the return error look like, making it hard fo…