GReputation
The contract extends Reputation contract with delegation and cross blockchain merkle states.
Events
DelegateVotesChanged
Parameter name
Annotation
event DelegateVotesChanged(
address indexed delegate,
address indexed delegator,
uint256 previousBalance,
uint256 newBalance
);StateHash
Parameter name
Annotation
StateHashProof
Parameter name
Annotation
setBlockchainStateHash
Parameter name
Annotation
getVotesAt
Parameter name
Annotation
totalSupplyLocal
Parameter name
Annotation
totalSupplyAt
Parameter name
Annotation
getVotesAtBlockchain
Parameter name
Annotation
proveBalanceOfAtBlockchain
Parameter name
Annotation
delegateTo
Parameter name
Annotation
undelegate
Last updated
Was this helpful?