The Liquidity Game
Verified contract
Active on
Ethereum with 360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Liquidity Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20784428 | 2 months ago | | | 0 | 0.00091463851 | |
| 20549993 | 3 months ago | | | 0 | 0.000086141243 | |
| 20546692 | 3 months ago | | | 0 | 0.000039224583 | |
| 20546604 | 3 months ago | | | 0 | 0.000093429688 | |
| 20546535 | 3 months ago | | | 0 | 0.000058750505 | |
| 20546377 | 3 months ago | | | 0 | 0.000050720419 | |
| 20545310 | 3 months ago | | | 0 | 0.000050386584 | |
| 20544402 | 3 months ago | | | 0 | 0.000096022516 | |
| 20544394 | 3 months ago | | | 0 | 0.000094685053 | |
| 20544393 | 3 months ago | | | 0 | 0.00018090467 |
ABI
ABI objects
Getter at block 21304558
buyMarketFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxTxnSize() view returns (uint256)
1000000000000000000000
maxWalletSize() view returns (uint256)
2000000000000000000000
mkWallet() view returns (address)
0xc9d2f42fd2b112bc2cf53ee03d267ca0f14ee7b9
name() view returns (string)
The Liquidity Game
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellMarketFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000
symbol() view returns (string)
LIQGAME
tokensForMarket() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000
tradingActive() view returns (bool)
true
uniswapPair() view returns (address)
0xa7c19a8bb46c287bffc487ddfbdcc115ce20d1ee
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTradingWithPermit(uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 newMarketFee)
updateMaxWallet(uint256 newNum)
updateSellFees(uint256 newMarketFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updatemaxTxn(uint256 newNum)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalNativeSupply_, address marketingWallet_, uint256 buyFee_, uint256 sellFee_)
receive()
This contract contains no error objects.