0x2109f78b46a789125598f5ad2b7f243751c2934d
Verified contract
Proxy
Active on
Ethereum with 21,235 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
3 additional
variables
Balances ($35,087.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.348814 | $79,611.00 |
$27,769.44 | |
USDC | ERC-20 | 7.320268K | $0.999728 |
$7,318.28 | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- | |
TOMATOS | ERC-20 | 9.999 | -- | -- | |
SWAPP | ERC-20 | 5 | -- | -- | |
UXT | ERC-20 | 0.534663 | -- | -- | |
CRI | ERC-20 | 0.017 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16652222 | 2 years ago | | | 0 | 0.0027898124 | |
| 16540237 | 2 years ago | | | 0 | 0.0021645255 | |
| 16540164 | 2 years ago | | | 0 | 0.0020738355 | |
| 16532101 | 2 years ago | | | 0 | 0.0017811206 | |
| 16532098 | 2 years ago | | | 0 | 0.0015668430 | |
| 16505749 | 2 years ago | | | 0 | 0.0015927747 | |
| 16452848 | 2 years ago | | | 0 | 0.0021915591 | |
| 16452845 | 2 years ago | | | 0 | 0.0022197027 | |
| 16451885 | 2 years ago | | | 0 | 0.0022846638 | |
| 16451881 | 2 years ago | | | 0 | 0.0018698893 |
ABI
ABI objects
Getter at block 21158347 getExpectedTarget() view returns (uint256 baseTarget, uint256 quoteTarget) getMidPrice() view returns (uint256 midPrice)
_BASE_BALANCE_() view returns (uint256)
34881409
_BASE_CAPITAL_RECEIVE_QUOTE_() view returns (uint256)
0
_BASE_CAPITAL_TOKEN_() view returns (address)
0x2ec2a42901c761b295a9e6b95200cd0bdaa474eb
_BASE_TOKEN_() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
_CLOSED_() view returns (bool)
false
_DEPOSIT_BASE_ALLOWED_() view returns (bool)
true
_DEPOSIT_QUOTE_ALLOWED_() view returns (bool)
true
_GAS_PRICE_LIMIT_() view returns (uint256)
10000000000000000000000000000
_K_() view returns (uint256)
300000000000000000
_LP_FEE_RATE_() view returns (uint256)
990000000000000000
_MAINTAINER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_MT_FEE_RATE_() view returns (uint256)
0
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_ORACLE_() view returns (address)
0xb77ddd925e69ddca799d9cc6abea5ae2c7c7f780
_OWNER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_QUOTE_BALANCE_() view returns (uint256)
7320268121
_QUOTE_CAPITAL_RECEIVE_BASE_() view returns (uint256)
0
_QUOTE_CAPITAL_TOKEN_() view returns (address)
0x0cdb21e20597d753c90458f5ef2083f6695eb794
_QUOTE_TOKEN_() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
_R_STATUS_() view returns (uint8)
1
_SUPERVISOR_() view returns (address)
0x9c59990ec0177d87ed7d60a56f584e6b06c639a2
_TARGET_BASE_TOKEN_AMOUNT_() view returns (uint256)
34931263
_TARGET_QUOTE_TOKEN_AMOUNT_() view returns (uint256)
7284925750
_TRADE_ALLOWED_() view returns (bool)
true
getOraclePrice() view returns (uint256)
797628295304800000000
getTotalBaseCapital() view returns (uint256)
40001109
getTotalQuoteCapital() view returns (uint256)
8393327094
version() pure returns (uint256)
100
Read-only
_CLAIMED_(address) view returns (bool)
getBaseCapitalBalanceOf(address lp) view returns (uint256)
getLpBaseBalance(address lp) view returns (uint256 lpBalance)
getLpQuoteBalance(address lp) view returns (uint256 lpBalance)
getQuoteCapitalBalanceOf(address lp) view returns (uint256)
getWithdrawBasePenalty(uint256 amount) view returns (uint256 penalty)
getWithdrawQuotePenalty(uint256 amount) view returns (uint256 penalty)
queryBuyBaseToken(uint256 amount) view returns (uint256 payQuote)
querySellBaseToken(uint256 amount) view returns (uint256 receiveQuote)
State-modifying
Events buyBaseToken(uint256 amount, uint256 maxPayQuote, bytes data) returns (uint256)
claimAssets()
claimOwnership()
depositBase(uint256 amount) returns (uint256)
depositBaseTo(address to, uint256 amount) returns (uint256)
depositQuote(uint256 amount) returns (uint256)
depositQuoteTo(address to, uint256 amount) returns (uint256)
disableBaseDeposit()
disableQuoteDeposit()
disableTrading()
donateBaseToken(uint256 amount)
donateQuoteToken(uint256 amount)
enableBaseDeposit()
enableQuoteDeposit()
enableTrading()
finalSettlement()
init(address owner, address supervisor, address maintainer, address baseToken, address quoteToken, address oracle, uint256 lpFeeRate, uint256 mtFeeRate, uint256 k, uint256 gasPriceLimit)
retrieve(address token, uint256 amount)
sellBaseToken(uint256 amount, uint256 minReceiveQuote, bytes data) returns (uint256)
setGasPriceLimit(uint256 newGasPriceLimit)
setK(uint256 newK)
setLiquidityProviderFeeRate(uint256 newLiquidityPorviderFeeRate)
setMaintainer(address newMaintainer)
setMaintainerFeeRate(uint256 newMaintainerFeeRate)
setOracle(address newOracle)
setSupervisor(address newSupervisor)
transferOwnership(address newOwner)
withdrawAllBase() returns (uint256)
withdrawAllBaseTo(address to) returns (uint256)
withdrawAllQuote() returns (uint256)
withdrawAllQuoteTo(address to) returns (uint256)
withdrawBase(uint256 amount) returns (uint256)
withdrawBaseTo(address to, uint256 amount) returns (uint256)
withdrawQuote(uint256 amount) returns (uint256)
withdrawQuoteTo(address to, uint256 amount) returns (uint256)
BuyBaseToken(address indexed buyer, uint256 receiveBase, uint256 payQuote)
ChargeMaintainerFee(address indexed maintainer, bool isBaseToken, uint256 amount)
ChargePenalty(address indexed payer, bool isBaseToken, uint256 amount)
ClaimAssets(address indexed user, uint256 baseTokenAmount, uint256 quoteTokenAmount)
Deposit(address indexed payer, address indexed receiver, bool isBaseToken, uint256 amount, uint256 lpTokenAmount)
Donate(uint256 amount, bool isBaseToken)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellBaseToken(address indexed seller, uint256 payBase, uint256 receiveQuote)
UpdateGasPriceLimit(uint256 oldGasPriceLimit, uint256 newGasPriceLimit)
UpdateK(uint256 oldK, uint256 newK)
UpdateLiquidityProviderFeeRate(uint256 oldLiquidityProviderFeeRate, uint256 newLiquidityProviderFeeRate)
UpdateMaintainerFeeRate(uint256 oldMaintainerFeeRate, uint256 newMaintainerFeeRate)
Withdraw(address indexed payer, address indexed receiver, bool isBaseToken, uint256 amount, uint256 lpTokenAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.