Blockwell

Genesis Forum

About

Stats

Public Functions 82
Event Types 16
Code Size 53,515 bytes

Library Use

Uses SafeMath for uint256.
Uses Address for address.
Uses BlockwellQuill for BlockwellQuill.Data.

Events (16) keyboard_arrow_up

AddedToGroup Event

Parameters help
groupId
uint8 help
account
address help

Approval Event

Parameters help
_owner
address help
_approved
address help
_tokenId
uint256 help

ApprovalForAll Event

Parameters help
_owner
address help
_operator
address help
_approved
bool help

BwAddedAttorney Event

Parameters help
account
address help

BwQuillSet Event

Parameters help
index
uint8 help
account
address help
value
string help

BwRemovedAdmin Event

Parameters help
account
address help

BwRemovedAttorney Event

Parameters help
account
address help

Paused Event

Parameters help
account
address help
attorney
bool help

Proposal Event

Parameters help
suggestionId
uint256 help
text
string help

ProposalVotes Event

Parameters help
voter
address help
suggestionId
uint256 help
votes
uint256 help
totalVotes
uint256 help
comment
string help

RemovedFromGroup Event

Parameters help
groupId
uint8 help
account
address help

SetNewUnlockTime Event

Parameters help
unlockTime
uint256 help

SuggestionCreated Event

Parameters help
suggestionId
uint256 help
text
string help

Transfer Event

Parameters help
_from
address help
_to
address help
_tokenId
uint256 help

Unpaused Event

Parameters help
account
address help

Votes Event

Parameters help
voter
address help
suggestionId
uint256 help
votes
uint256 help
totalVotes
uint256 help
comment
string help

INTERFACE_ID_ERC165 Constant

bytes4 help
0x01ffc9a7

INTERFACE_ID_ERC721 Constant

bytes4 help
0x80ac58cd

INTERFACE_ID_ERC721_METADATA Constant

bytes4 help
0x5b5e139f

INTERFACE_ID_ERC721_ENUMERABLE Constant

bytes4 help
0x780e9d63

ADMIN Constant

uint8 help
1

ATTORNEY Constant

uint8 help
2

MINTER Constant

uint8 help
3

WHITELIST Constant

uint8 help
4

FROZEN Constant

uint8 help
5

BW_ADMIN Constant

uint8 help
6

DELEGATE Constant

uint8 help
8

PRIME Constant

uint256 help
1

PRIDE Constant

uint256 help
2

FOOD_COIN Constant

uint256 help
3

EGO Constant

uint256 help
4

EGO_TIME_BASED Constant

uint256 help
5

EGO_TRAINER_TOKEN Constant

uint256 help
6

DAICO Constant

uint256 help
7

ITEM_DROPS Constant

uint256 help
8

ITEM_TOKEN Constant

uint256 help
9

COMMUNITY Constant

uint256 help
10

PAYMENT_RELAY Constant

uint256 help
11

GHOST Constant

uint256 help
12

FORUM Constant

uint256 help
13

BOOK Constant

uint256 help
14

VOTING_BOOK Constant

uint256 help
15

REFUNDS Constant

uint256 help
16

SMART_LICENSE Constant

uint256 help
17

PRIME_DEPLOYER Constant

uint256 help
50

DAICO_DEPLOYER Constant

uint256 help
51

PRIME_GIVER Constant

uint256 help
52

FORUM_DEPLOYER Constant

uint256 help
53

COMMUNITY_DEPLOYER Constant

uint256 help
54

ITEM_DROPS_DEPLOYER Constant

uint256 help
55

BOOK_DEPLOYER Constant

uint256 help
56

SMART_LICENSE_DEPLOYER Constant

uint256 help
57

PROXY_TOKEN Constant

uint256 help
100

PROXY_TOKEN_DEPLOYER Constant

uint256 help
101

PROXY_DEPLOYER Constant

uint256 help
102

PROXY_SWAPPER Constant

uint256 help
103

CROSSCHAIN_TOKEN Constant

uint256 help
104

CROSSCHAIN_DEPLOYER Constant

uint256 help
105

REFUNDS_DEPLOYER Constant

uint256 help
106

RESERVED1 Constant

uint256 help
1001

unlockTime Variable

uint256 help

suggestionsRestricted Variable

bool help

requireBalanceForVote Variable

bool help

requireBalanceForCreateSuggestion Variable

bool help

allocatedVoting Variable

bool help

allocationPeriod Variable

uint256 help

lastAllocation Variable

uint256 help

allocationStart Variable

uint256 help

allocationLogarithm Variable

uint256 help

proposalAllocationPeriod Variable

uint256 help

proposalLastAllocation Variable

uint256 help

proposalAllocationStart Variable

uint256 help

proposalAllocationLogarithm Variable

uint256 help

suggestionCount Variable

uint256 help

oneVotePerAccount Variable

bool help

proposalOneVotePerAccount Variable

bool help

proposalThreshold Variable

uint256 help

bwtype Variable

uint256 help

bwver Variable

uint256 help

tokenName Variable

string help
Internal Variable

tokenSymbol Variable

string help
Internal Variable

allTokens Variable

uint256[] help
Internal Variable

