MoCPriceProviderMock
MoCPriceProviderMock - version: 0.1.12
Constants & Variables
bytes32 internal mocPrice;
bool internal has;
Constructor
function (uint256 price) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
price | uint256 | MoC price for mock contract |
function peek() external view
returns(bytes32, bool)
Arguments
function poke(uint128 val_, uint32 ) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
val_ | uint128 | |
| uint32 | |
function post(uint128 val_, uint32 , address ) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
val_ | uint128 | |
| uint32 | |
| address | |
Last modified 1yr ago