Skip to content

getBondAddress

Returns the address of bond contract that was used to deploy this token.

Usage

example.ts
import { mintclub } from 'mint.club-v2-sdk'
 
const bondContractAddress = await mintclub.network('ethereum').token('SYMBOL').getBondAddress()

Return Value

Promise<'0x${string}'>

Returns the address of bond contract that was used to deploy this token.