tokenIndex Variable

mapping(uint256 => uint256) help
Internal Variable

owners Variable

mapping(uint256 => address) help
Internal Variable

ownedTokens Variable

mapping(address => uint256[]) help
Internal Variable

ownedTokensIndex Variable

mapping(uint256 => uint256) help
Internal Variable

approval Variable

mapping(uint256 => address) help
Internal Variable

tokenCount Variable

mapping(address => uint256) help
Internal Variable

operatorApproval Variable

mapping(address => mapping(address => bool)) help
Internal Variable

uri Variable

mapping(uint256 => string) help
Internal Variable

bwQuill Variable

BlockwellQuill.Data help
Internal Variable

myQuill Variable

BlockwellQuill.Data help
Internal Variable

votesUsed Variable

mapping(address => uint256) help
Internal Variable

votersList Variable

address[] help
Internal Variable

proposalVotesUsed Variable

mapping(address => uint256) help
Internal Variable

proposalVotersList Variable

address[] help
Internal Variable

pauseState Variable

PauseState help
Internal Variable

groups Variable

Groups.GroupMap help
Internal Variable

voted Variable

mapping(uint256 => mapping(address => uint256)) help
Internal Variable

proposalVoted Variable

mapping(uint256 => mapping(address => uint256)) help
Internal Variable

suggestions Variable

mapping(uint256 => Suggestion) help
Internal Variable

Functions Expand All Collapse All

getVotes keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getAllVotes keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

getSuggestionText keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getAllSuggestionTexts keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

getProposalVotes keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getAllProposalVotes keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

getProposalIds keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

getAllProposalTexts keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

isProposal keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

hasVoted keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

hasVotedProposal keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getAccountVotes keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getAccountProposalVotes keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getSuggestionCreator keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help

Properties

Visibility help public
Mutability help view

getAllSuggestionCreators keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

addAttorney keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

bwAddAttorney keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBwAdmin checks for the following:
null

removeAttorney keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

bwRemoveAttorney keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBwAdmin checks for the following:
null

isAttorney keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

addAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

removeAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

bwRemoveAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBwAdmin checks for the following:
null

isAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

addMinter keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

removeMinter keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

isMinter keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

addToWhitelist keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

removeFromWhitelist keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

isWhitelisted keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

addBwAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBwAdmin checks for the following:
null

renounceBwAdmin keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

isBwAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

freeze keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

unfreeze keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

isFrozen keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

addDelegate keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

removeDelegate keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

isDelegate keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

paused keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

pausedByAttorney keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

supportsInterface keyboard_arrow_up

Parameters help

Name Type
interfaceId
bytes4 help

Properties

Visibility help public
Mutability help pure

setUnlockTime keyboard_arrow_up

Parameters help

Name Type
timestamp
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

setBwQuill keyboard_arrow_up

Parameters help

Name Type
account
address help
value
string help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney checks for the following:
One or more of the following: -null - ORnull

getBwQuill keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setMyQuill keyboard_arrow_up

Parameters help

Name Type
value
string help

Properties

Visibility help public
Mutability help transaction

getMyQuill keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setSuggestionsRestricted keyboard_arrow_up

Parameters help

Name Type
restricted
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

setRequireBalanceForVote keyboard_arrow_up

Parameters help

Name Type
required
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

setRequireBalanceForCreateSuggestion keyboard_arrow_up

Parameters help

Name Type
required
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

setOneVotePerAccount keyboard_arrow_up

Parameters help

Name Type
oneVote
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

setProposalOneVotePerAccount keyboard_arrow_up

Parameters help

Name Type
oneVote
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

pause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

Requirements help

unpause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

whenPaused checks for the following:

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

Requirements help

ownerOf keyboard_arrow_up

Parameters help

Name Type
tokenId
uint256 help

Properties

Visibility help public
Mutability help view

Requirements help

tokenOfOwnerByIndex keyboard_arrow_up

Parameters help

Name Type
owner
address help
index
uint256 help

Properties

Visibility help public
Mutability help view

tokenByIndex keyboard_arrow_up

Parameters help

Name Type
index
uint256 help

Properties

Visibility help public
Mutability help view

Requirements help

getApproved keyboard_arrow_up

Parameters help

Name Type
tokenId
uint256 help

Properties

Visibility help public
Mutability help view

Requirements help

null

isApprovedForAll keyboard_arrow_up

Parameters help

Name Type
account
address help
operator
address help

Properties

Visibility help public
Mutability help view

tokenURI keyboard_arrow_up

Parameters help

Name Type
tokenId
uint256 help

Properties

Visibility help public
Mutability help view

Requirements help

null

Parameters help

Name Type
account
address help
tokenId
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Requirements help

setApprovalForAll keyboard_arrow_up

Parameters help

Name Type
to
address help
approved
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Parameters help

Name Type
from
address help
to
address help
tokenId
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Requirements help

null

safeTransferFrom keyboard_arrow_up

Parameters help

Name Type
from
address help
to
address help
tokenId
uint256 help

Properties

Visibility help public
Mutability help payable

