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 |
---|---|---|---|---|---|
Wallet Tracker | ERC-20 | 2.222643M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18221184 | a year ago | | | 0 | 0.0013552912 | |
| 18221162 | a year ago | | | 0 | 0.00063141124 | |
| 18221161 | a year ago | | | 0 | 0.00082401322 | |
| 18221161 | a year ago | | | 0 | 0.00082455648 | |
| 18221123 | a year ago | | | 0 | 0.0015211855 | |
| 18221120 | a year ago | | | 0 | 0.00092254475 | |
| 18221120 | a year ago | | | 0 | 0.00092193694 | |
| 18221110 | a year ago | | | 0 | 0.0019345518 | |
| 18221102 | a year ago | | | 0 | 0.0021146844 | |
| 18220954 | a year ago | | | 0 | 0.00097398248 |
ABI
ABI objects
Getter at block 21214666
creator() view returns (string)
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
2
marketingFeeOnSell() view returns (uint256)
5
marketingWallet() view returns (address)
0xc8e84b60e2ae7fcf8388a4f797547bffedea79da
maxTransactionAmountBuy() view returns (uint256)
1000000000000000000000000000
maxTransactionAmountSell() view returns (uint256)
1000000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
true
name() view returns (string)
WTC
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
Wallet Tracker
totalSupply() view returns (uint256)
10000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xa628c03d1038a177ecdded2b428bb3748d13128d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferFee() view returns (uint256)
2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFeeOnBuy)
updateSellFees(uint256 _marketingFeeOnSell)
updateWalletToWalletTransferFee(uint256 _walletToWalletTransferFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 marketingFeeOnBuy)
UpdateSellFees(uint256 marketingFeeOnSell)
UpdateWalletToWalletTransferFee(uint256 walletToWalletTransferFee)
constructor()
receive()
This contract contains no error objects.