Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGC | ERC-20 | 387.924728 | $0.000266 |
$0.1 | |
LOL | ERC-20 | 675.784311 | -- | -- | |
COOMER | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23837883 | an hour ago | | | 0 | 0.00023426275 | |
| 23837402 | an hour ago | | | 0 | 0.000000405550479213 | |
| 23835890 | 2 hours ago | | | 0 | 4.4873742e-7 | |
| 23835663 | 2 hours ago | | | 0 | 3.7368023e-7 | |
| 23835452 | 2 hours ago | | | 0 | 0.000000405366965289 | |
| 23834830 | 2 hours ago | | | 0 | 0.000000405550479213 | |
| 23834013 | 3 hours ago | | | 0 | 0.000000709694222589 | |
| 23832264 | 4 hours ago | | | 0 | 0.000000709694222589 | |
| 23829009 | 6 hours ago | | | 0 | 0.00093504775 | |
| 23828711 | 6 hours ago | | | 0 | 0.000000405366965289 |
ABI
ABI objects
Getter at block 23839318
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
18507082087
lolAddress() view returns (address)
0x348e9b7eda6d79749794e892c40615db3d693ca3
name() view returns (string)
LOL
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x5a045e8ab83cb9591b53b95f061599dc91a79e8f
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
LOL
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
lolFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
lolAddressSetup(address _newAddress)
lolFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidPair(address pair)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingAlreadyEnabled()
TradingNotEnabled()