WizardBOT
Verified contract
Active on
Ethereum with 192 txns
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 |
---|---|---|---|---|---|
WizardBOT | ERC-20 | 1.127147K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18536768 | a year ago | | | 0 | 0.0011488437 | |
| 18536764 | a year ago | | | 0 | 0.0013137903 | |
| 18536757 | a year ago | | | 0 | 0.0013495251 | |
| 18536702 | a year ago | | | 0 | 0.0011477818 | |
| 18536682 | a year ago | | | 0 | 0.0012887623 | |
| 18536673 | a year ago | | | 0 | 0.0012519847 | |
| 18536658 | a year ago | | | 0 | 0.0012064618 | |
| 18412423 | a year ago | | | 0 | 0.00049339220 | |
| 18401945 | a year ago | | | 0 | 0.00038909059 | |
| 18361058 | a year ago | | | 0 | 0.00053258796 |
ABI
ABI objects
Getter at block 21190657
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xe97d3b837b0f80fcbd3238b455bf3b6ea5fad3ee
maxTnxAmount() view returns (uint256)
1000000000000000000000000
maxWalletBalance() view returns (uint256)
1000000000000000000000000
name() view returns (string)
WizardBOT
numTokensSellToSendFees() view returns (uint256)
5000000000000000000000
owner() view returns (address)
0xe97d3b837b0f80fcbd3238b455bf3b6ea5fad3ee
sellFee() view returns (uint256)
0
swapAndSendFeesEnabled() view returns (bool)
false
symbol() view returns (string)
WizardBOT
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb2da3197101423ff80e3f86da2a83bae94e9da28
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxTnxLimit(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
includeAndExcludeFromFee(address account, bool value)
includeAndExcludedFromMaxTnxLimit(address account, bool value)
includeAndExcludedFromMaxWallet(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyAndSellFee(uint256 bFee, uint256 sFee)
setMaxBalance(uint256 maxBalancePercent)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensSellToSendFees(uint256 amount)
setmarketingWallet(address _addr)
setswapAndSendFeesEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
swapAndSendFeesEnabledUpdated(bool enabled)
constructor()
receive()
This contract contains no error objects.