Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Native
Value
$74.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0202 | $3,701.27 |
$74.77 | |
TRADE | ERC-20 | 60.272554K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20898266 | 2 months ago | | | 0 | 0.00021302189 | |
| 20042372 | 6 months ago | | | 0 | 0.00067031439 | |
| 19951153 | 6 months ago | | | 0 | 0.000087082141 | |
| 19951147 | 6 months ago | | | 0 | 0.00015437816 | |
| 19949531 | 6 months ago | | | 0 | 0.00016920787 | |
| 19917473 | 6 months ago | | | 0 | 0.00033911927 | |
| 19863419 | 7 months ago | | | 0 | 0.00042252145 | |
| 19808631 | 7 months ago | | | 0 | 0.00032389909 | |
| 19733723 | 7 months ago | | | 0 | 0.0011115562 | |
| 19692129 | 7 months ago | | | 0 | 0.0024209434 |
ABI
ABI objects
Getter at block 21312670 listTaxBeneficiaries() view returns (struct CF_TaxabletaxBeneficiaryView[] list)
DOMAIN_SEPARATOR() view returns (bytes32)
0x8f72c1f8bca66e66440739e4d22feeac09c32920e53147b7a4f62c1b0aca7293
buyTax() view returns (uint24)
4950
decimals() view returns (uint8)
18
denominator() pure returns (uint24)
1000
getAutoSwapPercent() view returns (uint24 min, uint24 max)
(min=50, max=300)
getDEXPairV2() view returns (address)
0x5cb62b026c491f83b14f092a0f5670ca88bf1cc8
getDEXRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getEarlyPenaltyTime() view returns (uint32)
600
getLPTokensReceiver() view returns (address)
0xd74c50c5ffe75aff4f21e384e4073d8b89a89e43
getMaxBalancePercent() view returns (uint24)
2000
getMaxTxPercent() view returns (uint24)
0
getTaxToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
info() view returns (string name, string symbol, uint8 decimals, address owner, uint256 totalSupply, string version)
(name=WIZARDS, symbol=TRADE, decimals=18, owner=0xd74c50c5ffe75aff4f21e384e4073d8b89a89e43, totalSupply=100000000000000000000000000, version=1.0.1)
isAutoSwapEnabled() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
name() view returns (string)
WIZARDS
owner() view returns (address)
0xd74c50c5ffe75aff4f21e384e4073d8b89a89e43
renounced() view returns (bool Whitelist, bool MaxTx, bool MaxBalance, bool DEXRouterV2, bool Taxable)
(Whitelist=false, MaxTx=false, MaxBalance=false, DEXRouterV2=false, Taxable=false)
sellTax() view returns (uint24)
4950
symbol() view returns (string)
TRADE
taxesSuspended() view returns (bool)
false
totalSupply() view returns (uint256)
100000000000000000000000000
totalTaxCollected() view returns (uint256)
56854897378021985657707655
txTax() view returns (uint24)
1000
version() pure returns (string)
1.0.1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address from) view returns (uint24)
isPenalized(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
sellTax(address to) view returns (uint24)
txTax(address from) view returns (uint24)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoSwap()
autoSwap(bool force)
autoTaxDistribute()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableAutoSwap(bool status)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address token, address to, uint256 amount)
recoverNative(address to, uint256 amount)
removePenalty(address account)
renounceDEXRouterV2()
renounceMaxBalance()
renounceMaxTx()
renounceOwnership()
renounceTaxable()
renounceWhitelist()
setAutoSwapPercent(uint24 min, uint24 max)
setDEXRouterV2(address router, address receiver) returns (address)
setEarlyPenaltyTime(uint32 time)
setMaxBalancePercent(uint24 percent)
setMaxTxPercent(uint24 percent)
setTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
setTaxToken(address token)
suspendTaxes(bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address account, bool status)
whitelist(address[] accounts, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RenouncedDEXRouterV2()
RenouncedMaxBalance()
RenouncedMaxTx()
RenouncedTaxable()
RenouncedWhitelist()
SetDEXRouterV2(address indexed router, address indexed pair, address receiver)
SetEarlyPenaltyTime(uint32 time)
SetMaxBalancePercent(uint24 percent)
SetMaxTxPercent(uint24 percent)
SetTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
SwapAndLiquify(uint256 tokenAmount, uint256 ethAmount, uint256 liquidity)
SwappedTokensForNative(uint256 tokenAmount, uint256 ethAmount)
SwappedTokensForTokens(address token, uint256 token0Amount, uint256 token1Amount)
TaxDistributed(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelisted(address indexed account, bool status)
constructor()
fallback()
receive()
This contract contains no error objects.