Escrow
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($106,565.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 28.7 | $3,713.07 |
$106,565.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Escrow"
ABI
ABI objects
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
Events addCollateral(uint256 amount, address token) payable returns (uint256)
enableCollateral(address token) returns (bool)
getCollateralRatio() returns (uint256)
getCollateralValue() returns (uint256)
isLiquidatable() returns (bool)
liquidate(uint256 amount, address token, address to) returns (bool)
releaseCollateral(uint256 amount, address token, address to) returns (uint256)
updateLine(address _line) returns (bool)
AddCollateral(address indexed token, uint256 indexed amount)
EnableCollateral(address indexed token)
RemoveCollateral(address indexed token, uint256 indexed amount)
AddCollateral(address indexed token, uint256 indexed amount)
EnableCollateral(address indexed token)
Liquidate(address indexed token, uint256 indexed amount)
RemoveCollateral(address indexed token, uint256 indexed amount)
constructor(uint32 _minimumCollateralRatio, address _oracle, address _line, address _borrower)
This contract contains no fallback and receive objects.
CallerAccessDenied()
InvalidCollateral()
NotLiquidatable()
ReentrancyGuardReentrantCall()
UnderCollateralized()
ArbiterOnly()
CallerAccessDenied()
EthSupportDisabled()
InvalidCollateral()
InvalidTokenDecimals()
InvalidZeroAmount()
NotLiquidatable()
UnderCollateralized()