File: src/Escrow.sol
- 32: constructor(
+ 32: // @param price
- 32: constructor(
+ 32: // @param tokenContract
- 32: constructor(
+ 32: // @param buyer
- 32: constructor(
+ 32: // @param seller
- 32: constructor(
+ 32: // @param arbiter
- 32: constructor(
+ 32: // @param arbiterFee
- 109: function resolveDispute(uint256 buyerAward) external onlyArbiter nonReentrant inState(State.Disputed) {
+ 109: // @param buyerAward
File: src/EscrowFactory.sol
- 20: function newEscrow(
+ 20: // @param price
- 20: function newEscrow(
+ 20: // @param tokenContract
- 20: function newEscrow(
+ 20: // @param seller
- 20: function newEscrow(
+ 20: // @param arbiter
- 20: function newEscrow(
+ 20: // @param arbiterFee
- 20: function newEscrow(
+ 20: // @param salt
- 56: function computeEscrowAddress(
+ 56: // @param byteCode
- 56: function computeEscrowAddress(
+ 56: // @param deployer
- 56: function computeEscrowAddress(
+ 56: // @param salt
- 56: function computeEscrowAddress(
+ 56: // @param price
- 56: function computeEscrowAddress(
+ 56: // @param tokenContract
- 56: function computeEscrowAddress(
+ 56: // @param buyer
- 56: function computeEscrowAddress(
+ 56: // @param seller
- 56: function computeEscrowAddress(
+ 56: // @param arbiter
- 56: function computeEscrowAddress(
+ 56: // @param arbiterFee