DLP_3058ef90
Verified contract
Proxy
Active on
Ethereum with 481 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
0x5e84…bb01
1 additional
variable
Balances ($17,088.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 11.696118K | $0.99966 |
$11,692.14 | |
USDT | ERC-20 | 5.364341K | $1.001 |
$5,369.71 | |
GALA | ERC-20 | 839.4756 | $0.028294 |
$23.75 | |
BlueSparrow | ERC-20 | 50 | $0.02848 |
$1.42 | |
MTV | ERC-20 | 1K | $0.000981 |
$0.98 | |
TKX | ERC-20 | 0.000005 | $11.66 |
$0 | |
CRE | ERC-20 | 0.005 | $0.003249 |
$0 | |
GALA | ERC-20 | 839.4756 | -- | -- | |
StableDAI.com | ERC-20 | 476 | -- | -- | |
TetherLP.com | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137813 | 12 days ago | | | 0 | 0.0023112082 | |
| 21083481 | 20 days ago | | | 0 | 0.00084249762 | |
| 21081230 | 20 days ago | | | 0 | 0.0011371591 | |
| 20970598 | a month ago | | | 0 | 0.0025551219 | |
| 20954437 | a month ago | | | 0 | 0.00084002129 | |
| 20953422 | a month ago | | | 0 | 0.00079099570 | |
| 20948977 | a month ago | | | 0 | 0.0012114023 | |
| 20927393 | a month ago | | | 0 | 0.0016401396 | |
| 20920635 | a month ago | | | 0 | 0.0016143153 | |
| 20896948 | a month ago | | | 0 | 0.00038703372 |
ABI
ABI objects
Getter at block 21226312
DOMAIN_SEPARATOR() view returns (bytes32)
0x080ea3dff8ffe9f4580ebb85f78d59a155d0ef2a1143e4954d37a40cf4698abf
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
_BASE_PRICE_CUMULATIVE_LAST_() view returns (uint256)
0
_BASE_RESERVE_() view returns (uint112)
11696117890450825172390
_BASE_TARGET_() view returns (uint112)
8529848569475848945608
_BASE_TOKEN_() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
_BLOCK_TIMESTAMP_LAST_() view returns (uint32)
0
_IS_OPEN_TWAP_() view returns (bool)
false
_I_() view returns (uint256)
1000000
_K_() view returns (uint256)
500000000000000
_LP_FEE_RATE_() view returns (uint256)
0
_MAINTAINER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_MT_FEE_RATE_MODEL_() view returns (address)
0x5e84190a270333ace5b9202a3f4cebf11b81bb01
_QUOTE_RESERVE_() view returns (uint112)
5364341073
_QUOTE_TARGET_() view returns (uint112)
8529676510
_QUOTE_TOKEN_() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
_RState_() view returns (uint32)
2
decimals() view returns (uint8)
18
getBaseInput() view returns (uint256 input)
0
getMidPrice() view returns (uint256 midPrice)
999236
getPMMState() view returns (struct PMMPricingPMMState state)
(1000000, 500000000000000, 11696117890450825172390, 5364341073, 8529848569475848945608, 8529676509, 2)
getPMMStateForCall() view returns (uint256 i, uint256 K, uint256 B, uint256 Q, uint256 B0, uint256 Q0, uint256 R)
(i=1000000, K=500000000000000, B=11696117890450825172390, Q=5364341073, B0=8529848569475848945608, Q0=8529676509, R=2)
getQuoteInput() view returns (uint256 input)
0
getVaultReserve() view returns (uint256 baseReserve, uint256 quoteReserve)
(baseReserve=11696117890450825172390, quoteReserve=5364341073)
name() view returns (string)
DLP_3058ef90
symbol() view returns (string)
DLP
totalSupply() view returns (uint256)
8529667126308288237245
version() pure returns (string)
DSP 1.0.1
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, uint8 newRState, uint256 newBaseTarget)
querySellQuote(address trader, uint256 payQuoteAmount) view returns (uint256 receiveBaseAmount, uint256 mtFee, uint8 newRState, uint256 newQuoteTarget)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyShares(address to) returns (uint256 shares, uint256 baseInput, uint256 quoteInput)
correctRState()
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)
RChange(uint8 newRState)
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.