Real-time decoded data for the ResetFarm instruction on the BonkSwap program. Every time this instruction is executed on Solana, you receive the full decoded payload with 17 accounts in under 50ms.
solana.bonkswap_bonkswap.reset_farmDecoded account addresses included in every ResetFarm message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| state | PublicKey | - | - |
| pool | PublicKey | - | - |
| farm | PublicKey | - | yes |
| token_x | PublicKey | - | - |
| token_y | PublicKey | - | - |
| token_marco | PublicKey | - | - |
| token_marco_account | PublicKey | - | yes |
| token_project_first_account | PublicKey | - | yes |
| token_project_second_account | PublicKey | - | yes |
| admin_marco_account | PublicKey | - | yes |
| admin_project_first_account | PublicKey | - | yes |
| admin_project_second_account | PublicKey | - | yes |
| admin | PublicKey | yes | yes |
| program_authority | PublicKey | - | - |
| system_program | PublicKey | - | - |
| token_program | PublicKey | - | - |
| rent | PublicKey | - | - |
Connect and start receiving decoded data in seconds.
grpcurl -plaintext \
-H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
-d '{"topic":"solana.bonkswap_bonkswap.reset_farm","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.bonkswap_bonkswap.reset_farm stream delivers decoded ResetFarm instruction data from the BonkSwap program (BSwp6bEBihVL...) on Solana. Each message includes 17 decoded account addresses, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.
Get your API key and start receiving decoded instructions in seconds.