Abey staking ABI
Events
Deposit
DepositName
Type
Indexed
Description
Delegate
DelegateName
Type
Indexed
Description
Undelegate
UndelegateName
Type
Indexed
Description
WithdrawDelegate
WithdrawDelegateName
Type
Indexed
Description
Cancel
CancelName
Type
Indexed
Description
Withdraw
WithdrawName
Type
Indexed
Description
Append
AppendName
Type
Indexed
Description
SetFee
SetFeeName
Type
Indexed
Description
SetPubkey
SetPubkeyName
Type
Indexed
Description
Functions
deposit(bytes pubkey, uint256 fee, uint256 value)
deposit(bytes pubkey, uint256 fee, uint256 value)setFee(uint256 fee)
setFee(uint256 fee)setPubkey(bytes pubkey)
setPubkey(bytes pubkey)append(uint256 value)
append(uint256 value)delegate(address holder, uint256 value)
delegate(address holder, uint256 value)undelegate(address holder, uint256 value)
undelegate(address holder, uint256 value)cancel(uint256 value)
cancel(uint256 value)withdraw(uint256 value)
withdraw(uint256 value)withdrawDelegate(address holder, uint256 value)
withdrawDelegate(address holder, uint256 value)View Functions
lockedBalance(address owner) → uint256
lockedBalance(address owner) → uint256getDeposit(address owner) → (uint256 staked, uint256 locked, uint256 unlocked)
getDeposit(address owner) → (uint256 staked, uint256 locked, uint256 unlocked)getDelegate(address owner, address holder) → (uint256 delegated, uint256 locked, uint256 unlocked)
getDelegate(address owner, address holder) → (uint256 delegated, uint256 locked, uint256 unlocked)Last updated