-
Notifications
You must be signed in to change notification settings - Fork 6
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
add functional product page (bond page) #3
Comments
@luckyrobot you are going to want to import I'll send you the private key that you can use to import that account into metamask on discord. |
perfect |
can you verify the bond contract online somehow? so that i can see the contract source on etherscan |
Done! It should be verified. @Namaskar-1F64F FYI all I had to do was run |
Also @luckyrobot the other bond contract I shared with you is now matured FYI (which means some methods are no longer callable) |
https://github.com/porter-finance/product/tree/main/spec/pages/product_page/convert
Here's one of the bond contracts that you can interact with. The
0xfab4AF4EA2EB609868cDb4f744155d67f0A5BF41
address should have bonds. You can import0x6bca2d242318e74f337d8831424363c880d24e2d
token into metamask if you so wish.reedem()
method on the bond smart contract (button disabled if they don't have bonds) #12convert()
method on the bond smart contract (button disabled if they don't have bonds or if the bond is not convertible) #13previewConvert
function on the contract then multiple that value * the token price to get the dollar value. #11The text was updated successfully, but these errors were encountered: