File: /src/Escrow.sol
@dev Sets the Escrow transaction values for `price`, `tokenContract`, `buyer`, `seller`, `arbiter`, `arbiterFee`. All of
these values are immutable: they can only be set once during construction and reflect essential deal terms.
@dev Funds should be sent to this address prior to its deployment, via create2. The constructor checks that the tokens have
been sent to this address.
32: constructor(
File: /src/IEscrow.sol
@notice Arbiter can resolve dispute and claim token reward by entering in split of `price` value,
minus `arbiterFee` set at construction.
43: function resolveDispute(uint256 buyerAward) external;