Blockwell

Time-Based Ego

ERC20

This contract is an ERC20 token.

Name Time-Based Ego
Symbol TBE
Decimals 18
Total Supply 0 TBE

About

Stats

Public Functions 92
Event Types 24
Code Size 43,346 bytes

Library Use

Uses SafeMath for uint256.
Uses BlockwellQuill for BlockwellQuill.Data.

Events (24) 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

BwAddressSet Event

Parameters help
index
uint8 help
account
address help
value
address help

BwChalkSet Event

Parameters help
index
uint8 help
account
address help
value
uint256 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

Locked Event

Parameters help
owner
address help
value
uint256 help
expiration
uint help

Mint Event

Parameters help
account
address help
value
uint256 help

MintLimitRemoved Event

Parameters help
account
address help

MintLimited Event

Parameters help
account
address help
value
uint256 help

MultiTransferPrevented Event

Parameters help
from
address help
to
address help
value
uint256 help

Paused Event

Parameters help
account
address help
attorney
bool 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

SwapFromChain Event

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

SwapToChain Event

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

Transfer Event

Parameters help
from
address help
to
address help
value
uint256 help

Unlocked Event

Parameters help
owner
address help
value
uint256 help
expiration
uint help

Unpaused Event

Parameters help
account
address help

VoteCostSet Event

Parameters help
cost
uint256 help

Votes Event

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

Lock Struct

Members
value
uint256 help
expiration
uint help

Minted Struct

Members
minted
uint256 help
expires
uint256 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

SWAPPER Constant

uint8 help
7

DELEGATE Constant

uint8 help
8

MINTER Constant

uint8 help
9

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

name Variable

string help

symbol Variable

string help

decimals Variable

uint8 help

unlockTime Variable

uint256 help

transferLockTime Variable

uint256 help

swapNonce Variable

uint256 help

suggestionsRestricted Variable

bool help

requireBalanceForVote Variable

bool help

requireBalanceForCreateSuggestion Variable

bool help

voteCost Variable

uint256 help

mintingPeriod Variable

uint256 help

singleMintingPercentageOfBalance Variable

uint256 help

totalMintingPercentageOfBalance Variable

uint256 help

baseMintingAmount Variable

uint256 help

mintingCostIncreaseThreshold Variable

uint256 help

mintingCostPenaltyPercentage Variable

uint256 help

suggestionCount Variable

uint256 help

oneVotePerAccount Variable

bool help

bwtype Variable

uint256 help

bwver Variable

uint256 help

balances Variable

mapping(address => uint256) help
Internal Variable

allowed Variable

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

locks Variable

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

totalTokenSupply Variable

uint256 help
Internal Variable

bwQuill1 Variable

BlockwellQuill.Data help
Internal Variable

bwQuill2 Variable

BlockwellQuill.Data help
Internal Variable

bwQuill3 Variable

BlockwellQuill.Data help
Internal Variable

bwChalk1 Variable

BlockwellQuill.Data help
Internal Variable

bwChalk2 Variable

BlockwellQuill.Data help
Internal Variable

bwAddress1 Variable

BlockwellQuill.Data help
Internal Variable

bwAddress2 Variable

BlockwellQuill.Data help
Internal Variable

mintedMap Variable

mapping(address => Minted) 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

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

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

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

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

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

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

setSuggestionsRestricted keyboard_arrow_up

Parameters help

Name Type
restricted
bool help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney 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

onlyAdminOrAttorney 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

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

setVoteCost keyboard_arrow_up

Parameters help

Name Type
cost
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlyAdminOrAttorney 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

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

setMintingPeriod keyboard_arrow_up

Parameters help

Name Type
periodInSeconds
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

setSingleMintingPercentageOfBalance keyboard_arrow_up

Parameters help

Name Type
percentage
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

setTotalMintingPercentageOfBalance keyboard_arrow_up

Parameters help

Name Type
percentage
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

setBaseMintingAmount keyboard_arrow_up

Parameters help

Name Type
amount
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

setMintingCostIncreaseThreshold keyboard_arrow_up

Parameters help

Name Type
amount
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

setMintingCostPenaltyPercentage keyboard_arrow_up

Parameters help

Name Type
percentage
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

setBwQuill1 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

getBwQuill1 keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setBwQuill2 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

getBwQuill2 keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setBwQuill3 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

getBwQuill3 keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setBwChalk1 keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

getBwChalk1 keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setBwChalk2 keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

getBwChalk2 keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setBwAddress1 keyboard_arrow_up

Parameters help

Name Type
account
address help
value
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

getBwAddress1 keyboard_arrow_up

Parameters help

Name Type
account
address help

Properties

Visibility help public
Mutability help view

setBwAddress2 keyboard_arrow_up

Parameters help

Name Type
account
address help
value
address help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

getBwAddress2 keyboard_arrow_up

Parameters help

Name Type
account
address help

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:

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

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

Parameters help

Name Type
spender
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Requirements help

Parameters help

Name Type
from
address help
to
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Modifiers help

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

Parameters help

Name Type
spender
address help
addedValue
uint256 help

Properties

Visibility help public
Mutability help transaction

Requirements help

Parameters help

Name Type
spender
address help
subtractedValue
uint256 help

Properties

Visibility help public
Mutability help transaction

Requirements 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

Requirements help

unlockedBalanceOf 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
uint256 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

withdrawTokens keyboard_arrow_up

Parameters help

This function has no parameters.

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

Properties

Visibility help public
Mutability help transaction

Modifiers help

swapFromChain keyboard_arrow_up

Parameters help

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

Properties

Visibility help public
Mutability help transaction

Modifiers help

onlySwapper 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

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

mint keyboard_arrow_up

Parameters help

Name Type
account
address help
payment
uint256 help

Properties

Visibility help public
Mutability help transaction

Requirements help

null

adminMint keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

Properties

Visibility help public
Mutability help transaction

Requirements 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 EgoCoin.getSwapNonce keyboard_arrow_up

Parameters help

This function has no parameters.

Properties

Visibility help internal
Mutability help transaction

internal EgoCoin._getMintValueForPayment keyboard_arrow_up

Parameters help

Name Type
secondsIntoPeriod
uint256 help
minted
uint256 help
payment
uint256 help

Properties

Visibility help internal
Mutability help view

internal EgoCoin._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 EgoCoin._mint keyboard_arrow_up

Parameters help

Name Type
account
address help
value
uint256 help

Properties

Visibility help internal
Mutability help transaction

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._addAdmin 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 Voting._createSuggestion keyboard_arrow_up

Parameters help

Name Type
text
string 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

internal Voting.concat keyboard_arrow_up

Parameters help

Name Type
a
string help
b
string help

Properties

Visibility help internal
Mutability help pure

internal Voting.memcpy keyboard_arrow_up

Parameters help

Name Type
dest
uint help
src
uint help
len
uint help

Properties

Visibility help private
Mutability help pure