RevertingOnSend
RevertingOnSend - version: 0.1.12
Constants & Variables
contract MoC internal moc;
bool internal acceptMoney;
Constructor
function (address payable mocAddress) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
mocAddress | address payable | MoC contract address |
function () external payable
Arguments
function setAcceptingMoney(bool accepting) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
accepting | bool | |
function mintBProx(bytes32 bucket, uint256 bproxAmountToMint, address payable vendorAccount) public payable
Arguments
Name | Type | Description |
---|---|---|
bucket | bytes32 | |
bproxAmountToMint | uint256 | |
vendorAccount | address payable | |
function mintDoc(uint256 docAmountToMint, address payable vendorAccount) public payable
Arguments
Name | Type | Description |
---|---|---|
docAmountToMint | uint256 | |
vendorAccount | address payable | |
function redeemDoCRequest(uint256 docAmount) public nonpayable
Arguments
Name | Type | Description |
---|---|---|
docAmount | uint256 | |
Last modified 1yr ago