Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xddff…9f36
0xe19c…0fb8
Balances ($2,590.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.321994 | $3,330.19 |
$1,072.3 | |
IMX | ERC-20 | 376.476051 | $1.64 |
$617.42 | |
USDC | ERC-20 | 579.0367 | $1.001 |
$579.62 | |
GRT | ERC-20 | 700.953111 | $0.237893 |
$166.75 | |
USDT | ERC-20 | 90.006877 | $1.002 |
$90.19 | |
MASK | ERC-20 | 10.63173 | $3.17 |
$33.7 | |
DAI | ERC-20 | 16.232042 | $1.001 |
$16.25 | |
GTC | ERC-20 | 14.941021 | $0.831415 |
$12.42 | |
AAVE | ERC-20 | 0.013 | $166.74 |
$2.17 | |
2PAW | ERC-20 | 4.607455M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16583048 | 2 years ago | | | 0 | 0.0027619138 | |
| 16583046 | 2 years ago | | | 0 | 0.0024162858 | |
| 16583044 | 2 years ago | | | 0 | 0.0019054816 | |
| 16583041 | 2 years ago | | | 0 | 0.0020604019 | |
| 16583034 | 2 years ago | | | 0 | 0.0024452777 | |
| 16583029 | 2 years ago | | | 0 | 0.0021188501 | |
| 16578071 | 2 years ago | | | 0 | 0.0039160887 | |
| 16577032 | 2 years ago | | | 0 | 0.0023497283 | |
| 16577011 | 2 years ago | | | 0 | 0.0021554642 | |
| 16577009 | 2 years ago | | | 0 | 0.0024293921 |
ABI
ABI objects
Getter at block 21258025 getAllOrders() view returns (struct TwoPawsOrder[] allOrders) getSupportedTokens() view returns (address[] allTokens)
DAOFeePercent() view returns (uint256)
30
exchangeFeePercent() view returns (uint256)
20
governanceContract() view returns (address)
0xcf0ce0fb7f4a4f05e197f058d2e79c1aa060e7e9
ordersCount() view returns (uint256)
79
owner() view returns (address)
0x82aa489cd055e88ee85b310d8ec21d7d8741353e
protocolNFT() view returns (address)
0xe19cfd416bdb40125e9bae583fb9dd5d0bfc0fb8
protocolNFTBuyPrice() view returns (uint256)
40000000000000000000000
protocolNFTSellPrice() view returns (uint256)
30000000000000000000000
protocolToken() view returns (address)
0xddffdcd816771278635a62cde6b4d274f6e59f36
protocolTokenDecimals() view returns (uint256)
18
Read-only
lockedProtocolNFTs(uint256) view returns (bool)
orders(uint256) view returns (uint256 id, address lender, address borrower, address loanToken, uint256 loanAmount, address collateralToken, uint256 collateralAmount, uint256 lenderFeeAmount, uint256 rewardAmount, uint256 NFTId, 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)
buyNFTForTokens(uint256[] _tokensIds)
cancelOrder(uint256 _orderId)
changeDAOFeePercent(uint256 _DAOFeePercent)
changeFeePercent(uint256 _exchangeFeePercent)
changeProtocolNFTSellPrice(uint256 _protocolNFTSellPrice)
getOrder(uint256 _orderId)
init(address _protocolToken, address _protocolNFT, address _governanceContract)
liquidateOrder(uint256 _orderId)
newOrder(address _loanToken, uint256 _loanAmount, address _collateralToken, uint256 _collateralAmount, uint256 _lenderFeeAmount, uint256[] _timestamps, uint8 _role, uint256 NFTId) returns (uint256 orderId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
repayOrder(uint256 _orderId)
sellNFT(uint256[] _tokensIds)
setTokenReward(address _tokenAddress, bool _flag, uint256 _denominator)
transferOwnership(address newOwner)
transferOwnershipToDAO()
withdraw() returns (bytes)
NewOrder(uint256 indexed orderId, struct TwoPawsOrder 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.