Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
8 additional
variables
Balances ($4,620.17)
Native
Value
$3,000.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.784066 | $3,827.35 |
$3,000.89 | |
USDT | ERC-20 | 1.617657K | $1.001 |
$1,619.27 | |
SHAMAN | ERC-20 | 164.819256T | -- | -- | |
SHAMAN | ERC-20 | 104.878366T | -- | -- | |
KLEE | ERC-20 | 1.942996T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156474 | 24 days ago | | | 0 | 0.0022406362 | |
| 21074818 | a month ago | | | 0 | 0.00020247452 | |
| 21049567 | a month ago | | | 0 | 0.0014355660 | |
| 21049552 | a month ago | | | 0 | 0.0014139280 | |
| 20994972 | 2 months ago | | | 0 | 0.0027135644 | |
| 20768246 | 3 months ago | | | 0 | 0.00013322057 | |
| 20694863 | 3 months ago | | | 0 | 0.000046727814 | |
| 20694655 | 3 months ago | | | 0 | 0.000056236295 | |
| 20612918 | 3 months ago | | | 0 | 0.00044830380 | |
| 20511220 | 4 months ago | | | 0 | 0.000054674852 |
ABI
ABI objects
Getter at block 21330204
buyBackWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 3, 1, 3, 2)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 3, 1, 3, 2)
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
marketingWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
maxTxAmount() view returns (uint256)
50000000000000000000000000000000000
maxWalletAmount() view returns (uint256)
50000000000000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
50000000000000000000000000000000000
name() view returns (string)
Shaman
owner() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
symbol() view returns (string)
SHAMAN
totalFees() view returns (uint256)
513225326071893559203783002235190
totalSupply() view returns (uint256)
50000000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9b4a421bdf48f44a7327dcde1dc741009e379899
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)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) 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)
excludeFromDividends(address account, bool excluded)
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 _marketingFeeOnBuy, uint8 _devFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _marketingFeeOnSell, uint8 _devFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _holdersFeeOnSell)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setWallets(address newLiquidityWallet, address newMarketingWallet, address newDevWallet, 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)
ExcludeFromDividendsChange(address indexed account, bool isExcluded)
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 marketingFee, uint8 devFee, uint8 buyBackFee, uint8 holdersFee)
FeesApplied(uint8 liquidityFee, uint8 marketingFee, uint8 devFee, uint8 buyBackFee, uint8 holdersFee, uint8 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.