Escrow

Verified contract

Proxy

Active on Ethereum with 0 txns
Deployed by via 0x81c76044 at 19542980
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
ERC-20
Value $106,565.11

No transactions found for "Escrow"


Functions
Getter at block 21329284
borrower(view returns (address)
0x7ec0d4fdda3c194408d59241d27ce0d2016d890f
line(view returns (address)
0x47301d4a6be0e9057b254202d2c83cdb2109cc92
minimumCollateralRatio(view returns (uint32)
1250
oracle(view returns (address)
0x5a4aaf300473eaf8a9763318e7f30fa8a3f5dd48
Read-only

This contract contains no read-only function objects.

State-modifying
addCollateral(uint256 amountaddress tokenpayable returns (uint256)
enableCollateral(address tokenreturns (bool)
getCollateralRatio(returns (uint256)
getCollateralValue(returns (uint256)
isLiquidatable(returns (bool)
liquidate(uint256 amountaddress tokenaddress toreturns (bool)
releaseCollateral(uint256 amountaddress tokenaddress toreturns (uint256)
updateLine(address _linereturns (bool)
Events
AddCollateral(address indexed tokenuint256 indexed amount
EnableCollateral(address indexed token
RemoveCollateral(address indexed tokenuint256 indexed amount
AddCollateral(address indexed tokenuint256 indexed amount
EnableCollateral(address indexed token
Liquidate(address indexed tokenuint256 indexed amount
RemoveCollateral(address indexed tokenuint256 indexed amount
Constructor
constructor(uint32 _minimumCollateralRatioaddress _oracleaddress _lineaddress _borrower
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerAccessDenied(
InvalidCollateral(
NotLiquidatable(
ReentrancyGuardReentrantCall(
UnderCollateralized(
ArbiterOnly(
CallerAccessDenied(
EthSupportDisabled(
InvalidCollateral(
InvalidTokenDecimals(
InvalidZeroAmount(
NotLiquidatable(
UnderCollateralized(