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
Constants (67) keyboard_arrow_up
State Variables (32) keyboard_arrow_up
Functions
getVotes keyboard_arrow_up
getSuggestionText keyboard_arrow_up
hasVoted keyboard_arrow_up
getAccountVotes keyboard_arrow_up
getSuggestionCreator keyboard_arrow_up
getAllSuggestions keyboard_arrow_up
getAllActiveSuggestions keyboard_arrow_up
votesUsedTotal keyboard_arrow_up
votesUsed keyboard_arrow_up
paused keyboard_arrow_up
pausedByAttorney keyboard_arrow_up
pause keyboard_arrow_up
unpause keyboard_arrow_up
addAttorney keyboard_arrow_up
bwAddAttorney keyboard_arrow_up
removeAttorney keyboard_arrow_up
bwRemoveAttorney keyboard_arrow_up
isAttorney keyboard_arrow_up
addAdmin keyboard_arrow_up
removeAdmin keyboard_arrow_up
bwRemoveAdmin keyboard_arrow_up
isAdmin keyboard_arrow_up
addBundler keyboard_arrow_up
removeBundler keyboard_arrow_up
isBundler keyboard_arrow_up
addSwapper keyboard_arrow_up
removeSwapper keyboard_arrow_up
isSwapper keyboard_arrow_up
addToWhitelist keyboard_arrow_up
removeFromWhitelist keyboard_arrow_up
isWhitelisted keyboard_arrow_up
addBwAdmin keyboard_arrow_up
renounceBwAdmin keyboard_arrow_up
isBwAdmin keyboard_arrow_up
freeze keyboard_arrow_up
unfreeze keyboard_arrow_up
multiFreeze keyboard_arrow_up
multiUnfreeze keyboard_arrow_up
isFrozen keyboard_arrow_up
addDelegate keyboard_arrow_up
removeDelegate keyboard_arrow_up
isDelegate keyboard_arrow_up
setUnlockTime keyboard_arrow_up
totalSupply keyboard_arrow_up
balanceOf keyboard_arrow_up
allowance keyboard_arrow_up
transfer keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                approve keyboard_arrow_up
Modifiers help
isNotFrozen checks for the following:
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                increaseAllowance keyboard_arrow_up
Modifiers help
isNotFrozen checks for the following:
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                decreaseAllowance keyboard_arrow_up
Modifiers help
isNotFrozen checks for the following:
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                transferFrom keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                locksOf keyboard_arrow_up
unlock keyboard_arrow_up
unlockedBalanceOf keyboard_arrow_up
availableBalanceOf keyboard_arrow_up
transferAndLock keyboard_arrow_up
Parameters help
Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                            
                            
                    totalLocked keyboard_arrow_up
totalUnlockable keyboard_arrow_up
multiTransfer keyboard_arrow_up
multiTransferFrom keyboard_arrow_up
multiTransferAndLock keyboard_arrow_up
stake keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                    stakeOf keyboard_arrow_up
allStakes keyboard_arrow_up
getStakers keyboard_arrow_up
unstake keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                Requirements help
configureStaking keyboard_arrow_up
stakeReward keyboard_arrow_up
swapToChain keyboard_arrow_up
Parameters help
Modifiers help
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                            
                            
                    swapFromChain keyboard_arrow_up
Parameters help
Modifiers help
whenNotPaused checks for the following:
onlySwapper checks for the following:
null
                                Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                            
                            
                    lockFromChain keyboard_arrow_up
Parameters help
Modifiers help
whenNotPaused checks for the following:
onlySwapper checks for the following:
null
                                Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                            
                            
                    configureVoting keyboard_arrow_up
createSuggestion keyboard_arrow_up
createSuggestionExpiring keyboard_arrow_up
multiVote keyboard_arrow_up
Requirements help
One or more of the following:
 -
                    sugg.expiration
                 must be greater than 
                    block.timestamp
                 - OR
                    sugg.expiration
                 must be equal to 
                    0
                
                    setBwQuill keyboard_arrow_up
getBwQuill keyboard_arrow_up
setAttorneyEmail keyboard_arrow_up
withdrawTokens keyboard_arrow_up
withdraw keyboard_arrow_up
payment keyboard_arrow_up
Modifiers help
whenNotPaused checks for the following:
whenUnlocked checks for the following:
One or more of the following:
 -null - ORnull - ORnull - OR
                    unlockTime
                 must be less than 
                    block.timestamp
                
                                Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                            
                            
                    withdrawFees keyboard_arrow_up
Internal Functions
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
internal PrimeToken.init keyboard_arrow_up
internal VotingPrime.checkVote keyboard_arrow_up
internal ChainSwap.getSwapNonce keyboard_arrow_up
internal Staking.reduceStake keyboard_arrow_up
internal Staking._stake keyboard_arrow_up
internal Locks._unlock keyboard_arrow_up
internal Locks._transfer keyboard_arrow_up
Requirements help
                    value
                 must be less than or equal to 
                    the result of calling unlockedBalanceOf with the sender's address
                
                            
                            
                            
                    internal Token._transfer keyboard_arrow_up
internal Token.increaseBalance keyboard_arrow_up
internal Token.decreaseBalance keyboard_arrow_up
internal TokenGroups._addAttorney keyboard_arrow_up
internal TokenGroups._addAdmin keyboard_arrow_up
internal TokenGroups._addSwapper keyboard_arrow_up
internal TokenGroups._addBwAdmin keyboard_arrow_up
internal TokenGroups._freeze keyboard_arrow_up
internal TokenGroups._unfreeze keyboard_arrow_up
internal TokenGroups._add keyboard_arrow_up
internal TokenGroups._remove keyboard_arrow_up
internal TokenGroups._contains keyboard_arrow_up
internal Pausable._pause keyboard_arrow_up
internal Pausable._unpause keyboard_arrow_up
internal ErrorCodes.expect keyboard_arrow_up
internal Voting._createSuggestion keyboard_arrow_up
internal Voting._vote keyboard_arrow_up
Parameters help
Requirements help
One or more of the following:
 -
                    sugg.expiration
                 must be greater than 
                    block.timestamp
                 - OR
                    sugg.expiration
                 must be equal to 
                    0
                
                     
         
    



