Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0002 | $3,343.69 |
$0.67 | |
USDC | ERC-20 | 0.2001 | $0.999717 |
$0.2 | |
KING | ERC-20 | 2K | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15114120 | 6 months ago | | | 0 | 3.1295803e-7 | |
| 15114013 | 6 months ago | | | 0 | 4.2390293e-7 | |
| 15113923 | 6 months ago | | | 0 | 0.0000010779138 | |
| 15113869 | 6 months ago | | | 0 | 0.0000010276514 | |
| 15101459 | 6 months ago | | | 0 | 0.0000016566343 | |
| 15101354 | 6 months ago | | | 0 | 0.0000025493148 | |
| 15101157 | 6 months ago | | | 0 | 0.0000023072469 | |
| 15101091 | 6 months ago | | | 0 | 0.0000031621669 | |
| 11860570 | 8 months ago | | | 0 | 2.5007870e-7 | |
| 11819866 | 8 months ago | | | 0 | 0.000046836000 |
ABI
ABI objects
Getter at block 22769317 getAllOrders() view returns (struct ProtocolOrder[] allOrders)
DAOFeePercent() view returns (uint256)
30
getSupportedTokens() view returns (address[] allTokens)
[]
governanceContract() view returns (address)
0x0000000000000000000000000000000000000000
maxRewardDays() view returns (uint256)
200
ordersCount() view returns (uint256)
9
owner() view returns (address)
0x1e7d85b9d27f5e1eb5fa3aa58a15891fc5cfa8a9
protocolToken() view returns (address)
0x0000000000000000000000000000000000000000
protocolTokenDecimals() view returns (uint256)
18
Read-only
orders(uint256) view returns (uint256 id, address lender, address borrower, address loanToken, uint256 loanAmount, address collateralToken, uint256 collateralAmount, uint256 lenderFeeAmount, uint256 rewardAmount, uint8 status, uint8 role)
supportedTokens(uint256) view returns (address)
supportedTokensSettings(address) view returns (bool isRewarded, uint256 denominator)
State-modifying
Events _transferToProtocol(address _token, address _sender, uint256 _amount) returns (uint256 amount)
addSupportedToken(address _tokenAddress, uint256 _denominator)
cancelOrder(uint256 _orderId)
changeDAOFeePercent(uint256 _DAOFeePercent)
getOrder(uint256 _orderId)
init(address _protocolToken, address _governanceContract)
liquidateOrder(uint256 _orderId)
newOrder(address _loanToken, uint256 _loanAmount, address _collateralToken, uint256 _collateralAmount, uint256 _lenderFeeAmount, uint256[] _timestamps, uint8 _role) returns (uint256 orderId)
renounceOwnership()
repayOrder(uint256 _orderId)
setMaxRewardDays(uint256 _newMaxRewardDays)
setTokenReward(address _tokenAddress, bool _flag, uint256 _denominator)
transferOwnership(address newOwner)
withdraw() returns (bytes)
NewOrder(uint256 indexed orderId, struct ProtocolOrder order)
OrderStatusChange(uint256 indexed orderId, uint8 status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.