Modifiers help

Requirements help

null
null

safeTransferFrom keyboard_arrow_up

Parameters help

Name Type
from
address help
to
address help
tokenId
uint256 help
data
bytes help

Properties

Visibility help public
Mutability help payable

Modifiers help

Requirements help

null
null

mint keyboard_arrow_up

Parameters help

Name Type
to
address help
tokenId
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyMinter checks for the following:
null

mintWithTokenURI keyboard_arrow_up

Parameters help

Name Type
to
address help
tokenId
uint256 help
URIForToken
string help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyMinter checks for the following:
null

createSuggestion keyboard_arrow_up

Parameters help

Name Type
text
string help

Properties

Visibility help public
Mutability help transaction

vote keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help
comment
string help

Properties

Visibility help public
Mutability help transaction

Requirements help

multiVote keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help
votes
uint256 help
comment
string help

Properties

Visibility help public
Mutability help transaction

Requirements help

setAllocatedVoting keyboard_arrow_up

Parameters help

Name Type
period
uint256 help
start
uint256 help
logarithm
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

disableAllocatedVoting keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

votesLeft keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setProposalThreshold keyboard_arrow_up

Parameters help

Name Type
threshold
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

setProposalVoting keyboard_arrow_up

Parameters help

Name Type
period
uint256 help
start
uint256 help
logarithm
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyDelegate checks for the following:
One or more of the following: -null - ORnull

proposalVote keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help
comment
string help

Properties

Visibility help public
Mutability help transaction

proposalMultiVote keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help
votes
uint256 help
comment
string help

Properties

Visibility help public
Mutability help transaction

proposalVotesLeft keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

Internal Functions Expand All Collapse All

Internal functions are parts of the contract that can't be used directly, but instead are used by the public functions listed above.

internal ForumToken.init keyboard_arrow_up

Parameters help

Name Type
sender
address help
bwAdmin
address help

Properties

Visibility help internal
Mutability help transaction

internal ForumToken.useAllocatedVotes keyboard_arrow_up

Parameters help

Name Type
account
address help
votes
uint256 help

Properties

Visibility help internal
Mutability help transaction

Requirements help

internal ForumToken.reallocateVotes keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal ForumToken.votesForBalance keyboard_arrow_up

Parameters help

Name Type
balance
uint256 help
log
uint256 help
start
uint256 help

Properties

Visibility help internal
Mutability help pure

internal ForumToken.useAllocatedProposalVotes keyboard_arrow_up

Parameters help

Name Type
account
address help
votes
uint256 help

Properties

Visibility help internal
Mutability help transaction

Requirements help

internal ForumToken.reallocateProposalVotes keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal ForumToken._exists keyboard_arrow_up

Parameters help

Name Type
tokenId
uint256 help

Properties

Visibility help internal
Mutability help view

internal ForumToken._isApprovedOrOwner keyboard_arrow_up

Parameters help

Name Type
spender
address help
tokenId
uint256 help

Properties

Visibility help internal
Mutability help view

internal ForumToken._mint keyboard_arrow_up

Parameters help

Name Type
to
address help
tokenId
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal ForumToken._addTokenTo keyboard_arrow_up

Parameters help

Name Type
to
address help
tokenId
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal ForumToken._removeTokenFrom keyboard_arrow_up

Parameters help

Name Type
from
address help
tokenId
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal ForumToken._checkOnERC721Received keyboard_arrow_up

Parameters help

Name Type
from
address help
to
address help
tokenId
uint256 help
data
bytes help

Properties

Visibility help internal
Mutability help transaction

internal ForumToken._clearApproval keyboard_arrow_up

Parameters help

Name Type
account
address help
tokenId
uint256 help

Properties

Visibility help private
Mutability help transaction

internal ForumToken._setTokenURI keyboard_arrow_up

Parameters help

Name Type
tokenId
uint256 help
newURI
string help

Properties

Visibility help internal
Mutability help transaction

Requirements help

null

internal Pausable.constructor keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal Pausable._pause keyboard_arrow_up

Parameters help

Name Type
attorney
bool help

Properties

Visibility help internal
Mutability help transaction

internal Pausable._unpause keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._addAttorney keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._addAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._addMinter keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._addBwAdmin keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._freeze keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._unfreeze keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._add keyboard_arrow_up

Parameters help

Name Type
groupId
uint8 help
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._remove keyboard_arrow_up

Parameters help

Name Type
groupId
uint8 help
account
address help

Properties

Visibility help internal
Mutability help transaction

internal TokenGroups._contains keyboard_arrow_up

Parameters help

Name Type
groupId
uint8 help
account
address help

Properties

Visibility help internal
Mutability help view

internal ProposalVoting._createSuggestion keyboard_arrow_up

Parameters help

Name Type
text
string help

Properties

Visibility help internal
Mutability help transaction

internal ProposalVoting._vote keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help
votes
uint256 help
comment
string help

Properties

Visibility help internal
Mutability help transaction

Requirements help

internal ProposalVoting._proposalVote keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help
votes
uint256 help
comment
string help

Properties

Visibility help internal
Mutability help transaction