LooterToken
Verified contract
Active on
Ethereum with 922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($181.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOTER | ERC-20 | 8.148081K | $0.022323 |
$181.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242670 | 16 hours ago | | | 0 | 0.00072798507 | |
| 21242531 | 17 hours ago | | | 0 | 0.00054589691 | |
| 21237807 | a day ago | | | 0 | 0.00095951883 | |
| 21233578 | 2 days ago | | | 0 | 0.00044701588 | |
| 21221660 | 4 days ago | | | 0 | 0.00055852229 | |
| 21216771 | 4 days ago | | | 0 | 0.0011817467 | |
| 21212380 | 5 days ago | | | 0 | 0.00051220400 | |
| 21203077 | 6 days ago | | | 0 | 0.00047663469 | |
| 21186600 | 8 days ago | | | 0 | 0.0018533995 | |
| 21184873 | 9 days ago | | | 0 | 0.0015562653 |
ABI
ABI objects
Getter at block 21247479
buyTokenFee() view returns (uint256)
5
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxTx() view returns (uint256)
100000000000000000000000000
maxWallet() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Looter
owner() view returns (address)
0x000000000007700824831b0b57fd046faa37d558
sellTokenFee() view returns (uint256)
5
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
LOOTER
tokenFeeActive() view returns (bool)
true
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTokenFee()
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeWallet(address newWallet)
updateSwapTokensAtAmount(uint256 newAmount)
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()
receive()
This contract contains no error objects.