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 |
---|---|---|---|---|---|
SLIMER | ERC-20 | 81.769765M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227047 | 4 hours ago | | | 0 | 0.00053567002 | |
| 21227041 | 4 hours ago | | | 0 | 0.00050457592 | |
| 21226792 | 5 hours ago | | | 0 | 0.00039838713 | |
| 21226749 | 5 hours ago | | | 0 | 0.00021823051 | |
| 21226719 | 5 hours ago | | | 0 | 0.00037394396 | |
| 21226615 | 6 hours ago | | | 0 | 0.00047046027 | |
| 21226322 | 7 hours ago | | | 0 | 0.00081242865 | |
| 21226072 | 8 hours ago | | | 0 | 0.00073184367 | |
| 21225989 | 8 hours ago | | | 0 | 0.00056273372 | |
| 21225839 | 8 hours ago | | | 0 | 0.00096987048 |
ABI
ABI objects
Getter at block 21228316
buyBackEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
feeDivisor() view returns (uint256)
1000
marketingBuyFee() view returns (uint256)
30
marketingSellFee() view returns (uint256)
150
marketingWallet() view returns (address)
0xf20672286751de58e193b14e874559c0e1d80b8a
name() view returns (string)
SLIMER
owner() view returns (address)
0x682364d8933cdbf09fc1b5af2532ff3f6ae8952d
percentForMarketing() view returns (uint256)
100
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
SLIMER
totalBuyFees() view returns (uint256)
30
totalSellFees() view returns (uint256)
150
totalSupply() view returns (uint256)
555236800000000000000000000000
uniswapV3Pair() view returns (address)
0x72f61ab19f39cf6eae98a3ae7fe9b942bce3ea8b
uniswapV3Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeBuyBackSettings(bool _buyBackEnabled, uint256 _percentForMarketing)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverStuckETH()
recoverStuckTokens(address tokenAddress, uint256 tokens) returns (bool success)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFee)
updateMarketingWallet(address newMarketingWallet)
updateSellFees(uint256 _marketingFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.