transactions | 0. | ref_block_num | 48,957 |
---|
ref_block_prefix | 336,434,904 |
---|
expiration | 2025-01-24 10:48:00 |
---|
operations | 0. | 0. | limit_order_cancel |
---|
1. | owner | klopp |
---|
orderid | 2,548,847,006 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20680bb44f9224d15544c840301379fef5469b1db5028fa8834fdb7e305c40bae71728f365a17056e39ef9aca7d1a5db7bf94a04079e55747fc93554f88f1eebb6 |
---|
|
---|
transaction_id | 3974a83434f081b473f96f0cfab68f4f2e173694 |
---|
block_num | 92,716,866 |
---|
transaction_num | 0 |
---|
|
---|
1. | ref_block_num | 48,959 |
---|
ref_block_prefix | 2,678,533,396 |
---|
expiration | 2025-01-24 10:57:30 |
---|
operations | 0. | 0. | feed_publish |
---|
1. | publisher | elindos |
---|
exchange_rate | base | 0.478 HBD |
---|
quote | 1.000 HIVE |
---|
|
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2038e969e31c8437541d1dacb86de8eeaf04018f01d0b6b36553ba2a49c4d0369f28a32f5627c38b772234dd187e0bab6c6b549635cabb3a3e8d0f91f32cb06f20 |
---|
|
---|
transaction_id | 0abb8cd4d426a16d589bccc0b313e208bae7629e |
---|
block_num | 92,716,866 |
---|
transaction_num | 1 |
---|
|
---|
2. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:43 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | "" |
---|
parent_permlink | stem-espanol |
---|
author | profwhitetower |
---|
permlink | espeng-mdulo-de-joystick-analgico-control-preciso-en-tus-proyectos-analog-joystick-module-precise-control-in-your-projects--1737204461 |
---|
title | "[ESP/ENG] 🎮 Módulo de Joystick Analógico: Control Preciso en tus Proyectos 🕹️🎮 Analog Joystick Module: Precise Control in your Projects 🕹️" |
---|
body | "*[ESP]*
# 👋 ¡Hola, entusiastas de la electrónica y el diseño interactivo!
>Hoy exploraremos el fascinante módulo de joystick analógico, una herramienta perfecta para añadir controles manuales precisos a tus proyectos electrónicos.

### 🔎 ¿Qué es un módulo de joystick analógico?
El módulo de joystick analógico es un controlador bidimensional que detecta movimientos en los ejes X e Y. Además, muchos modelos incluyen un botón integrado para realizar selecciones o acciones adicionales.
Este dispositivo es común en proyectos de robótica, videojuegos DIY y cualquier sistema que requiera un control manual intuitivo.
### ⚙️ Especificaciones técnicas comunes
---
* Tensión de operación: 3.3V - 5V.
* Salidas: Dos señales analógicas (eje X y eje Y) y una señal digital (botón).
* Rango de valores: 0 a 1023 (en plataformas como Arduino).
* Botón integrado: Con activación al presionar el joystick hacia abajo.
* Conexiones: Pines de salida: VRx, VRy, SW, VCC y GND.
### 🖥️ Conexión con Arduino
---
***Materiales necesarios:***
* Módulo de joystick analógico.
* Arduino (cualquier modelo compatible).
* Cables de conexión.
* Esquema de conexión:
* VRx: Conéctalo a un pin analógico (A0, por ejemplo).
* VRy: Conéctalo a otro pin analógico (A1).
* SW: Conéctalo a un pin digital (D2, por ejemplo).
* VCC y GND: Alimentación del módulo.
### 🧩 Código de ejemplo
---
A continuación, un ejemplo básico para leer los valores del joystick y mostrarlos en el monitor serie:

