This contract is being backfilled. You may encounter incomplete storage history.

ArbitrageV2

Verified contract

Active on Ethereum with 341 txns
Deployed by via 0x9981ca45 at 19575597
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ArbitrageV2"

0xadc77ed58c2363e0483e440d9bba233c723a202d071e418d2b9fe7aabf561855
0x1554bfb981c7d0e8d606911b26b6badfa2b3f798969786f05ea2e0753da3c6f4
0x121ce589256f5f3164a505c9b833f09cc2897859cda2637457a12a6ac736eeae
0x0b671f9f386df3f00792791c5b73519202a1ec1da7d091e1dc907d1e09141efa
0x82b45d79c76484d6c466c0bfb566a8e61443b76b00d28e507c9c4e0660396cc7
0x08036d53c4695936262759275864e206677517cc13f7b076136a04d97f5dbfa4
0xf49acf56fd561a2ebb6da32147388e93ae746eed1814959baf6c4ca07ba0a18f
0x935df52c046ea8fd709987b82094f2e724100ef8bf2886fb03599643f5ee77de
0xfbcd8868c71a2fcaf82514f3ccefbd4885c5d358d4ff519ec4b934e1c1bbe088
0xab1d68bb54b9047e1127cdf2a6c2514ff22bd3fb8b3faf5398ef3490ba39702a

Functions
Getter at block 21214284
BASE_PRICE(view returns (uint256)
100000000
CHI(view returns (address)
0x3b21418081528845a6df4e970bd2185545b712ba
EQ_PRICE_DELTA(view returns (uint256)
1000
F(view returns (uint256)
997000000000000000
MAX_FEE(view returns (uint256)
10000
MAX_PRICE_TOLERANCE(view returns (uint16)
10000
POOL_FEE(view returns (uint256)
30
STETH(view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
USC(view returns (address)
0x38547d918b9645f2d94336b6b61aeb08053e142c
USC_TARGET_PRICE(view returns (uint256)
100000000
WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
 
_getReservesData(view returns (bool isExcessOfReservesuint256 reserveDiffuint256 reserveValue)
 
getArbitrageData(view returns (bool isPriceAboveTargetbool isExcessOfReservesuint256 reserveDiffuint256 discount)
maxMintPriceDiff(view returns (uint256)
7000000
owner(view returns (address)
0xcdb8d92fa641106fdaee3ccc6b53a029edb9c458
poolFactory(view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
priceFeedAggregator(view returns (address)
0xb3a36232ecc1da6c8d0d3f417e00406566933bd0
priceTolerance(view returns (uint16)
2000
reserveHolder(view returns (address)
0x037528457cf5b0b9dab641fd7f0ce8fc9690318d
rewardController(view returns (address)
0xb9e08d13d2694b561a5033aca07ba7dea49d0258
swapRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_calculateDelta(uint256 reserveInuint256 priceInuint256 reserveOutuint256 priceOutpure returns (uint256)
_calculateDeltaETH(uint256 ethPriceview returns (uint256)
_calculateDeltaUSC(uint256 ethPriceview returns (uint256)
isArbitrager(addressview returns (bool)
State-modifying
claimRewards(address[] tokens
executeArbitrage(returns (uint256)
mint(payable returns (uint256)
mintWithStETH(uint256 stETHAmountreturns (uint256)
mintWithWETH(uint256 wethAmountreturns (uint256)
renounceOwnership(
setMaxMintPriceDiff(uint256 _maxMintPriceDiff
setPriceTolerance(uint16 _priceTolerance
transferOwnership(address newOwner
updateArbitrager(address arbitragerbool status
Events
ExecuteArbitrage(address indexed accountuint256 indexed arbNumuint256 deltaUsduint256 reserveDiffuint256 ethPriceuint256 rewardValue
Mint(address indexed accountaddress tokenuint256 amountuint256 uscAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetMaxMintPriceDiff(uint256 maxMintPriceDiff
SetPriceTolerance(uint16 priceTolerance
Swap(address tokenInaddress tokenOutuint256 amountInuint256 amountOutuint256 minAmountOut
UpdateArbitrager(address indexed accountbool status
Constructor
constructor(address _USCaddress _CHIaddress _rewardControlleraddress _priceFeedAggregatoraddress _reserveHolder
Fallback and receive
receive(
Errors
DeltaBiggerThanAmountReceivedETH(uint256 deltaETHuint256 receivedETH
NotArbitrager(address account
PriceIsNotPegged(
PriceSlippageTooBig(
ToleranceTooBig(uint16 _tolerance