Code Monkey home page Code Monkey logo

Comments (8)

Charlie85270 avatar Charlie85270 commented on June 2, 2024

The status is automatically updated from the live blockchain data. If is still inactive and your pool is active, please verify the addresses configuration for your pool on the pools.json file.

from conflux-pos-pools.

Charlie85270 avatar Charlie85270 commented on June 2, 2024

Seems that there is an issue with your contract to get the poolSummary.
Do you use the official Pool contracts ? https://github.com/conflux-fans/pos-pool/tree/main/contract

from conflux-pos-pools.

NucleonProtocol avatar NucleonProtocol commented on June 2, 2024

i have checked,; I'm not use the official Pool contracts; but in genreral, have the same 'poolsummary' function;but the value attribute have a little difference;
eg:
struct PoolSummary {
uint256 available;
uint256 interest; // PoS pool interest share
uint256 totalInterest; // total interest of whole pools
uint256 ACFX_holders_num;
uint256 ACFX_sum;
}
the official is:
struct PoolSummary {
uint256 available;
uint256 interest; // PoS pool interest share
uint256 totalInterest; // total interest of whole pools
}
Maybe there is a compatibility problem with your front end code?

from conflux-pos-pools.

NucleonProtocol avatar NucleonProtocol commented on June 2, 2024

others: stakerNumber() is the same as offical,poolAPY() is the same too;public variable ‘poolUserShareRatio’ is not changed

from conflux-pos-pools.

NucleonProtocol avatar NucleonProtocol commented on June 2, 2024

https://confluxscan.io/address/cfx:acdmgjnam0kmtnnnwhz4mh727akfxj7fg2gy3bamw6

from conflux-pos-pools.

Charlie85270 avatar Charlie85270 commented on June 2, 2024

Can you verify you contract on Conflux scan ? https://confluxscan.io/address/cfx:acdmgjnam0kmtnnnwhz4mh727akfxj7fg2gy3bamw6?tab=contract-viewer

After that we'll be able to call your contract directly on Conflux Scan, it will be easier to debug .

from conflux-pos-pools.

NucleonProtocol avatar NucleonProtocol commented on June 2, 2024

i have tried to verify,but not success:"The resulting bytecode does NOT match with the bytecode that is stored on the address", i don't know the reason of it. so can you give error information? most of the function of our contracts is the same as offical.

from conflux-pos-pools.

Thegaram avatar Thegaram commented on June 2, 2024

You'll need to make sure that the source code, compiler version, and optimizer parameters are exactly the same as what you used during deployment.

from conflux-pos-pools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.