Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.766002 | $0.999465 |
$2.76 | |
PAW | ERC-20 | 38.8888 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10710327 | 10 months ago | | | 0 | 0.000000000185747331 | |
| 10710309 | 10 months ago | | | 0 | 0.000000056457198567 | |
| 10710239 | 10 months ago | | | 0 | 0.000000056457085685 | |
| 10662301 | 10 months ago | | | 0 | 1.6340400e-7 | |
| 9483355 | a year ago | | | 0 | 0.000000045521893662 | |
| 8791316 | a year ago | | | 0 | 0.000000004541735754 | |
| 8740054 | a year ago | | | 0 | 0.000000000251362289 | |
| 8739788 | a year ago | | | 0 | 0.000000045414405825 | |
| 8707555 | a year ago | | | 0 | 0.000000004541962809 | |
| 8633223 | a year ago | | | 0 | 0.000000044051576304 |
ABI
ABI objects
Getter at block 23709230
UNIT() view returns (uint256)
1000000000000000000
currency() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
getPoolOI() view returns (uint256, uint256)
(0, 100)
getUtilization() view returns (uint256)
0
maxCap() view returns (uint256)
1000000000000000000000000
minDepositTime() view returns (uint256)
3600
openInterest() view returns (uint256)
0
owner() view returns (address)
0x8ef4cdb1b329307b61ac09213c358c198ce4f264
rewards() view returns (address)
0xe2b4aa9d7db531a74656fada5ffe1e7a98a715b3
router() view returns (address)
0x8d4196e40ea7023b111231080dc1d27efcd4dcff
totalSupply() view returns (uint256)
2766002
trading() view returns (address)
0x7d6b457cfe501d9823e6b5eabd971d414d0c4001
utilizationMultiplier() view returns (uint256)
100
withdrawFee() view returns (uint256)
30
Read-only
getBalance(address account) view returns (uint256)
getCurrencyBalance(address account) view returns (uint256)
State-modifying
Events creditUserProfit(address destination, uint256 amount)
deposit(uint256 amount) payable
setOwner(address newOwner)
setParams(uint256 _minDepositTime, uint256 _utilizationMultiplier, uint256 _maxCap, uint256 _withdrawFee)
setRouter(address _router)
updateOpenInterest(uint256 amount, bool isDecrease)
withdraw(uint256 currencyAmount)
Deposit(address indexed user, address indexed currency, uint256 amount, uint256 clpAmount)
PoolPayOut(address indexed user, address currency, uint256 amount)
Withdraw(address indexed user, address indexed currency, uint256 amount, uint256 clpAmount)
constructor(address _currency)
fallback()
receive()
This contract contains no error objects.