Blockwell

Blockwell Fuel

ERC20

This contract is an ERC20 token.

Name Blockwell Fuel
Symbol FUEL
Decimals 18
Total Supply 100,000,000,000 FUEL

About

Stats

Public Functions 83
Event Types 23
Code Size 76,866 bytes

Events (23) keyboard_arrow_up

AddedToGroup Event

Parameters help
groupId
uint8 help
account
address help

Approval Event

Parameters help
owner
address help
spender
address help
value
uint256 help

BwAddedAttorney Event

Parameters help
account
address help

BwQuillSet Event

Parameters help
account
address help
value
string help

BwRemovedAdmin Event

Parameters help
account
address help

BwRemovedAttorney Event

Parameters help
account
address help

Locked Event

Parameters help
owner
address help
value
uint256 help
expiration
uint64 help
periodLength
uint64 help
periodCount
uint64 help

MultiTransferPrevented Event

Parameters help
from
address help
to
address help
value
uint256 help

Paused Event

Parameters help
account
address help
attorney
bool help

Payment Event

Parameters help
from
address help
to
address help
value
uint256 help
order
uint256 help

RemovedFromGroup Event

Parameters help
groupId
uint8 help
account
address help

SetNewUnlockTime Event

Parameters help
unlockTime
uint256 help

Stake Event

Parameters help
account
address help
value
uint256 help
time
uint64 help

StakeDeduction Event

Parameters help
account
address help
value
uint256 help

StakeReward Event

Parameters help
account
address help
value
uint256 help

SuggestionCreated Event

Parameters help
suggestionId
uint256 help
text
string help

SwapFromChain Event

Parameters help
fromChain
string help
from
address help
to
address help
swapId
bytes32 help
value
uint256 help
stakeTime
uint64 help

SwapToChain Event

Parameters help
toChain
string help
from
address help
to
address help
swapId
bytes32 help
value
uint256 help
stakeTime
uint64 help

Transfer Event

Parameters help
from
address help
to
address help
value
uint256 help

Unlocked Event

Parameters help
owner
address help
value
uint256 help
periodsLeft
uint64 help

Unpaused Event

Parameters help
account
address help

Unstake Event

Parameters help
account
address help
value
uint256 help

Votes Event

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

ADMIN Constant

uint8 help
1

ATTORNEY Constant

uint8 help
2

BUNDLER Constant

uint8 help
3

WHITELIST Constant

uint8 help
4

FROZEN Constant

uint8 help
5

BW_ADMIN Constant

uint8 help
6

SWAPPERS Constant

uint8 help
7

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

FIRE Constant

uint256 help
18

CORE Constant

uint256 help
19

CORE_TASKS_EXTENSION Constant

uint256 help
20

PRICES Constant

uint256 help
21

CORE_TASKS_LIBRARY Constant

uint256 help
22

CORE_FREELANCE_EXTENSION Constant

uint256 help
23

CORE_FREELANCE_LIBRARY Constant

uint256 help
24

HOURGLASS Constant

uint256 help
25

NFT Constant

uint256 help
26

PARTIAL_NFT Constant

uint256 help
27

FUEL Constant

uint256 help
28

SWAPPER Constant

uint256 help
29

SWAP_RELAY Constant

uint256 help
30

NFT_ITEM_POOL Constant

uint256 help
31

SWAP_RELAY_V1 Constant

uint256 help
32

SMART_RELAY Constant

uint256 help
33

SWAP_NFT_RELAY Constant

uint256 help
34

GAME_NFT Constant

uint256 help
35

NFT_MARKET Constant

uint256 help
36

SIGNED_SWAP_NFT_RELAY Constant

uint256 help
37

PRIDE2 Constant

uint256 help
38

STAKING_GAME Constant

uint256 help
39

FUEL_PRIME Constant

uint256 help
40

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

HOURGLASS_DEPLOYER Constant

uint256 help
58

NFT_DEPLOYER Constant

uint256 help
59

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

SWAPPER_DEPLOYER Constant

uint256 help
107

RESERVED1 Constant

uint256 help
1001

attorneyEmail Variable

string help

suggestionsRestricted Variable

bool help

requireBalanceForVote Variable

bool help

requireBalanceForCreateSuggestion Variable

bool help

stakedVoting Variable

bool help

allowNoVoteComments Variable

bool help

voteCost Variable

uint256 help

voteEthCost Variable

uint256 help

swapNonce Variable

uint256 help

unstakingDelay Variable

uint256 help

name Variable

string help

symbol Variable

string help

decimals Variable

uint8 help

unlockTime Variable

uint256 help

ethFees Variable

uint256 help

oneVotePerAccount Variable

bool help

defaultDuration Variable

uint64 help

defaultVotesUsedTime Variable

uint24 help

bwtype Variable

uint256 help

bwver Variable

uint256 help

bwQuill1 Variable

BlockwellQuill.Data help
Internal Variable

stakes Variable

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

stakers Variable

address[] help
Internal Variable

locks Variable

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

balances Variable

mapping(address => uint256) help
Internal Variable

allowed Variable

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

totalTokenSupply Variable

uint256 help
Internal Variable

groups Variable

Groups.GroupMap help
Internal Variable

pauseState Variable

PauseState help
Internal Variable

voted Variable

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

usedVotes Variable

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

suggestions Variable

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

getSuggestionText 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

getAccountVotes 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

getAllSuggestions keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

getAllActiveSuggestions keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

votesUsedTotal keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

votesUsed 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

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:

addAttorney 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

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

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

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

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

removeAdmin 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

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

addBundler 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

removeBundler 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

isBundler keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

addSwapper 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

removeSwapper 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

isSwapper 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

multiFreeze 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

Requirements help

multiUnfreeze 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

