get_href()
in combination with one of the other functions to generate a clickable link to a specific address or transaction.
to
column. The displayed link will be the address itself.
You can find all the functions in action on this dashboard: Chain Utility Functions
get_href(varchar, varchar)
→ varchar
This function converts a link and associated text into a clickable hyperlink. The first argument is the link, and the second argument is the text to be displayed.
get_chain_explorer_address(varchar, varchar)
→ varchar
This function generates a URL for the explorer of a specified chain (provided as a varchar) for a given address (also provided as a varchar).
get_chain_explorer_address(varchar, varbinary)
→ varchar
This function generates a URL for the explorer of a specified chain (provided as a varchar) for a given address (provided as a varbinary).
get_chain_explorer_tx_hash(varchar, varchar)
→ varchar
This function generates a URL for the explorer of a specified chain (provided as a varchar) for a given transaction hash (also provided as a varchar).
get_chain_explorer_tx_hash(varchar, varbinary)
→ varchar
This function generates a URL for the explorer of a specified chain (provided as a varchar) for a given transaction hash (provided as a varbinary).
get_chain_explorer(varchar)
→ varchar
This function returns the URL of the explorer for a specified chain (provided as a varchar).
get_balancer_link(varchar, varchar)
→ varchar
This function returns a link to access a specific pool on the Balancer app. The first argument is the chain, and the second argument is the pool Id (provided as varchar).
get_balancer_link(varchar, varbinary)
→ varchar
This function returns a link to access a specific pool on the Balancer app. The first argument is the chain, and the second argument is the pool Id (provided as varbinary).
all_evm_chains()
→ array(varchar)
all_op_chains()
→ array(varchar)