Law of Attraction
Verified contract
Active on
Base with 56,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($340.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOA | ERC-20 | 36.442687K | $0.008158 |
$297.3 | |
USDC | ERC-20 | 35 | $1.00 |
$35 | |
BRETT | ERC-20 | 49.547384 | $0.156429 |
$7.75 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
WGC | ERC-20 | 500 | $0.00047 |
$0.24 | |
ETHO | ERC-20 | 10 | $0.009843 |
$0.1 | |
BENTO | ERC-20 | 888.888K | $0.00 |
$0.01 | |
POLA | ERC-20 | 10 | $0.000517 |
$0.01 | |
BOYS | ERC-20 | 0.4 | $0.012202 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000181 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754902 | 36 minutes ago | | | 0 | 7.2483409e-7 | |
| 22753950 | an hour ago | | | 0 | 4.5492125e-7 | |
| 22753941 | an hour ago | | | 0 | 4.1615625e-7 | |
| 22753256 | 2 hours ago | | | 0 | 9.7880729e-7 | |
| 22752718 | 2 hours ago | | | 0 | 6.1649370e-7 | |
| 22751147 | 3 hours ago | | | 0 | 6.4859660e-7 | |
| 22751077 | 3 hours ago | | | 0 | 6.4889574e-7 | |
| 22750710 | 3 hours ago | | | 0 | 6.7297713e-7 | |
| 22750703 | 3 hours ago | | | 0 | 6.7582884e-7 | |
| 22749328 | 4 hours ago | | | 0 | 8.3675467e-7 |
ABI
ABI objects
Getter at block 22755975
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
32088134264929776003630
getSwapThresholdAmount() view returns (uint256)
41346494842081507286699
name() view returns (string)
Law of Attraction
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x1018d8069f68659521529bc30c258b17c3f5fcaf
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
LOA
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
walletAddress() view returns (address)
0x68dd40d67765b2d66b50df27a641fcfd497cc6c8
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)
liquidityFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
walletFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
walletAddressSetup(address _newAddress)
walletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
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)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
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)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
walletAddressUpdated(address walletAddress)
walletFeeSent(address recipient, uint256 amount)
walletFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.