Requirements help

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

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

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

Parameters help

Name Type
owner
address help
spender
address help

Properties

Visibility help public
Mutability help view

Parameters help

Name Type
to
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Parameters help

Name Type
spender
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Parameters help

Name Type
spender
address help
addedValue
uint256 help

Properties

Visibility help public
Mutability help transaction

Parameters help

Name Type
spender
address help
subtractedValue
uint256 help

Properties

Visibility help public
Mutability help transaction

Parameters help

Name Type
from
address help
to
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

locksOf keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

unlock keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

unlockedBalanceOf keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

availableBalanceOf keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

transferAndLock keyboard_arrow_up

Parameters help

Name Type
to
address help
value
uint256 help
lockTime
uint64 help
periodLength
uint64 help
periods
uint64 help

Properties

Visibility help public
Mutability help transaction

totalLocked keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

totalUnlockable keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

multiTransfer keyboard_arrow_up

Parameters help

Name Type
to
address[] help
value
uint256[] help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBundler checks for the following:
null

multiTransferFrom keyboard_arrow_up

Parameters help

Name Type
from
address help
to
address[] help
value
uint256[] help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBundler checks for the following:
null

multiTransferAndLock keyboard_arrow_up

Parameters help

Name Type
to
address[] help
value
uint256[] help
lockTime
uint64 help
periodLength
uint64 help
periods
uint64 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBundler checks for the following:
null

stake keyboard_arrow_up

Parameters help

Name Type
value
uint256 help
stakeLockupTime
uint64 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

stakeOf keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

allStakes keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

getStakers keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help view

unstake keyboard_arrow_up

Parameters help

Name Type
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

configureStaking keyboard_arrow_up

Parameters help

Name Type
unstakeDelay
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

stakeReward keyboard_arrow_up

Parameters help

Name Type
to
address[] help
value
uint256[] help

Properties

Visibility help public
Mutability help transaction

Modifiers help

swapToChain keyboard_arrow_up

Parameters help

Name Type
chain
string help
to
address help
value
uint256 help
stakeTime
uint64 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Requirements help

swapFromChain keyboard_arrow_up

Parameters help

Name Type
fromChain
string help
from
address help
to
address help
swapId
bytes32 help
value
uint256 help
stakeTime
uint64 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlySwapper checks for the following:
null

Requirements help

lockFromChain keyboard_arrow_up

Parameters help

Name Type
fromChain
string help
from
address help
to
address help
swapId
bytes32 help
value
uint256 help
unlockedValue
uint256 help
periodLength
uint64 help
periods
uint64 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlySwapper checks for the following:
null

Requirements help

configureVoting keyboard_arrow_up

Parameters help

Name Type
restrictSuggestions
bool help
balanceForVote
bool help
balanceForCreateSuggestion
bool help
cost
uint256 help
ethCost
uint256 help
oneVote
bool help
stakeVoting
bool help
duration
uint64 help
votesUsedTime
uint24 help
noVoteComments
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

createSuggestion keyboard_arrow_up

Parameters help

Name Type
text
string help

Properties

Visibility help public
Mutability help transaction

createSuggestionExpiring keyboard_arrow_up

Parameters help

Name Type
text
string help
duration
uint64 help
votesUsedTime
uint24 help

Properties

Visibility help public
Mutability help transaction

Requirements help

One or more of the following: -null - ORnull

multiVote keyboard_arrow_up

Parameters help

Name Type
suggestionId
uint256 help
votes
uint256 help
comment
string help

Properties

Visibility help public
Mutability help payable

Requirements help

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

setAttorneyEmail keyboard_arrow_up

Parameters help

Name Type
email
string help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

withdrawTokens keyboard_arrow_up

Parameters help

Name Type
token
Erc20 help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Requirements help

null
UNKNOWN VALUE must not be equal to UNKNOWN VALUE

withdraw keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Requirements help

null

payment keyboard_arrow_up

Parameters help

Name Type
to
address help
value
uint256 help
order
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

Requirements help

withdrawFees keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyBwAdmin checks for the following:
null

deductStake keyboard_arrow_up

Parameters help

Name Type
accounts
address[] help
values
uint256[] help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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 PrimeToken.initSupply keyboard_arrow_up

Parameters help

Name Type
owner
address help

Properties

Visibility help internal
Mutability help transaction

internal PrimeToken.init keyboard_arrow_up

Parameters help

Name Type
sender
address help

Properties

Visibility help internal
Mutability help transaction

internal VotingPrime.checkVote keyboard_arrow_up

Parameters help

Name Type
account
address help
suggestionId
uint256 help
votes
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal ChainSwap.getSwapNonce keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal Staking.reduceStake keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

Properties

Visibility help internal
Mutability help transaction

Requirements help

internal Staking._stake keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help
stakeLockupTime
uint64 help

Properties

Visibility help internal
Mutability help transaction

internal Locks._unlock keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction

internal Locks._transfer keyboard_arrow_up

Parameters help

Name Type
from
address help
to
address help
value
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal Token._transfer keyboard_arrow_up

Parameters help

Name Type
from
address help
to
address help
value
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal Token.increaseBalance keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

Properties

Visibility help internal
Mutability help transaction

internal Token.decreaseBalance keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

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._addSwapper 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 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 ErrorCodes.expect keyboard_arrow_up

Parameters help

Name Type
pass
bool help
code
bytes2 help

Properties

Visibility help internal
Mutability help pure

internal Voting._createSuggestion keyboard_arrow_up

Parameters help

Name Type
text
string help
duration
uint64 help
votesUsedTime
uint24 help

Properties

Visibility help internal
Mutability help transaction

internal Voting._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 Voting._cleanUsedVotes keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help internal
Mutability help transaction