DojoSwapRouter

Ancient8
Ancient8 Explorer

BURN_ADDRESS

(BURN_ADDRESS)

view

Use this function in your app


import { readContract } from "thirdweb";
const data = await readContract({
contract,
method: "function BURN_ADDRESS() view returns (address)",
params: []
})