Cancels an MRC721 sale
the EVM adddress of the MRC721 contract
the uint256 id of the token
optionally the maximum units of gas which can be consumed
an array of TransactionReceipt objects
Create a new MRC721 sale
the EVM adddress of the MRC721 contract
the uint256 id of the token
the price in satoshi MRX
the EVM adddress which the proceeds will go to
optionally the maximum units of gas which can be consumed
an array of TransactionReceipt objects
Get a sale object from the contract state
the EVM adddress of the MRC721 contract
the uint256 id of the token
the Auction object
Pause new sales from being created
an array of TransactionReceipt objects
Purchase an MRC721 token which is for sale.
the EVM adddress of the MRC721 contract
the uint256 id of the token
the amount in MRX as a string
optionally the maximum units of gas which can be consumed
an array of TransactionReceipt objects
Renounce ownership of this contract
an array of TransactionReceipt objects
Perform sendtocontract
The contract method to send to
The arguments to use
The amount to send to the contract
The amount of gas units allowed
The satoshi price per gas
see Result
Transfer ownership of this contract
the EVM adddress of the receiver
an array of TransactionReceipt objects
Unpause allowing new sales to be created
an array of TransactionReceipt objects
Get this contract balance