Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($75.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKOL | ERC-20 | 406.188595 | $0.186423 |
$75.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158976 | 6 hours ago | | | 0 | 0.0013456262 | |
| 21155135 | 19 hours ago | | | 0 | 0.00068436589 | |
| 21155126 | 19 hours ago | | | 0 | 0.00055871239 | |
| 21155119 | 19 hours ago | | | 0 | 0.00086776645 | |
| 21154702 | 20 hours ago | | | 0 | 0.00037109715 | |
| 21151996 | a day ago | | | 0 | 0.00032346644 | |
| 21151785 | a day ago | | | 0 | 0.00044968436 | |
| 21151778 | a day ago | | | 0 | 0.00043007164 | |
| 21151775 | a day ago | | | 0 | 0.00042310587 | |
| 21144245 | 2 days ago | | | 0 | 0.0011647691 |
ABI
ABI objects
Getter at block 21160784
buyBackEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
feeDivisor() view returns (uint256)
100
liquidityBuyFee() view returns (uint256)
0
liquiditySellFee() view returns (uint256)
0
marketingBuyFee() view returns (uint256)
2
marketingSellFee() view returns (uint256)
2
marketingWallet() view returns (address)
0xfad63184e73f10f3201cd51b54df920d36af19ca
name() view returns (string)
Skol!
owner() view returns (address)
0xaeed10abbdb05363cf7d5e41bcbc6f8967563bfb
p2eBuyFee() view returns (uint256)
1
p2eSellFee() view returns (uint256)
1
p2eWallet() view returns (address)
0x65bfd38a36b9a0c07c2abf8e61bae418e4df2f7a
percentForMarketing() view returns (uint256)
50
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
SKOL
totalBuyFees() view returns (uint256)
3
totalSellFees() view returns (uint256)
3
totalSupply() view returns (uint256)
10000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV3Pair() view returns (address)
0x10ef7f8833ea986109abc6ef2ac379bf4baf2801
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
marketingBuyBackSettings(bool _buyBackEnabled, uint256 _percentForMarketing)
recoverContractETH()
recoverERC20Token(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)
updateMarketingWallet(address newMarketingWallet)
updateP2EWallet(address newWallet)
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)
p2eWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.