Module Name | govote_voting_v1 |
Module Reference | a1ed663a24 |
Verification Status | Unverifiable |
Age | 1010 days |
Sender | 2900 |
Deployed in block | 3,435,737 |
Deployed in tx | fc9f |
Methods | 4 |
Contracts | 2 |
Verification Status: | Unverifiable |
Build Image Used: | N/A |
Build Command Used: | N/A |
Archive Hash: | N/A |
Link to Source Code: | N/A |
Explanation: | No embedded build information found. |
{
"description": "<String>",
"expiry": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"proposal_names": [
"<String>"
],
"title": "<String>"
}
None
None
{
"proposal_id": "<UInt8>"
}
None
None
None
None
None
None
None
None
None
None
{
"description": "<String>",
"expiry": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
"proposals": [
[
"<UInt8>",
{
"name": "<String>",
"vote_count": "<UInt32>"
}
]
],
"status": {
"Enum": [
{
"InProcess": []
},
{
"Finished": []
}
]
},
"title": "<String>",
"voters": [
[
{
"Enum": [
{
"Account": [
"<AccountAddress>"
]
},
{
"Contract": [
{
"index": "<UInt64>",
"subindex": "<UInt64>"
}
]
}
]
},
{
"vote": "<UInt8>",
"voted": "<Bool>",
"weight": "<UInt32>"
}
]
],
"winning_proposal_id": [
"<UInt8>"
]
}