Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
7 additional
variables
Balances ($1,393.91)
Native
Value
$1,393.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.418067 | $3,334.18 |
$1,393.91 | |
SLAKE | ERC-20 | 133.376563K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239279 | a day ago | | | 0 | 0.00065578628 | |
| 21119316 | 18 days ago | | | 0 | 0.00030264264 | |
| 21119067 | 18 days ago | | | 0 | 0.00031092200 | |
| 21009278 | a month ago | | | 0 | 0.00037678872 | |
| 20966240 | a month ago | | | 0 | 0.00092554919 | |
| 20946519 | a month ago | | | 0 | 0.00055741387 | |
| 20880276 | 2 months ago | | | 0 | 0.00064226724 | |
| 20875690 | 2 months ago | | | 0 | 0.00048580998 | |
| 20825318 | 2 months ago | | | 0 | 0.00059917432 | |
| 20491960 | 3 months ago | | | 0 | 0.00051881370 |
ABI
ABI objects
Getter at block 21247681
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
buyBackWallet() view returns (address)
0x1fa18e5d6e3624fb1ed3994b54e9bc5ed7ea6934
decimals() view returns (uint8)
18
getBaseBuyFees() view returns (uint8, uint8, uint8)
(0, 0, 0)
getBaseSellFees() view returns (uint8, uint8, uint8)
(1, 7, 2)
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0x628b14b45ef19c00356fe0e277e89c551a657062
maxTxAmount() view returns (uint256)
5000000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
125000000000000000000000
name() view returns (string)
Slake
operationsWallet() view returns (address)
0xdd25cb0b7b57c33ac279b5fd3b234dab54c1992c
owner() view returns (address)
0x628b14b45ef19c00356fe0e277e89c551a657062
symbol() view returns (string)
SLAKE
totalSupply() view returns (uint256)
500000000000000000000000000
uniswapV2Pair() view returns (address)
0x02d9ea26c35b584dd4393c984d1611003be38984
uniswapV2Router() 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)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
claimETHOverflow()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _operationsFeeOnBuy, uint8 _buyBackFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _operationsFeeOnSell, uint8 _buyBackFeeOnSell)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setUniswapRouter(address newAddress)
setWallets(address newLiquidityWallet, address newOperationsWallet, address newBuyBackWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee, uint256 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.