Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CANCER | ERC-20 | 63.077163B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19013602 | 10 months ago | | | 0 | 0.00053978241 | |
| 16292316 | 2 years ago | | | 0 | 0.00084977032 | |
| 14440458 | 3 years ago | | | 0 | 0.0013107987 | |
| 13914397 | 3 years ago | | | 0 | 0.0018100762 | |
| 13894483 | 3 years ago | | | 0 | 0.0050310260 | |
| 13894477 | 3 years ago | | | 0 | 0.0059584757 | |
| 13882817 | 3 years ago | | | 0 | 0.0031315570 | |
| 13862400 | 3 years ago | | | 0 | 0.0034554291 | |
| 13862359 | 3 years ago | | | 0 | 0.0042558554 | |
| 13862352 | 3 years ago | | | 0 | 0.0036479182 |
ABI
ABI objects
Getter at block 21220611
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 team, uint16 marketing, uint16 donation, uint16 total)
(team=3, marketing=5, donation=2, total=10)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=1000, sellFee=1000, transferFee=1000)
_taxWallets() view returns (address marketing, address team, address donation)
(marketing=0xbda33274230db5b221068f134923d7d446a346c5, team=0xbda33274230db5b221068f134923d7d446a346c5, donation=0x307cc8f84efccb4d22a4e24229c3641808010877)
contractSwapEnabled() view returns (bool)
true
currentRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getBuyCooldownTime() view returns (bool, uint256)
(true, 15)
getCirculatingSupply() view returns (uint256)
962056471785409988616
getMaxTX() view returns (uint256)
1000000000000
getMaxWallet() view returns (uint256)
20000000000
getOwner() view returns (address)
0x148511ac43751ad8562bc5f86879a01cc8e194dd
getSniperAmt() view returns (uint256)
46
lpPair() view returns (address)
0x5e653b66d0aaaa0fe82a4e5c94096120124fb0e8
name() pure returns (string)
FkCancer
owner() view returns (address)
0x148511ac43751ad8562bc5f86879a01cc8e194dd
staticVals() view returns (uint16 maxBuyTaxes, uint16 maxSellTaxes, uint16 maxTransferTaxes, uint16 masterTaxDivisor)
(maxBuyTaxes=2000, maxSellTaxes=2000, maxTransferTaxes=2000, masterTaxDivisor=10000)
symbol() pure returns (string)
CANCER
totalSupply() view returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
changeRouterContingency(address router)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklisted(address account)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setBuyCooldown(uint256 time)
setBuyCooldownEnabled(bool enabled)
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _algo)
setRatios(uint16 team, uint16 marketing, uint16 donation)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.