• Resolved co2sx

    (@co2sx)


    Hi,
    I tried to establish a new coin an Ropsten Testnet. The Contract gets published an listed in “AllCoins”-List. But “Total Supply” stays empty in the list,but I have defined a 10.000.000 supply.
    When I check Etherscan on Ropsten I get compiler errors.
    Contract Address: 0x9fdB9b65342c7E4c82f01F14D1a2Bbc3aBa2b9d5

    The compiled contract might be susceptible to ABIEncoderV2CalldataStructsWithStaticallySizedAndDynamicallyEncodedMembers (low-severity), SignedArrayStorageCopy (low/medium-severity), ABIEncoderV2StorageArrayWithMultiSlotElement (low-severity), DynamicConstructorArgumentsClippedABIV2 (very low-severity), UninitializedFunctionPointerInConstructor (very low-severity), IncorrectEventSignatureInLibraries (very low-severity) Solidity Compiler Bugs.

    And the wallet-page is not accessible. I’ll get that “Ooops-Not found”-Page.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter co2sx

    (@co2sx)

    After playing around I made it worrk. But I have no idea why.
    Anyway, in the list of all coins the total supply is still empty.

    Also in the wallet the balance is not shown.

    Thread Starter co2sx

    (@co2sx)

    Got it. It was the separator setting. When put to 10,000,000.00 it doesnt show the total supply and Balance of the Wallet.

    I found another small bug in Blockexplorer. The link to etherscan.io from a selected trasaction is broke. it says ropstenetherscan.io/xxxx instead of ropsten.etherscan.io/xxxx.
    Also the free text in the description is not shown own the coins page.

    Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    Hi co2sx thanks for your feedback,

    About the solidity warnings, we are aware of them, in the next deploys, we will consider an update in the version of solidity. Usually, all bugs are cleared just updating the contract solidity version and redeploying them.

    The wallet page is a custom post type page, usually when a 404 happens is because of a permalink structure of the website or a missing .htaccess or similar file configuration, but I am happy to know that is working for you now.

    Thanks for the good catch on ropsten address bug, the description text and separator issue, we will check that.

    The next plugin update will take a while because we are adding a few more contracts that need a lots of testing, but we will update asap.

    Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    Hi again co2sx,

    We just uploaded a fix for the 404 bug, when you first create a contract (the fix was to flush the permalinks), in your case is already working, so you may not need this.

    But also we fixed the ropsten link to etherscan.

    We were not able to reproduce the other two bugs you mention (free text and balance bug).

    But please let us know if you need further assistance.

    PD: the fix is available here as of version 1.0.3

    Thread Starter co2sx

    (@co2sx)

    Hi wpsmartcontracts,
    thanks! Great job!
    That empy text issue was my fault. I use a theme with white text on a dark backround. Due to the white backround in the description field of the token page the text was not visible.
    The balance problem was fixed imho also by switching the separator. Anyway it has not occured anymore.

    Plugin Author Lisandro Martinez

    (@wpsmartcontracts)

    ok, thank you very much for your feedback.

    Good luck!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Creating Coin Fails’ is closed to new replies.