Transaction

987c541a1dc8e76d8ea5acb52e8acc6e46408908e6379b51c506b66b47dcc8d2
( - )
233,304
2019-11-10 22:44:39
1
917 B

2 Outputs

Total Output:
  • j"19HxigV4QyBv3tHpQVcUEQyq1pzZVdoAutM<!DOCTYPE html> <html lang="en"> <head> <title>BCH/EUR Price Converter</title> </head> <body> <script> const url = 'https://bitpay.com/api/rates/BCH'; function bchrate() { fetch(url) .then((resp) => resp.json()) .then(function(data) { rates = data; }); return rates[3].rate; } </script> <form oninput="bchconv.value=Math.floor(bch.value/bchrate()*100000000)/100000000;bchconv2.value=Math.floor(bch.value*bchrate()*100)/100;"> <input id="bch" name="bch" type="text" value=""><br> <output name="bchconv" for="bchconv">0</output> EUR/BCH<br> <output name="bchconv2" for="bchconv2">0</output> BCH/EUR </form> </body> </html> text/html index.html
    https://whatsonchain.com/tx/987c541a1dc8e76d8ea5acb52e8acc6e46408908e6379b51c506b66b47dcc8d2