LineFactory
Verified contract
Proxy
Active on
Ethereum with 5 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "LineFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20472513 | 4 months ago | | | 0 | 0.020540685 | |
| 20185445 | 5 months ago | | | 0 | 0.027537115 | |
| 19619059 | 8 months ago | | | 0 | 0.21619639 | |
| 19613940 | 8 months ago | | | 0 | 0.10290453 | |
| 19542980 | 8 months ago | | | 0 | 0.13821928 |
ABI
ABI objects
Getter at block 21329411
arbiter() view returns (address)
0xeb0566b1ef38b95da2ed631ebb8114f3ac7b9a8a
oracle() view returns (address)
0x5a4aaf300473eaf8a9763318e7f30fa8a3f5dd48
swapTarget() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
Read-only
This contract contains no read-only function objects.
State-modifying
Events deployEscrow(uint32 minCRatio, address owner, address borrower) returns (address)
deploySecuredLine(address borrower, uint256 ttl) returns (address line)
deploySecuredLineWithConfig(struct ILineFactoryCoreLineParams coreParams) returns (address line)
deploySecuredLineWithModules(struct ILineFactoryCoreLineParams coreParams, address mSpigot, address mEscrow) returns (address line)
deploySpigot(address owner, address operator) returns (address)
registerSecuredLine(address line, address spigot, address escrow, address borrower, address operator, uint8 revenueSplit, uint32 minCRatio)
rolloverSecuredLine(address oldLine, address borrower, uint256 ttl) returns (address line)
DeployedSecuredLine(address indexed deployedAt, address indexed escrow, address indexed spigot, address swapTarget, uint8 revenueSplit)
RegisteredLine(address indexed line, address indexed oracle, address indexed arbiter, address borrower, address operator)
RegisteredSecuredLine(address indexed deployedAt, address indexed escrow, address indexed spigot, address swapTarget, uint8 revenueSplit)
RegisteredUpdatedStatus(address indexed line, uint256 indexed status)
constructor(address moduleFactory, address arbiter_, address oracle_, address swapTarget_)
This contract contains no fallback and receive objects.
InvalidArbiterAddress()
InvalidEscrowAddress()
InvalidOracleAddress()
InvalidRevenueSplit()
InvalidSpigotAddress()
InvalidSwapTargetAddress()
ModuleTransferFailed(address line, address spigot, address escrow)
InitNewLineFailed(address line, address spigot, address escrow)
ModuleTransferFailed(address line, address spigot, address escrow)