Get Strk Accrued
(async function () {
const acc = await Strike.strike.getStrikeAccrued('0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92');
console.log('Accrued', acc);
})().catch(console.error);Last updated
Was this helpful?
(async function () {
const acc = await Strike.strike.getStrikeAccrued('0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92');
console.log('Accrued', acc);
})().catch(console.error);Last updated
Was this helpful?
Was this helpful?