BosonEscrow Escrow implementation.
address _tokenAddress
address previousOwner
address newOwner
gets the amount of locked token in escrow for a given account
address account
uint256 _
Returns the address of the current owner.
address _
Perform a payment to the seller of the specified amount, from the locked
balance of the specified buyer
address buyer
address seller
uint256 amount
Lock the given amount of token in escrow for the specified buyer
address buyer
uint256 amount
Refund the payment of the specified amount, from the locked balance back to
the specified buyer's account
address buyer
uint256 amount
Leaves the contract without owner. It will not be possible to call
`onlyOwner` functions anymore. Can only be called by the current owner. NOTE:
Renouncing ownership will leave the contract without an owner, thereby
removing any functionality that is only available to the owner.
Reset all internal data, only usefull for demo purpose
address _
Transfers ownership of the contract to a new account (`newOwner`). Can only
be called by the current owner.
address newOwner
built with hardhat-docgen