-
I noticed this issue when generating C# code from the contract for ecr-1155 https://github.com/enjin/erc-1155/blob/master/contracts/ERC1155.sol
As an example, one of the functions generated from th…
-
### Description
Regarding deploying the contract (with constructor parameters) to privacy group. Getting the transaction receipt, but it’s failing to deploy. (And the same contract works fine without…
-
**Do you want to request a *feature* or report a *bug*?**
**What is the current behavior?**
I can't use the yarn command... even though I (think) I've set the correct path in my ~/.profile…
-
Hello everyone, now i have tried to deploy universal token to quorum network. But when i migrate smart contract code to network, i met error:
----
Deploying 'ERC1400'
transaction hash: 0x9246…
-
In ERC1400Raw.sol
> address[] internal _controllers;
What does this definition mean? What can Contollers do ?
In contrast to Controllers, Operator can "operatorRedeemByPartition()" and "opera…
-
Hi,I tried to deploy erc1400 contract in ropsten testnetwork.I successfully connected with ropsten testnet but when i tried to deploy the contract using web3j ,it shows "Zero length biginteger" error.…
-
In [ERC1400Raw.sol](https://github.com/ConsenSys/ERC1400/blob/6279d1ca640490fe192b9dfcd04e88a34e3cc81f/contracts/token/ERC1400Raw/ERC1400Raw.sol) there is an instantiation of `IERC1400TokensSender` by…
-
I read all smart contracts file in this ERC1400 example And the slides(Slide deck presenting ERC1400 features:) provided in ConsenSys.
The slide explains that partitions represent Asset state and …
-
Hi did any one encounter this error?
I had this error when the deployment to ropsten went to the second file 2_erc1820_registry.js. The 3rd file 3_erc1400.js was deployed successfully, but I couldn…
-
The [ERC1400](https://github.com/ConsenSys/ERC1400/blob/master/contracts/ERC1400.sol) seems to hold all the data of the implementation.
Its [migration code](https://github.com/ConsenSys/ERC1400/blob/…