Address
0x0000000000000000000000000000000000000805
Supported Methods
Transactions
| Signature |
|---|
cancelProposal(address,uint64) |
deposit(address,uint64,tuple[]) |
submitProposal(address,bytes,tuple[]) |
vote(address,uint64,uint8,string) |
voteWeighted(address,uint64,tuple[],string) |
Queries
| Signature |
|---|
getConstitution() |
getDeposit(uint64,address) |
getDeposits(uint64,tuple) |
getParams() |
getProposal(uint64) |
getProposals(uint32,address,address,tuple) |
getTallyResult(uint64) |
getVote(uint64,address) |
getVotes(uint64,tuple) |
Query Examples
Set the current testnet EVM JSON-RPC endpoint and precompile address:Security note: Use a keystore or hardware wallet for real operations. Do not pass raw private keys directly in shell commands.
Direct call
Call from contract
Transaction Examples
Environment Variables
Direct call
Call from contract
Notes
VOTE_OPTIONvalues are1:Yes,2:Abstain,3:No, and4:NoWithVeto.- Proposal payload and coin tuples are ABI-encoded structures.