DLP_2642786a
Verified contract
Proxy
Active on
Ethereum with 3 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
0x03e1…81dc
0x5e84…bb01
Balances ($0.00)
No balances found for "DLP_2642786a"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13238292 | 3 years ago | | | 0 | 0.017175576 | |
| 13234211 | 3 years ago | | | 0 | 0.0073329337 | |
| 13233932 | 3 years ago | | | 0 | 0.010949390 |
ABI
ABI objects
Getter at block 21211763 getMidPrice() view returns (uint256 midPrice)
DOMAIN_SEPARATOR() view returns (bytes32)
0x75d09251afea714b93771891080315f10df4f90e235cde804336e756ca97ac50
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
_BASE_PRICE_CUMULATIVE_LAST_() view returns (uint256)
0
_BASE_RESERVE_() view returns (uint112)
0
_BASE_TOKEN_() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
_BLOCK_TIMESTAMP_LAST_() view returns (uint32)
0
_IS_OPEN_TWAP_() view returns (bool)
false
_I_() view returns (uint256)
306250000000000000000000000000
_K_() view returns (uint256)
1000000000000000000
_LP_FEE_RATE_() view returns (uint256)
3000000000000000
_MAINTAINER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_MT_FEE_RATE_MODEL_() view returns (address)
0x5e84190a270333ace5b9202a3f4cebf11b81bb01
_QUOTE_RESERVE_() view returns (uint112)
0
_QUOTE_TOKEN_() view returns (address)
0x03e173ad8d1581a4802d3b532ace27a62c5b81dc
decimals() view returns (uint8)
6
getBaseInput() view returns (uint256 input)
0
getPMMState() view returns (struct PMMPricingPMMState state)
(306250000000000000000000000000, 1000000000000000000, 0, 0, 0, 0, 1)
getPMMStateForCall() view returns (uint256 i, uint256 K, uint256 B, uint256 Q, uint256 B0, uint256 Q0, uint256 R)
(i=306250000000000000000000000000, K=1000000000000000000, B=0, Q=0, B0=0, Q0=0, R=1)
getQuoteInput() view returns (uint256 input)
0
getVaultReserve() view returns (uint256 baseReserve, uint256 quoteReserve)
(baseReserve=0, quoteReserve=0)
name() view returns (string)
DLP_2642786a
symbol() view returns (string)
DLP
totalSupply() view returns (uint256)
0
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.