-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front end web to interact with TokenVesting smart contract #2
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 3.9644 BNB (1563.92 USD @ $394.49/BNB) attached to it.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 264 years, 9 months from now. 1) amitojsingh366 has applied to start work (Funders only: approve worker | reject worker). As discussed over discord I would like to work on this bounty I'd love to participate in this bounty Using web3, web3modal, Nodejs for API, and react to make it responsive I have around 2 years of experience with react , html, css, javascript, and have produced webs with good design. will be happy to work on this. Learn tokenvesting and integrate I would like to work on this issue, my strategy will be to get the donation data using the subgraph and interact with the donations using ethers. Learn more on the Gitcoin Issue Details page. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 3.9644 BNB (1437.16 USD @ $362.92/BNB) has been submitted by: @chatpuppy please take a look at the submitted work:
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 3.9644 BNB (1301.17 USD @ $328.58/BNB) attached to this issue has been cancelled by the bounty submitter
|
We need donation pages to interact with
TokenVesting.sol
.DONATE
pageshow the donation UI and donate.
data = crowFundingParams(participant)
, get the start and end time fromdata.startTimestamp
anddata.endTimestamp
. If the start time is later than now, showNot start
. If the end time is earlier than now, showAlready End
.total()
getTotalAmountByParticipant(participant)
getBeneficiaryCount
getBeneficiaryCountParticipant
releasable()
participantReleasable(participant)
participantReleased(participant)
revokedAmount
getPriceForAmount
data = crowFundingParams(participant)
data.genesisTimestamp
data.tgeAmountRatio / 100
%data.genesisTimestamp
todata.genesisTimestamp + data.cliff
data.genesisTimestamp
todata.genesisTimestamp + data.cliff + data.duration
data.eraBasis
data.startTimestamp
data.endTimestamp
data.highest
data.lowest
data.allowRedeem
data.acceptOverCap
priceRange(participant)
fromAmount
price
getCap(participant)
crowFunding(participant)
DONATED
pageAn account can not be more than one in one type of participant.
Get your own beneficiary data by
data = getBeneficiary(getIndex(participant, address))
data.genesisTimestamp
data.timestamp
data.totalAmount
data.tgeAmount
data.genesisTimestamp
todata.genesisTimestamp + data.cliff
data.genesisTimestamp
todata.genesisTimestamp + data.cliff + data.duration
data.eraBasis
data.status
data.price
data.totalAmount / data.price
releasable()
released()
release(participant)
redeem(participant)
Technical
Please add me on discord: 0xx_xx0#8042 for details.
Thanks
The text was updated successfully, but these errors were encountered: