constructor(string,string) public
| Name | Type | Description |
|---|---|---|
| name_ | string | |
| symbol_ | string |
name() view public
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | string |
symbol() view public
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | string |
decimals() view public
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | uint8 |
totalSupply() view public
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | uint256 |
balanceOf(address) view public
| Name | Type | Description |
|---|---|---|
| account | address |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | uint256 |
transfer(address,uint256) public
| Name | Type | Description |
|---|---|---|
| recipient | address | |
| amount | uint256 |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | bool |
allowance(address,address) view public
| Name | Type | Description |
|---|---|---|
| owner | address | |
| spender | address |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | uint256 |
approve(address,uint256) public
| Name | Type | Description |
|---|---|---|
| spender | address | |
| amount | uint256 |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | bool |
transferFrom(address,address,uint256) public
| Name | Type | Description |
|---|---|---|
| sender | address | |
| recipient | address | |
| amount | uint256 |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | bool |
increaseAllowance(address,uint256) public
| Name | Type | Description |
|---|---|---|
| spender | address | |
| addedValue | uint256 |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | bool |
decreaseAllowance(address,uint256) public
| Name | Type | Description |
|---|---|---|
| spender | address | |
| subtractedValue | uint256 |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | bool |