BZRxToken
function
minterTransferFrom
nonpayable
Restricted (hasMintPermission, canMint)
Inputs
Parameter | Type | Description |
---|---|---|
_spender | address | |
_from | address | |
_to | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
mint
nonpayable
Restricted (hasMintPermission, canMint)
Inputs
Parameter | Type | Description |
---|---|---|
_to | address | |
_amount | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
addMinter
nonpayable
Restricted (onlyOwner, canMint)
Inputs
Parameter | Type | Description |
---|---|---|
_minter | address |
Outputs
(void)
function
finishMinting
nonpayable
Restricted (onlyOwner, canMint)
Inputs
(void)
Outputs
(void)
function
removeMinter
nonpayable
Restricted (onlyOwner, canMint)
Inputs
Parameter | Type | Description |
---|---|---|
_minter | address |
Outputs
(void)
function
finishLocking
nonpayable
Restricted (onlyOwner, isLocked)
Inputs
(void)
Outputs
(void)
function
transfer
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_to | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
transferFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_from | address | |
_to | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
canTransfer
view
Inputs
Parameter | Type | Description |
---|---|---|
_spender | address | |
_from | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
event
LockingFinished
Inputs
(void)
Outputs
(void)
event
MintFinished
Inputs
(void)
Outputs
(void)
event
Mint
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
amount | uint256 |
Outputs
(void)
BasicToken
function
balanceOf
view
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address |
Outputs
Type | Description |
---|---|
uint256 |
function
totalSupply
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
ERC20
event
Approval
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
spender | address | |
value | uint256 |
Outputs
(void)
ERC20Basic
event
Transfer
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
value | uint256 |
Outputs
(void)
Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
_newOwner | address |
Outputs
(void)
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
constructor
BZRxToken
nonpayable
Inputs
(void)
Outputs
(void)
event
OwnershipTransferred
Inputs
Parameter | Type | Description |
---|---|---|
previousOwner | address | |
newOwner | address |
Outputs
(void)
event
OwnershipRenounced
Inputs
Parameter | Type | Description |
---|---|---|
previousOwner | address |
Outputs
(void)
StandardToken
function
increaseApproval
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_spender | address | |
_addedValue | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
decreaseApproval
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_spender | address | |
_subtractedValue | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
approve
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
_spender | address | |
_value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
allowance
view
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address | |
_spender | address |
Outputs
Type | Description |
---|---|
uint256 |
function
minters
view
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
bool |
function
lockingFinished
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
symbol
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |
function
owner
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
decimals
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint8 |
function
name
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |
function
mintingFinished
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |