For the complete documentation index, see llms.txt. This page is also available as Markdown.

SlisBNBOracle

SlisBNBOracle

This oracle fetches the price of slisBNB asset

Solidity API

NATIVE_TOKEN_ADDR

This is used as token address of BNB on BSC

address NATIVE_TOKEN_ADDR

STAKE_MANAGER

Address of StakeManager

contract ISynclubStakeManager STAKE_MANAGER

constructor

Constructor for the implementation contract.

constructor(address stakeManager, address slisBNB, address resilientOracle) public

Last updated