0xf3e5906c1568faa45774b07c4a930d6a7638b1da
Unverified contract
Proxy
Active on
Ethereum with 4 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
0xcb8f…be87
0x5e84…bb01
Balances ($8,961.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTI | ERC-20 | 189.613452K | $0.024094 |
$4,568.48 | |
WETH | ERC-20 | 1.416696 | $3,100.96 |
$4,393.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20721401 | 2 months ago | | | 0 | 0.00080684307 | |
| 20560223 | 3 months ago | | | 0 | 0.00031209904 | |
| 19579663 | 8 months ago | | | 0 | 0.0019535647 | |
| 19423035 | 8 months ago | | | 0 | 0.0043597516 |
ABI
ABI objects
Getter at block 21228676
DOMAIN_SEPARATOR() view returns (bytes32)
0xc35a774a3dc55dbda5bfba05437dff47e4410d457eecb4a8fa498456cb253d83
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
_BASE_PRICE_CUMULATIVE_LAST_() view returns (uint256)
0
_BASE_RESERVE_() view returns (uint112)
1416695899134740116
_BASE_TOKEN_() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_BLOCK_TIMESTAMP_LAST_() view returns (uint32)
0
_IS_OPEN_TWAP_() view returns (bool)
false
_I_() view returns (uint256)
100000
_K_() view returns (uint256)
1000000000000000000
_LP_FEE_RATE_() view returns (uint256)
79200000000000000
_MAINTAINER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_MT_FEE_RATE_MODEL_() view returns (address)
0x5e84190a270333ace5b9202a3f4cebf11b81bb01
_QUOTE_RESERVE_() view returns (uint112)
189613452461937063127689
_QUOTE_TOKEN_() view returns (address)
0xcb8fb2438a805664cd8c3e640b85ac473da5be87
decimals() view returns (uint8)
18
getBaseInput() view returns (uint256 input)
0
getMidPrice() view returns (uint256 midPrice)
133842028300952175582508
getPMMState() view returns (struct PMMPricingPMMState state)
(100000, 1000000000000000000, 1416695899134740116, 189613452461937063127689, 1638977122341246855723310792, 0, 1)
getPMMStateForCall() view returns (uint256 i, uint256 K, uint256 B, uint256 Q, uint256 B0, uint256 Q0, uint256 R)
(i=100000, K=1000000000000000000, B=1416695899134740116, Q=189613452461937063127689, B0=1638977122341246855723310792, Q0=0, R=1)
getQuoteInput() view returns (uint256 input)
0
getVaultReserve() view returns (uint256 baseReserve, uint256 quoteReserve)
(baseReserve=1416695899134740116, quoteReserve=189613452461937063127689)
name() view returns (string)
DLP_f3e5906c
symbol() view returns (string)
DLP
totalSupply() view returns (uint256)
732388800000000003
version() pure returns (string)
DVM 1.0.2
Read-only
addressToShortString(address _addr) pure returns (string)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
getUserFeeRate(address user) view returns (uint256 lpFeeRate, uint256 mtFeeRate)
nonces(address) view returns (uint256)
querySellBase(address trader, uint256 payBaseAmount) view returns (uint256 receiveQuoteAmount, uint256 mtFee)
querySellQuote(address trader, uint256 payQuoteAmount) view returns (uint256 receiveBaseAmount, uint256 mtFee)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyShares(address to) returns (uint256 shares, uint256 baseInput, uint256 quoteInput)
flashLoan(uint256 baseAmount, uint256 quoteAmount, address assetTo, bytes data)
init(address maintainer, address baseTokenAddress, address quoteTokenAddress, uint256 lpFeeRate, address mtFeeRateModel, uint256 i, uint256 k, bool isOpenTWAP)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
sellBase(address to) returns (uint256 receiveQuoteAmount)
sellQuote(address to) returns (uint256 receiveBaseAmount)
sellShares(uint256 shareAmount, address to, uint256 baseMinAmount, uint256 quoteMinAmount, bytes data, uint256 deadline) returns (uint256 baseAmount, uint256 quoteAmount)
sync()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(address indexed user, uint256 value)
BuyShares(address to, uint256 increaseShares, uint256 totalShares)
DODOFlashLoan(address borrower, address assetTo, uint256 baseAmount, uint256 quoteAmount)
DODOSwap(address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, address trader, address receiver)
Mint(address indexed user, uint256 value)
SellShares(address payer, address to, uint256 decreaseShares, uint256 totalShares)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.