### 🤖 Aplicaciones del módulo de joystick
---
***Control remoto de robots:***
Maneja la dirección y velocidad con facilidad.
***Simuladores de videojuegos:***
Construye un mando de juego personalizado.
***Prototipos interactivos:***
Controla servomotores, pantallas o sistemas de iluminación.
***Dispositivos de accesibilidad:***
Crea interfaces adaptativas para personas con movilidad limitada.
### 🌟 Consejos prácticos
---
* Calibración inicial: Asegúrate de que el joystick esté centrado antes de tomar lecturas.
* Montaje: Fija el módulo en una superficie estable para evitar movimientos inesperados.
* Protección del botón: Usa resistencias pull-up o pull-down si es necesario para evitar lecturas incorrectas.
---
---
## 📢 ¡Gracias por acompañarnos en este recorrido por el módulo de joystick analógico! 🕹️
>Espero que esta guía te inspire a desarrollar proyectos innovadores y dinámicos. Si tienes dudas o ideas para compartir, ¡déjalas en los comentarios! 📝
🔔 No olvides seguirnos para más contenido técnico y educativo. 🌐
🤝 Comparte tus proyectos: ¿Qué te gustaría controlar con un joystick? ¡Queremos conocer tus ideas! 💬
🚀✨ ¡Hasta la próxima! Sigue diseñando y creando interfaces interactivas con imaginación y precisión. 🎮
---
---
---
*[ENG]*
# 👋 Hello, electronics and interactive design enthusiasts!
>Today we will explore the fascinating analog joystick module, a perfect tool for adding precise manual controls to your electronic projects.

### 🔎 What is an analog joystick module?
The analog joystick module is a two-dimensional controller that detects movements on the X and Y axes. Additionally, many models include an integrated button to perform additional selections or actions.
This device is common in robotics projects, DIY video games, and any system that requires intuitive manual control.
### ⚙️ Common technical specifications
---
* Operating voltage: 3.3V - 5V.
* Outputs: Two analog signals (X axis and Y axis) and one digital signal (button).
* Value range: 0 to 1023 (on platforms such as Arduino).
* Integrated button: Activated by pressing the joystick down.
* Connections: Output pins: VRx, VRy, SW, VCC and GND.
### 🖥️ Connection with Arduino
---
***Necessary materials:***
* Analog joystick module.
* Arduino (any compatible model).
* Connection cables.
* Connection diagram:
* VRx: Connect it to an analog pin (A0, for example).
* VRy: Connect it to another analog pin (A1).
* SW: Connect it to a digital pin (D2, for example).
* VCC and GND: Power supply for the module.
### 🧩 Sample code
---
Here is a basic example for reading joystick values and displaying them on the serial monitor:

