DEXG Liquidity Pool
Verified contract
Active on
Ethereum with 2,379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb81d…436d
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,110.68 |
$0 | |
DEXG | ERC-20 | 2.413799K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20052703 | 5 months ago | | | 0 | 0.00019431346 | |
| 18837286 | a year ago | | | 0 | 0.0045081117 | |
| 17920770 | a year ago | | | 0 | 0.0051560662 | |
| 17920752 | a year ago | | | 0 | 0.0018232880 | |
| 14331365 | 3 years ago | | | 0 | 0.0019140494 | |
| 14106337 | 3 years ago | | | 0 | 0.0072296733 | |
| 13880808 | 3 years ago | | | 0 | 0.0042547953 | |
| 13800647 | 3 years ago | | | 0 | 0.011425395 | |
| 13486562 | 3 years ago | | | 0 | 0.0064175120 | |
| 13474990 | 3 years ago | | | 0 | 0.0055140875 |
ABI
ABI objects
Getter at block 21225109
FEE_BASE() view returns (uint256)
10000
FEE_FACTOR() view returns (uint256)
30
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
factory() view returns (address)
0x2006d1d2a260e85771697a87742b188ab36d34eb
getCirculatingSupply() view returns (uint256)
4379121521212535978501
getLastUpdateTime() view returns (uint256)
1703198483
getPoolBalance() view returns (uint256)
2413798521212535978501
getPrice() view returns (uint256)
648925005502481350
getToken() view returns (address)
0xb81d70802a816b5dacba06d708b5acf19dcd436d
getTotalLiquidity() view returns (uint256)
1566374218659726255478
getUserbase() view returns (uint256)
2841721457248879411539
mean() view returns (uint256)
544343112021851846797941606000000000000
name() view returns (string)
DEXG Liquidity Pool
symbol() view returns (string)
DEXG-LP
token0() view returns (address)
0xb81d70802a816b5dacba06d708b5acf19dcd436d
totalLiquidity() view returns (uint256)
1566374218659726255478320032905753456350
totalSupply() view returns (uint256)
2379441996358635499378
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getSpotPrice(uint256 _Ct, uint256 _Nt) pure returns (uint256)
liquidityFromAmount(uint256 amount) view returns (uint256)
liquidityOf(address account) view returns (uint256)
liquiditySharesOf(address account) view returns (uint256)
liquidityTokenToAmount(uint256 token) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _token0, address _token1, uint256 _Ct, uint256 _Pt)
swapExactETHForTokens(uint256 amountIn, uint256 minAmountOut, uint256 maxPrice, uint256 deadline) returns (uint256)
swapExactTokensForETH(uint256 amountIn, uint256 minAmountOut, uint256 minPrice, uint256 deadline) returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 tokens)
Approval(address indexed owner, address indexed spender, uint256 value)
SwapExactETHForTokens(address indexed poolOut, uint256 amountOut, uint256 amountIn, uint256 spotPrice, address indexed account)
SwapExactTokensForETH(address indexed poolOut, uint256 amountOut, uint256 amountIn, uint256 spotPrice, address indexed account)
TokenDeposit(address indexed token, address indexed account, uint256 amount, uint256 spotPrice)
TokenWithdraw(address indexed token, address indexed account, uint256 amount, uint256 spotPrice)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.