Contracts

Hodlnodes deployed contract:

Methods

Deposit()

Deposit certain amount of ETH to a certain round.

Exit()

Exit certain amount from Hodlnodes. Users will need to execute this function before they can make any withdrawal.

Withdrawal()

Withdraw certain amount from Hodlnodes when a round is ended.

WithdrawalEarly()

Withdraw certain amount from Hodlnodes early thus there's a penalty.

WithdrawStakingRewards()

Withdraw the staking rewards you earn from Hodlnodes.

WithdrawProtocolRewards()

Withdraw the other rewards(from people's penalties).

SubstituteDeposit

Substitute other people's early withdrawal.

TransferBalancesToNewRound()

Transfer the balance of your currently ended round to a new round.

Last updated