Total Supply
function totalSupply() returns (uint)SErc20 sToken = SToken(0x3FDA...);
uint tokens = sToken.totalSupply();const sToken = SEther.at(0x3FDB...);
const tokens = (await sToken.methods.totalSupply().call());Last updated
Was this helpful?
function totalSupply() returns (uint)SErc20 sToken = SToken(0x3FDA...);
uint tokens = sToken.totalSupply();const sToken = SEther.at(0x3FDB...);
const tokens = (await sToken.methods.totalSupply().call());Last updated
Was this helpful?
Was this helpful?