0xacb83e0633d6605c5001e2ab59ef3c745547c8c7
Verified contract
Proxy
Active on
Ethereum with 6,798 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 9 additional slots
Balances ($260,742.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 149.761362K | $1.00 |
$149,761.36 | |
USDC | ERC-20 | 56.524682K | $0.999361 |
$56,488.56 | |
DAI | ERC-20 | 54.524098K | $0.999429 |
$54,492.97 | |
CRE | ERC-20 | 1 | $0.003149 |
$0 | |
StableDAI.com | ERC-20 | 500 | -- | -- | |
daiblack.com | ERC-20 | 450 | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905958 | a month ago | | | 0 | 0.0021338777 | |
| 20859359 | a month ago | | | 0 | 0.0014216465 | |
| 20803477 | 2 months ago | | | 0 | 0.0013893139 | |
| 20597815 | 3 months ago | | | 0 | 0.00019439006 | |
| 20531183 | 3 months ago | | | 0 | 0.00051112362 | |
| 20531114 | 3 months ago | | | 0 | 0.00034214881 | |
| 20492066 | 3 months ago | | | 0 | 0.0013731655 | |
| 20347541 | 4 months ago | | | 0 | 0.0010591934 | |
| 20285019 | 4 months ago | | | 0 | 0.0018256085 | |
| 20284963 | 4 months ago | | | 0 | 0.0016169157 |
ABI
ABI objects
Getter at block 21159435 getVirtualPrice() view returns (uint256)
MAX_BPS() view returns (uint256)
10000
flashLoanFeeBPS() view returns (uint256)
8
getA() view returns (uint256)
1600
getAPrecise() view returns (uint256)
160000
owner() view returns (address)
0x3f8e527af4e0c6e763e8f368ac679c44c45626ae
paused() view returns (bool)
true
protocolFeeShareBPS() view returns (uint256)
0
swapStorage() view returns (uint256 initialA, uint256 futureA, uint256 initialATime, uint256 futureATime, uint256 swapFee, uint256 adminFee, address lpToken)
(initialA=80000, futureA=160000, initialATime=1652287436, futureATime=1653655053, swapFee=3000000, adminFee=5000000000, lpToken=0x5f86558387293b6009d7896a61fcc86c17808d62)
Read-only
calculateRemoveLiquidity(uint256 amount) view returns (uint256[])
calculateRemoveLiquidityOneToken(uint256 tokenAmount, uint8 tokenIndex) view returns (uint256 availableTokenAmount)
calculateSwap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx) view returns (uint256)
calculateTokenAmount(uint256[] amounts, bool deposit) view returns (uint256)
getAdminBalance(uint256 index) view returns (uint256)
getToken(uint8 index) view returns (address)
getTokenBalance(uint8 index) view returns (uint256)
getTokenIndex(address tokenAddress) view returns (uint8)
State-modifying
Events addLiquidity(uint256[] amounts, uint256 minToMint, uint256 deadline) returns (uint256)
flashLoan(address receiver, address token, uint256 amount, bytes params)
initialize(address[] _pooledTokens, uint8[] decimals, string lpTokenName, string lpTokenSymbol, uint256 _a, uint256 _fee, uint256 _adminFee, address lpTokenTargetAddress)
pause()
rampA(uint256 futureA, uint256 futureTime)
removeLiquidity(uint256 amount, uint256[] minAmounts, uint256 deadline) returns (uint256[])
removeLiquidityImbalance(uint256[] amounts, uint256 maxBurnAmount, uint256 deadline) returns (uint256)
removeLiquidityOneToken(uint256 tokenAmount, uint8 tokenIndex, uint256 minAmount, uint256 deadline) returns (uint256)
renounceOwnership()
setAdminFee(uint256 newAdminFee)
setFlashLoanFees(uint256 newFlashLoanFeeBPS, uint256 newProtocolFeeShareBPS)
setSwapFee(uint256 newSwapFee)
stopRampA()
swap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx, uint256 minDy, uint256 deadline) returns (uint256)
transferOwnership(address newOwner)
unpause()
withdrawAdminFees()
AddLiquidity(address indexed provider, uint256[] tokenAmounts, uint256[] fees, uint256 invariant, uint256 lpTokenSupply)
FlashLoan(address indexed receiver, uint8 tokenIndex, uint256 amount, uint256 amountFee, uint256 protocolFee)
NewAdminFee(uint256 newAdminFee)
NewSwapFee(uint256 newSwapFee)
NewWithdrawFee(uint256 newWithdrawFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RampA(uint256 oldA, uint256 newA, uint256 initialTime, uint256 futureTime)
RemoveLiquidity(address indexed provider, uint256[] tokenAmounts, uint256 lpTokenSupply)
RemoveLiquidityImbalance(address indexed provider, uint256[] tokenAmounts, uint256[] fees, uint256 invariant, uint256 lpTokenSupply)
RemoveLiquidityOne(address indexed provider, uint256 lpTokenAmount, uint256 lpTokenSupply, uint256 boughtId, uint256 tokensBought)
StopRampA(uint256 currentA, uint256 time)
TokenSwap(address indexed buyer, uint256 tokensSold, uint256 tokensBought, uint128 soldId, uint128 boughtId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.