### 🤖 Joystick module applications
---
***Robot remote control:***
Handle direction and speed with ease.
***Video game simulators:***
Build a custom game controller.
***Interactive prototypes:***
Control servo motors, displays, or lighting systems.
***Accessibility devices:***
Create adaptive interfaces for people with limited mobility.
### 🌟 Practical Tips
---
* Initial Calibration: Make sure the joystick is centered before taking readings.
* Mounting: Secure the module to a stable surface to prevent unexpected movement.
* Button Protection: Use pull-up or pull-down resistors if necessary to prevent incorrect readings.
---
---
## 📢 Thanks for joining us on this tour of the analog joystick module! 🕹️
>I hope this guide inspires you to develop innovative and dynamic projects. If you have questions or ideas to share, leave them in the comments! 📝
🔔 Don't forget to follow us for more technical and educational content. 🌐
🤝 Share your projects: What would you like to control with a joystick? We want to hear your ideas! 💬
🚀✨ Until next time! Keep designing and creating interactive interfaces with imagination and precision. 🎮" |
---|
json_metadata | {"tags":["stem-espanol","stem","hiveargentina","electronic","programing"],"links":[],"app":"steemauto/0.02","format":"markdown"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 203c571bbee4eb05bac9fc16e00346d538132b50fb538f0ebaf123e6adb99b104035a621642d0880ad73e3ed5c859a058a772baf13ce99abda6d712ebd47144e44 |
---|
|
---|
transaction_id | 9464bbaecd8282906c13c699fd303d026c187515 |
---|
block_num | 92,716,866 |
---|
transaction_num | 2 |
---|
|
---|
3. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:48:32 |
---|
operations | 0. | 0. | claim_reward_balance |
---|
1. | account | ulisg |
---|
reward_hive | 0.000 HIVE |
---|
reward_hbd | 0.000 HBD |
---|
reward_vests | 84.495877 VESTS |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20350d0807f4be88d2111af5e9481b7ec3e458012c80502ef9ad1b16f15c74a73157005346fbf101d449731c09d63966b7251f5c7ea5ad9fabc6b6ec80df2e8965 |
---|
|
---|
transaction_id | 16195d36257e76bd96cd34b40a9034f905197719 |
---|
block_num | 92,716,866 |
---|
transaction_num | 3 |
---|
|
---|
4. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:48:30 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | demmybabs |
---|
author | fashtioluwa |
---|
permlink | the-struggle-for-valentine-gift-help-needed-4yq |
---|
weight | 800 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2027f59c8e9facebb3894bc68be26b8680fa4da4075fcd9eb75b9dbb70f877e34a50f601abf2616c17619fefbf70fb38bb3c2997b9f3d818359a8adf7fc2fcfbc2 |
---|
|
---|
transaction_id | 78dac1250a0443f0dd46894b1ba8119e7556f846 |
---|
block_num | 92,716,866 |
---|
transaction_num | 4 |
---|
|
---|
5. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:57:33 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | terraboost |
---|
author | ashirabdullah |
---|
permlink | mushroom-sheer-or-splinterlands |
---|
weight | 300 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f09d608fe6342616422aeaa50fb0aecc1396a6aa9ed452f98be99df7fac462dcb5e5d09dcdd8ef67b9bbbe48e916c3e38bc02ab8bfe2ac1cd5ca8ff32a6dd6643 |
---|
|
---|
transaction_id | a1ae703c177fa05864843c266ef6cd497e888171 |
---|
block_num | 92,716,866 |
---|
transaction_num | 5 |
---|
|
---|
6. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:57:33 |
---|
operations | 0. | 0. | claim_reward_balance |
---|
1. | account | koychev22 |
---|
reward_hive | 0.000 HIVE |
---|
reward_hbd | 0.000 HBD |
---|
reward_vests | 32.107879 VESTS |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f0be8f0648064915a0785f26030c97588590a0370cce4632d971fba27f9bbba8d7a952363a2765118d24e830062bca0a6571235d024e7c89863882b929f3512ce |
---|
|
---|
transaction_id | 1ea4ca3598d0f5b8b48b4f18a6b66f1bd4ff5b31 |
---|
block_num | 92,716,866 |
---|
transaction_num | 6 |
---|
|
---|
7. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:56:58 |
---|
operations | 0. | 0. | claim_reward_balance |
---|
1. | account | anarcist |
---|
reward_hive | 0.000 HIVE |
---|
reward_hbd | 0.000 HBD |
---|
reward_vests | 574.750974 VESTS |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2046804939e66b2c23db4383e756963dbd05ec146f545cf1c8b80150b83f9164ea6b143e79bfb293cc610dd975dfceea7c6b00451d1ded73e141b38429085f9c4b |
---|
|
---|
transaction_id | 71568fb638cbc2e2cbb443cd9531a8c94c0f8ed4 |
---|
block_num | 92,716,866 |
---|
transaction_num | 7 |
---|
|
---|
8. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | {"contractName":"tokens","contractAction":"stake","contractPayload":{"symbol":"PIZZA","to":"phillarecette","quantity":"0.05"}} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f4dfc7679d8a37b96a3ffaa478e10f0136a9edc34d4e4adbcc8f573ffff452f350533746aeef2629e994c689227aaed998c21f5e9b91dfd736824b1be4ad9ef03 |
---|
|
---|
transaction_id | 7434dec78a90815bf87483d409b99bd630a9db76 |
---|
block_num | 92,716,866 |
---|
transaction_num | 8 |
---|
|
---|
9. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.USDT","tokenSymbol":"SWAP.HIVE","tokenAmount":"145.96643912","tradeType":"exactInput","minAmountOut":"71.291872"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f03845eb20e221ba33b6006a351dc8792e73c6d64aec2ff55e005aaee8653ab9b291ff6bfe4f3f8280278377c0e85a9bb0068309bb2c63636f88cc3a5abe81704 |
---|
|
---|
transaction_id | eca7504c61897254b75d05d89200631bb0c63294 |
---|
block_num | 92,716,866 |
---|
transaction_num | 9 |
---|
|
---|
10. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"market","contractAction":"cancel","contractPayload":{"type":"buy","id":"e9fa3d550710aa9de86cdbd22ce8e0893b3323e1"}},{"contractName":"market","contractAction":"buy","contractPayload":{"symbol":"SWAP.LTC","quantity":"0.83814599","price":"249.86744703"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7c187511d866e53e1e6909fe4b69c0668ecc528526554414588b0ab95561254b56ed360d782844c4594875d10bb704c099eceaca4ad3b43971740b1c8b5a31f2 |
---|
|
---|
transaction_id | 7a6947e24b7d1b2cfe7455cff45b9368bd5355a1 |
---|
block_num | 92,716,866 |
---|
transaction_num | 10 |
---|
|
---|
11. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.HBD","tokenSymbol":"SWAP.HIVE","tokenAmount":"102.12134463","tradeType":"exactInput","minAmountOut":"47.42918726"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2073b292cde16613b51326c026fe8ed8dde378c8f98425599c1cb9258c0338950f05fc58e3e696151fd7314e6dcb9a6520cae6fb196e212ad78921fe7f33e9265f |
---|
|
---|
transaction_id | 8cc160e7f124fe379a9dcfc75a030ec8aa8fe838 |
---|
block_num | 92,716,866 |
---|
transaction_num | 11 |
---|
|
---|
12. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.DOGE","tokenSymbol":"SWAP.HIVE","tokenAmount":"123.88648137","tradeType":"exactInput","minAmountOut":"161.83711740"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f29cf568a1d5084f0d227d4a0ba17803e232df4e275f517f26ceee29e1a75a50220f1d2e26542153cb6cfcc2d1c7f511366c1a3ef5abbb479eef70d69f8e8deab |
---|
|
---|
transaction_id | 6ab6fb7e8eeb511d7bc68c067d888246321a05b7 |
---|
block_num | 92,716,866 |
---|
transaction_num | 12 |
---|
|
---|
13. | ref_block_num | 48,445 |
---|
ref_block_prefix | 3,627,924,453 |
---|
expiration | 2025-01-24 10:48:05 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | "[{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:BEE","tokenSymbol":"SWAP.HIVE","tokenAmount":"12","tradeType":"exactInput","minAmountOut":"43.74553667"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"BEE:SWAP.DOGE","tokenSymbol":"BEE","tokenAmount":"43.74553667","tradeType":"exactInput","minAmountOut":"15.82412467"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.DOGE","tokenSymbol":"SWAP.DOGE","tokenAmount":"15.82412467","tradeType":"exactInput","minAmountOut":"12"}} ]" |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 203a863e37c02b3736e7ff3e52e92158191d0e50c02b4a67d0f53d3e26d35704d1594a06645b676f7aeef93983e112db47455899557e6fd60d2175af03d99101ba |
---|
|
---|
transaction_id | 02492464d257de7ffce123165278952f895dfbde |
---|
block_num | 92,716,866 |
---|
transaction_num | 13 |
---|
|
---|
14. | ref_block_num | 47,604 |
---|
ref_block_prefix | 289,185,697 |
---|
expiration | 2025-01-24 10:48:05 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:BEE","tokenSymbol":"SWAP.HIVE","tokenAmount":"12","tradeType":"exactInput","minAmountOut":"43.74553667"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"BEE:SWAP.DOGE","tokenSymbol":"BEE","tokenAmount":"43.74553667","tradeType":"exactInput","minAmountOut":"15.82412467"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.DOGE","tokenSymbol":"SWAP.DOGE","tokenAmount":"15.82412467","tradeType":"exactInput","minAmountOut":"12"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7a4bc8b65fca07088ab9e87950055eb5bd2c7d493fca189a6f11ead64180fde97a5450a8bb4bf531fcdf8254849d39c2c0b6dc8582959b92f935e4295316ac91 |
---|
|
---|
transaction_id | 9b8fe17307c54a4b14480f6498246f11fb289066 |
---|
block_num | 92,716,866 |
---|
transaction_num | 14 |
---|
|
---|
15. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.ETH","tokenSymbol":"SWAP.HIVE","tokenAmount":"200.00000000","tradeType":"exactInput","minAmountOut":"0.02751856"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f0ef05cc83c9efc1c1cd7d01892f44824d69f1f5c9306faab8b6cded0cedb1cc55b001a9a24bec8cf161764aceff2c3922d8b518475946ba4a4a84c51e18fac8d |
---|
|
---|
transaction_id | 85087466ed5f7c8684f96ac6ef8cc409ab51333c |
---|
block_num | 92,716,866 |
---|
transaction_num | 15 |
---|
|
---|
16. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:33 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:BEE","tokenSymbol":"SWAP.HIVE","tokenAmount":"22.87982205","tradeType":"exactInput","minAmountOut":"83.39742316"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"BEE:SWAP.DOGE","tokenSymbol":"BEE","tokenAmount":"83.39742316","tradeType":"exactInput","minAmountOut":"30.16636018"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.DOGE","tokenSymbol":"SWAP.DOGE","tokenAmount":"30.16636018","tradeType":"exactInput","minAmountOut":"22.91478525"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20713f1efc6fdb9591d33f9c8dec8836b215f7ca99452bd153619c53654f78a9ea077ad8b192d2b7d0b63273e4cddb6a86644703803198896a47a85fbfc4ccc132 |
---|
|
---|
transaction_id | ed9ea714878b06a91af6bdce226781a0f1fe49da |
---|
block_num | 92,716,866 |
---|
transaction_num | 16 |
---|
|
---|
17. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:33 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.BTC","tokenSymbol":"SWAP.HIVE","tokenAmount":"54.63921063","tradeType":"exactInput","minAmountOut":"0.00024132"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.BTC:SWAP.ETH","tokenSymbol":"SWAP.BTC","tokenAmount":"0.00024132","tradeType":"exactInput","minAmountOut":"0.00758813"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.ETH","tokenSymbol":"SWAP.ETH","tokenAmount":"0.00758813","tradeType":"exactInput","minAmountOut":"54.68986334"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 206bb8fc88a4f293d6b8257ac4de6e8e7ca86bfff8989506c71aa03bea9b5096f92b6c6b27aec8d0135a01c389a4357edb4cc8605c8a6677e6a09610faa4bd6b46 |
---|
|
---|
transaction_id | 973a08cc9362e26cff56f24ed68a096bb41b386b |
---|
block_num | 92,716,866 |
---|
transaction_num | 17 |
---|
|
---|
18. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:33 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | sadiel0102 |
---|
parent_permlink | re-tonyes-2025124t54998z |
---|
author | tonyes |
---|
permlink | re-sadiel0102-2025124t55136178z |
---|
title | "" |
---|
body | "Así mismo es hermano.
Gracias por estar pendiente de nuestro trabajo y por el apoyo.
Feliz fin de semana.
Salud y saludos " |
---|
json_metadata | {"type":"comment","tags":["hive-192096","juevestbt","tbt","neoxian","spanish","ecency","hivecuba","enlace","hive","waivio","ecency"],"app":"ecency/3.2.1-mobile","format":"markdown+html"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 203277e6efb696f3c979bedaa345235ba807dc39520a4d7c02f843d647c062af5f4a6c0a937717fe470b6d45eab9652b416cb98c29283213ad1ee3e74c56bf9e6e |
---|
|
---|
transaction_id | b5f359d6664d59106197163fcb52a0e1820a726e |
---|
block_num | 92,716,866 |
---|
transaction_num | 18 |
---|
|
---|
19. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:57:33 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | {"contractName":"tokens","contractAction":"unstake","contractPayload":{"symbol":"PHOTO","quantity":"0.09000000"}} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f56ff2a9b75c4de420eb0ed8e83028b84f6dc236d5c6f25ff87121d1a659ebe9b2cb168977d2d05db8531066bf25d06580a9cde7280219060f1e3ccb78373e9dc |
---|
|
---|
transaction_id | 60de4b58512a62bb86b441972236e35572bc6b62 |
---|
block_num | 92,716,866 |
---|
transaction_num | 19 |
---|
|
---|
20. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.BTC","tokenSymbol":"SWAP.HIVE","tokenAmount":"200.00000000","tradeType":"exactInput","minAmountOut":"0.00087984"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f6a2c96b50246f67baee567d0dffede9a73ac09a6a296882619c1884974afdf5434e3d7e22ba825cbcd101b8247e79e079c386585ad1bb9671a5250eba16b70fd |
---|
|
---|
transaction_id | 61b117cb763684694ff9dae9a7f4914f4d6520f1 |
---|
block_num | 92,716,866 |
---|
transaction_num | 20 |
---|
|
---|
21. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:48:03 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | [{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SPS","tokenSymbol":"SWAP.HIVE","tokenAmount":"200.00000000","tradeType":"exactInput","minAmountOut":"12906.53149345"}}] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f06967f6eaacb6c145f9e58b6c46bf4f25c10d7b0e10927c722b0c7c7d7ccd00c74030f70127318771dad922efd10362d0e910d13e2a94ad31dbfac38b22798e7 |
---|
|
---|
transaction_id | 4ea70562f28bcb15ef7d42cf792a4e3914ab6602 |
---|
block_num | 92,716,866 |
---|
transaction_num | 21 |
---|
|
---|
22. | ref_block_num | 45,699 |
---|
ref_block_prefix | 2,775,456,961 |
---|
expiration | 2025-01-24 10:48:05 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | "[{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:BEE","tokenSymbol":"SWAP.HIVE","tokenAmount":"12","tradeType":"exactInput","minAmountOut":"43.74553667"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"BEE:SWAP.DOGE","tokenSymbol":"BEE","tokenAmount":"43.74553667","tradeType":"exactInput","minAmountOut":"15.82412467"}},{"contractName":"marketpools","contractAction":"swapTokens","contractPayload":{"tokenPair":"SWAP.HIVE:SWAP.DOGE","tokenSymbol":"SWAP.DOGE","tokenAmount":"15.82412467","tradeType":"exactInput","minAmountOut":"12"}} ]" |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2041b2d894568396188a4f1e5d1a5491852837d10d798d5f02c1a1cf4da30994936fdadaa805f24a83bfc2138847f01ab718586de643b9796aded30a4399f8580c |
---|
|
---|
transaction_id | 4dccb4176002f0403d98fcaba53bea45a2505c74 |
---|
block_num | 92,716,866 |
---|
transaction_num | 22 |
---|
|
---|
23. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:57:30 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | sl-qavosm_sps |
---|
json | {"action":"validate_block","params":{"block_num":92716863,"hash":"01b375ac541aeb927b422174d6613d62c165af371d3d928feba45e2c224355a8","reward_account":"ctrpch","version":"2549b09"}} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 207c1877d5d0d7fd86039a607fd6557a2c0dfb9231eefc39ae856240db303f4e7f3c7243c06cd4960b6ef79d17c9745dc0d93c781ab5a84138e9b119079151f537 |
---|
|
---|
transaction_id | 3175627a7e770a1ac193f42fb0d1cdfbfb6453aa |
---|
block_num | 92,716,866 |
---|
transaction_num | 23 |
---|
|
---|
24. | ref_block_num | 48,961 |
---|
ref_block_prefix | 2,234,061,574 |
---|
expiration | 2025-01-24 10:57:34 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | cryptoyzzy |
---|
parent_permlink | re-shiftrox-sqky63 |
---|
author | shiftrox |
---|
permlink | re-cryptoyzzy-sql9za |
---|
title | "" |
---|
body | "!PIZZA !BBH !LOL" |
---|
json_metadata | {"tags":["hive-167922"],"app":"peakd/2025.1.3","image":[],"users":[]} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f11484b28b7b57b06724127c88b39833a411294df9f31d1468b2b0540503579405bbe38082abbfc36001d6ac3c425822c7efb17e4ae4f9993ae68231c5e5e6cb3 |
---|
|
---|
transaction_id | 88d6e482bf8f09a7fb4371c89d07209cd028862b |
---|
block_num | 92,716,866 |
---|
transaction_num | 24 |
---|
|
---|
25. | ref_block_num | 48,960 |
---|
ref_block_prefix | 3,866,462,699 |
---|
expiration | 2025-01-24 10:57:33 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | shortsegments |
---|
parent_permlink | re-sacra97-jw7fqeju |
---|
author | sacra97 |
---|
permlink | sql9zb |
---|
title | "" |
---|
body | "mine too, coffee three times a day" |
---|
json_metadata | {"app":"hiveblog/0.1"} |
---|
|
---|
|
---|
1. | 0. | comment_options |
---|
1. | author | sacra97 |
---|
permlink | sql9zb |
---|
max_accepted_payout | 1,000,000.000 HBD |
---|
percent_hbd | 10,000 |
---|
allow_votes | true |
---|
allow_curation_rewards | true |
---|
extensions | [] |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 201089b569c17057c3918b783dc9986c9762bac413ded7e379f7003769e9d0cdee51193dc1a0f5a7dc6031f539d378445d8ec95ab6e39978c18f1c5a79dbccb964 |
---|
|
---|
transaction_id | 199a4d5221859830767fea09142533a045d6e043 |
---|
block_num | 92,716,866 |
---|
transaction_num | 25 |
---|
|
---|
|
---|