Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Search result is missing #676

Closed
Keith-CY opened this issue Jun 3, 2024 · 3 comments · Fixed by Magickbase/ckb-explorer-frontend#351
Closed

Search result is missing #676

Keith-CY opened this issue Jun 3, 2024 · 3 comments · Fixed by Magickbase/ckb-explorer-frontend#351
Assignees
Labels
bug Something isn't working

Comments

@Keith-CY
Copy link
Member

Keith-CY commented Jun 3, 2024

Visit https://explorer.nervos.org/search/fail?q=0x43ec3b508b32bc3976a9f7366facd5281e7ba801dff531ee9e4b415152376cbe
Or search 0x43ec3b508b32bc3976a9f7366facd5281e7ba801dff531ee9e4b415152376cbe on the mainnet explorer

1 result should be displayed but the list is empty.

Pasted Graphic
@Keith-CY Keith-CY added the bug Something isn't working label Jun 3, 2024
@poor-defined poor-defined assigned rabbitz and unassigned poor-defined Jun 3, 2024
@rabbitz
Copy link

rabbitz commented Jun 3, 2024

{
    "data": [
        {
            "id": "238271",
            "type": "udt",
            "attributes": {
                "symbol": null,
                "full_name": "Unicorn",
                "icon_file": null,
                "published": true,
                "description": null,
                "type_hash": "0x43ec3b508b32bc3976a9f7366facd5281e7ba801dff531ee9e4b415152376cbe",
                "type_script": {
                    "args": "0x356754686f3de7d1b1d4b88a5650269f9750e11caff13e5aa71cfcb005ce3f3b",
                    "code_hash": "0x4a4dce1df3dffff7f8b2cd7dff7303df3b6150c9788cb75dcf6747247132b9f5",
                    "hash_type": "data1"
                },
                "issuer_address": "ckb1qrgqep8saj8agswr30pls73hra28ry8jlnlc3ejzh3dl2ju7xxpjxqgqq9pec8p7ye77jjcr5ahasqexuzpfc8gq8czd4zde",
                "display_name": null,
                "uan": null,
                "udt_type": "spore_cell",
                "operator_website": null,
                "email": null,
                "total_amount": "0",
                "addresses_count": "0",
                "decimal": "",
                "h24_ckb_transactions_count": "0",
                "created_at": "1716296210997"
            }
        }
    ]
}

Is the UDT information incomplete? Should the full_name be displayed under the search box?

@Sven-TBD

@poor-defined
Copy link
Contributor

Yes, it should be added here.

@PainterPuppets Hi Liu, could you help to add the Full_name here

@poor-defined
Copy link
Contributor

Freder found the Token without Symbol could display noramlly on testnet.

Is there any difference between testnet and mainnet? or this issue has been fixed in another merged PR? @PainterPuppets

image

https://pudge.explorer.nervos.org/xudt/0x2e32c24496a9d89949b6bfeeb1263a9a322ce055f34f0eb90756c6db2ef00930

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants