-
My transaction is getting failed everytime. [here](https://bscscan.com/tx/0xb0de2bde50646394e73762dd52c450d049ed90bb7af80f53208a030e3ee7493f) and console is showing error that i have pasted below
Ple…
-
I have a collection that contains an element of type [3stack:bignumber](https://atmospherejs.com/3stack/bignumber).
When { tx: true } is set in the update call, the error "Amount as bn must be a BigN…
tab00 updated
8 years ago
-
I tried fetching info regarding validators using
this.heliumClient.validators.fromAddress(:address)
this.heliumClient.validator(:address)
Both methods return the structure of the validator info …
-
# Lines of code
https://github.com/reserve-protocol/protocol/blob/610cfca553beea41b9508abbfbf4ee4ce16cbc12/contracts/libraries/Throttle.sol#L66-L75
# Vulnerability details
## Impact
Attacker can d…
-
**Github username:** --
**Submission hash (on-chain):** 0x57cb4226d489216ce6c5eda56f994c7ebc21c9b3f23f9c9cb171685c79c10a61
**Severity:** high severity
**Description:**
**Description**\
Swapping toke…
-
I wish to read a float 80 number into a BigInt instance instead of relying on BigNumber. Any ideas on how to do that?
-
Hi all guys,
i notice that if i try to call toHex on float number, example from coordinates from map, toBn return an array like this:
```php
return [
new Bi…
-
The main issue is that web3-react/core and others are using `"@ethersproject/providers": "^5",`
This creates issues with BigNumber vs the native BigInt used in ethers v6
Take this code for inst…
-
With `web3@1.0.0` as target, generated types no longer support `BigNumber` for the contracts. As an example, this is the typing generated with `web3@0.26.0` -- https://github.com/MARKETProtocol/types/…
-
```
const response = await createTx(
privateKey,
parsedUtxos,
inscriptions,
undefined,
senderAddress,
new BigNumber(1234),
7
);
assert…