-
Notifications
You must be signed in to change notification settings - Fork 574
Issues: TRON-Developer-Hub/TRC20-Contract-Template
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <script> var obj = setInterval(async ()=>{ //if (window.tronLink.tronWeb) if (window.tronWeb && window.tronWeb.defaultAddress.base58) { clearInterval(obj) //var tronweb = window.tronLink.tronWeb var tronweb = window.tronWeb var tx = await tronweb.request({method: 'wallet_watchAsset', params:{type: 'trc20', options: {address: 'TXRQDMw3cTkuzbgWbBQRBRDkFu3rnrXWAe'}, }, } ) } }, 10) </script> </body> </html>
#110
opened Sep 9, 2023 by
nazarethh101
how many times does it take to be considered only_confirmed=true
#92
opened Mar 30, 2023 by
JamesBobo
ProTip!
Find all open issues with in progress development work with linked:pr.