Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
23 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHAD | ERC-20 | 4.03119M | -- | -- | |
RPILL | ERC-20 | 5K | -- | -- | |
PILL | ERC-20 | 2.439024K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20642553 | 3 months ago | | | 0 | 0.00014445005 | |
| 20445835 | 4 months ago | | | 0 | 0.000069916500 | |
| 20388455 | 5 months ago | | | 0 | 0.00058171353 | |
| 20243519 | 5 months ago | | | 0 | 0.000095278493 | |
| 16701343 | 2 years ago | | | 0 | 0.0016741124 | |
| 16529240 | 2 years ago | | | 0 | 0.0020585374 | |
| 16529233 | 2 years ago | | | 0 | 0.0022536984 | |
| 16529224 | 2 years ago | | | 0 | 0.0019850783 | |
| 16344391 | 2 years ago | | | 0 | 0.00093146047 | |
| 16308712 | 2 years ago | | | 0 | 0.00087763285 |
ABI
ABI objects
Getter at block 21379569
antisnipe() view returns (address)
0xc03087358b109b2d6a2d66bd46d6088f01bf09d8
autoProcess() view returns (bool)
false
communityReceiver() view returns (address)
0x1bdd2bdfeaab978486a8ab4294a79accb84a8281
deadBlocks() view returns (uint256)
5
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
1000000000000000000
getMaximumWallet() view returns (uint256)
20000000000000000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getPoolStatistics() view returns (uint256 totalClaimed, uint256 holders)
(totalClaimed=2221846906, holders=278)
getTransactionLimit() view returns (uint256)
20000000000000000
launchedAt() view returns (uint256)
15783427
launchedTime() view returns (uint256)
1666197887
liquidityReceiver() view returns (address)
0x000000000000000000000000000000000000dead
locker() view returns (address)
0x9d613e211188163afe3516c5d4c9b917f87c1d4c
marketingReceiver() view returns (address)
0xb7c94f832e33eebdf8023e67253ba34f290b7cf1
maxSwapPercent() view returns (uint256)
75
name() pure returns (string)
ChadCoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xb7ef2390e24fe34711b09bec86678500da4eb693
protectionDisabled() view returns (bool)
false
protectionEnabled() view returns (bool)
false
rewards() view returns (address)
0x1af4cb33dc3267c100e0b06e4a38281e084c5605
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapMinimum() view returns (uint256)
100000000000000
swapThreshold() view returns (uint256)
2500000000000000
symbol() pure returns (string)
CHAD
totalSupply() view returns (uint256)
1000000000000000000
unlocksAt() view returns (uint256)
1667679167
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkImpactEstimate(uint256 amount) view returns (uint256)
getLiquidityBacking(uint256 accuracy) view returns (uint256)
getTotalFee(bool selling) view returns (uint256)
getWalletStatistics(address wallet) view returns (uint256 pending, uint256 claimed)
isOverLiquified(uint256 target, uint256 accuracy) view returns (bool)
State-modifying
Events addLiquidityPool(address _pool, bool _enabled)
airdrop(address[] _addresses, uint256[] _amount)
approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableProtection()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 _deadBlocks) payable
lockContract()
renounceOwnership()
resetShares(address shareholder)
setAntiDumpTax(uint256 _tax, uint256 _period, uint256 _threshold, bool _reserve0)
setAutoProcess(bool _enabled)
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution, uint256 gas)
setFees(uint256 _rewardsFee, uint256 _rewardsSellFee, uint256 _liquidityFee, uint256 _liquiditySellFee, uint256 _marketingFee, uint256 _marketingSellFee, uint256 _communityFee, uint256 _communitySellFee, uint256 _feeDenominator)
setIsDividendExempt(address holder, bool exempt)
setIsFeeExempt(address holder, bool exempt)
setIsTxLimitExempt(address holder, bool exempt)
setLiquidityProvider(address _provider, bool _set)
setMaxWallet(uint256 thousandths)
setProtection(address _protection, bool _call)
setProtectionEnabled(bool _protect)
setSwapBackSettings(bool _enabled, uint256 _denominator, uint256 _denominatorMin)
setTargetLiquidity(uint256 _target, uint256 _denominator)
setTxLimit(uint256 thousandths)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockContract()
AirdropSent(address indexed from)
AntiDumpTaxSet(uint256 rate, uint256 period, uint256 threshold)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amount, uint256 amountToken)
FeeExemptSet(address indexed wallet, bool isExempt)
FeesSet(uint256 totalBuyFees, uint256 totalSellFees, uint256 denominator)
LiquidityPoolSet(address indexed pool, bool enabled)
LiquidityProviderSet(address indexed provider, bool isSet)
MaxWalletSet(uint256 limit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtectionDisabled()
ProtectionSet(address indexed protection)
ProtectionToggle(bool isEnabled)
SwapSettingsSet(uint256 minimum, uint256 maximum, bool enabled)
TargetLiquiditySet(uint256 percent)
TradingLaunched()
TransactionLimitSet(uint256 limit)
Transfer(address indexed from, address indexed to, uint256 value)
TrasactionLimitExemptSet(address indexed wallet, bool isExempt)
constructor(address _liquidityProvider, address _marketingWallet, address _communityWallet)
receive()
This contract contains no error objects.