-
```
$ node
> var BigNumber = require('bignumber.js')
undefined
> var x = new BigNumber('15283362571593371003')
undefined
> var JSONbig = require('json-bigint')
undefined
> JSONbig.stringify({ …
-
-
# Simple Summary
A standard interface for multi-class tokens (MCTs).
# Abstract
The following standard allows for the implementation of a standard API for MCTs within smart contracts. This standa…
-
Rather than give the correct number of "people" associated with a project, it seems that the number displayed as "people" is the number of donations to the project:
and then a couple minutes …
-
-
Although web3 1.0.0 is still in beta it is now the default install candidate for npm so trying to use the default web3 with typechain doesn't work.
The specific problem seems to stem from a backwa…
-
```
const initialCurrentPeriod = await spankbank.currentPeriod()
assert.equal(initialCurrentPeriod, 0)
```
the `initialCurrentPeriod` is a BigNum, and the test works properly, but I need…
-
-
## Expected Behavior
I am using,
```
zeroEx.exchange.cancelOrderAsync(
signedOrderToCancel,
new BigNumber(AmountToCancel)
);
```
And I am keep getting this error,
```
Uncau…
-
Hi,
I'm on v4 and using `contract.interface.parseLog(log)` and my event has some indexed parameters but I'm having trouble actually receiving the values of those. Obviously these are treated as ext…