FeeConverter
Verified contract
Active on
Ethereum with 62 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FeeConverter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132051 | 4 days ago | | | 0 | 0.083866406 | |
| 21081895 | 11 days ago | | | 0 | 0.10171083 | |
| 21031734 | 18 days ago | | | 0 | 0.080422419 | |
| 20981561 | 25 days ago | | | 0 | 0.083997349 | |
| 20931483 | a month ago | | | 0 | 0.075956994 | |
| 20881262 | a month ago | | | 0 | 0.086058060 | |
| 20831061 | 2 months ago | | | 0 | 0.072671274 | |
| 20780917 | 2 months ago | | | 0 | 0.079241580 | |
| 20730812 | 2 months ago | | | 0 | 0.075907902 | |
| 20680663 | 2 months ago | | | 0 | 0.068864635 |
ABI
ABI objects
Getter at block 21162031
MAX_PCT() view returns (uint256)
10000
PRISMA_CORE() view returns (address)
0x5d17ea085f2ff5da3e6979d5d26f1dbab664ccf8
addLiquidityChecker() view returns (address)
0x33163e60d47255fe54392c6ab6fa2178315cb074
callerIncentive() view returns (uint80)
500000000000000000000
curvePool() view returns (address)
0x9d8108ddd8ad1ee89d527c0c9e928cb9d2bba2d3
curvePoolLp() view returns (address)
0x067079c14b85169e6a29703769daddef90816f4c
debtToken() view returns (address)
0x4591dbff62656e7859afe5e45f6f47d3669fbb28
factory() view returns (address)
0x70b66e20766b775b2e9ce5b718bbd285af59b7e1
feeDistributor() view returns (address)
0x62253f7c165e34fd7343b37839bf5186a9e21d4a
getWeek() view returns (uint256 week)
65
guardian() view returns (address)
0x7a28a80dce1733944db5dc50dc2c5147ec993c5a
maxWeeklyDebtAmount() view returns (uint88)
80000000000000000000000
maxWeeklyDebtPct() view returns (uint16)
2000
owner() view returns (address)
0xc53baaaa8595a7a2e7fee71db7291b939f696734
pendingPOLDebtAmount() view returns (uint88)
0
prismaToken() view returns (address)
0xda47862a83dac0c112ba89c6abc2159b95afd71c
targetPOLPct() view returns (uint16)
10000
updatedWeek() view returns (uint16)
65
weeklyDebtPOLPct() view returns (uint16)
0
Read-only
isSellingCollateral(address collateral) view returns (bool isForSale)
troveManagers(uint256) view returns (address)
State-modifying
Events addPendingLiquidity() returns (bool)
collectInterests() returns (bool)
getSwapAmountReceived(address collateral, uint256 debtAmount) returns (uint256 collAmount, uint256 price)
processWeeklyFees() returns (bool)
recoverToken(address token) returns (bool)
setAddLiquidityChecker(address _checker)
setCallerIncentive(uint256 _callerIncentive)
setIsSellingCollateral(address[] collaterals, bool isSelling)
setPOLParams(uint256 _targetPOLPct, uint256 _weeklyDebtPOLPct)
setWeeklyDebtParams(uint256 _maxWeeklyDebtAmount, uint256 _maxWeeklyDebtPct)
swapDebtForColl(address collateral, uint256 debtAmount) returns (uint256)
syncTroveManagers() returns (bool)
AddLiquidityCheckerSet(address addLiquidityChecker)
CallerIncentivePaid(address indexed caller, uint256 amount)
CallerIncentiveSet(uint256 callerIncentive)
CollateralSold(address indexed buyer, address indexed collateral, uint256 price, uint256 amountSold, uint256 amountReceived)
FeeTokenDeposited(uint256 amount)
InterestCollected()
IsSellingCollateralSet(address[] collaterals, bool isSelling)
LiquidityAdded(uint256 priceScale, uint256 debtAmount, uint256 prismaAmount, uint256 lpAmountReceived)
POLParamsSet(uint256 targetPOLPct, uint256 weeklyDebtPOLPct)
PendingPOLDebtUpdated(uint256 amount)
TroveManagersSynced()
WeeklyDebtParamsSet(uint256 maxWeeklyDebtAmount, uint256 maxWeeklyDebtPct)
constructor(address _prismaCore, address _feeDistributor, address _debtToken, address _prismaToken, address _factory, address _curvePool, struct FeeConverterInitialParams initialParams)
This contract contains no fallback and receive objects.
This contract contains no error objects.