BBStandard¶
Contract BBStandard is Ownable
imports: Ownable.sol, SafeMath.sol, BBStorage.sol, ERC20.sol
Source: BBStandard.sol
BBStandard is standard contract implements the key-value storage from BBStorage, and use BBO ERC20 token for payment
Functions¶
setStorage¶
set Storage contract address. Only owner can invoke.
function setStorage(address storageAddress) onlyOwner public
| Parameter | Type | Description |
|---|---|---|
storageAddress |
address | address of the storage contract |
modifier: onlyOwner