DynamicLiquidity
Verified contract
Active on
Ethereum with 143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DYLP | ERC-20 | 366.965685K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18779737 | a year ago | | | 0 | 0.0013343524 | |
| 18200219 | a year ago | | | 0 | 0.0014828336 | |
| 18200112 | a year ago | | | 0 | 0.00037209738 | |
| 18200061 | a year ago | | | 0 | 0.00063131133 | |
| 18198772 | a year ago | | | 0 | 0.00031670828 | |
| 18197902 | a year ago | | | 0 | 0.00033615969 | |
| 18197209 | a year ago | | | 0 | 0.00036757593 | |
| 18196050 | a year ago | | | 0 | 0.00059169060 | |
| 18194190 | a year ago | | | 0 | 0.00047024057 | |
| 18192734 | a year ago | | | 0 | 0.00093578535 |
ABI
ABI objects
Getter at block 21214169
decimals() view returns (uint8)
18
name() view returns (string)
Dynamic Liquidity
symbol() view returns (string)
DYLP
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canSellFreely(address _wallet, uint256 _sellAmount) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdrawOnInactivity()
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityAdded(uint256 _tokensDesired, uint256 _ethDesired, uint256 _tokensActual, uint256 _ethActual)
LiquidityRemoved(uint256 _tokensRemoved, uint256 _ethRemoved)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniRouter, address __deployer)
receive()
This contract contains no error objects.