Boardroom.sol
[0xcontract_address]
on the Ethereum mainnet, [other_testnets] testnets.address
is the Share staker's address.appointmentTime
is the block timestamp of last (deposit / withdrawal / dividend claim) of an account.shares
is the account's current number of shares staked.boardHistory
whenever Basis Cash is newly minted to the Boardroom contract.timestamp
is the block timestamp when new seigniorage was added.rewardReceived
is the amount of Basis Cash seigniorage that was newly added.totalShares
is the total number of staked shares at the time of seigniorage generation.stake
.withdraw
.claimDividends
.boardHistory
is updated via allocateSeigniorage
.sender
has Shares staked.amount
Basis Shares to Boardroom sends all prior accrued dividends to sender
if there is any.amount
Basis Shares and all accrued dividends to sender
.sender
.sender
.sender
.boardHistory
.