Skip to content
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

[Bug]: Swap event is displayed as Burn #1844

Closed
lukaw3d opened this issue Mar 27, 2025 · 0 comments · Fixed by #1846
Closed

[Bug]: Swap event is displayed as Burn #1844

lukaw3d opened this issue Mar 27, 2025 · 0 comments · Fixed by #1846
Assignees
Labels
bug Something isn't working

Comments

@lukaw3d
Copy link
Member

lukaw3d commented Mar 27, 2025

https://explorer.dev.oasis.io/mainnet/sapphire/tx/0xc78d5387868fd4f1991a35a39eff51366e2ba45e38c563c5c3f6724ba378d7a6
Image

      "evm_log_name": "Swap",
      "evm_log_params": [
        {
          "evm_type": "address",
          "name": "sender",
          "value": "0x0000000000000000000000000000000000000000"
        },
        {
          "evm_type": "uint256",
          "name": "amount0In",
          "value": "0"
        },
        {
          "evm_type": "uint256",
          "name": "amount1In",
          "value": "17047284"
        },
        {
          "evm_type": "uint256",
          "name": "amount0Out",
          "value": "510842799034931021048"
        },
        {
          "evm_type": "uint256",
          "name": "amount1Out",
          "value": "0"
        },
        {
          "evm_type": "address",
          "name": "to",
          "value": "0x0000000000000000000000000000000000000000"
        }
      ],
@lukaw3d lukaw3d self-assigned this Mar 27, 2025
@lukaw3d lukaw3d added the bug Something isn't working label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant