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 |
---|---|---|---|---|---|
Chad Index | ERC-20 | 14.055049K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199547 | 10 days ago | | | 0 | 0.00064425378 | |
| 21194505 | 11 days ago | | | 0 | 0.0013170330 | |
| 20973430 | a month ago | | | 0 | 0.00098683951 | |
| 20973400 | a month ago | | | 0 | 0.00099590928 | |
| 20973397 | a month ago | | | 0 | 0.0011124946 | |
| 20973374 | a month ago | | | 0 | 0.0010204923 | |
| 20973362 | a month ago | | | 0 | 0.00083215186 | |
| 20973302 | a month ago | | | 0 | 0.00085383333 | |
| 20967092 | a month ago | | | 0 | 0.00076692605 | |
| 20899756 | 2 months ago | | | 0 | 0.00062528035 |
ABI
ABI objects
Getter at block 21272205
DOMAIN_SEPARATOR() view returns (bytes32)
0x4b5bf98918f901fff04f17eb5021cfcaf74162a508ae632063885a2656c855c9
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
MAX_SWAP_AMOUNT() view returns (uint256)
5000000000000000000000000
MIN_SWAP_AMOUNT() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xe6ba59a768dd5455f1f9eda0cca1a74b723dca35
feeAmounts() view returns (uint8 buy, uint8 sell, uint8 liquidity, uint8 index, uint8 development)
(buy=5, sell=5, liquidity=10, index=70, development=20)
index() view returns (address)
0xdce46b2d2193b5fab04b3129ea9498c9b601a140
isBlacklistRenounced() view returns (bool)
false
isFeeChangeRenounced() view returns (bool)
false
isLimitInEffect() view returns (bool)
false
isSwapEnabled() view returns (bool)
true
isTradingActive() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
5000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
CHAD
owner() view returns (address)
0x7c1b2245dff7f32a38cdaa5933afdad85927771d
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
Chad Index
tokensForBotProtection() view returns (uint256)
784953157106439629129345886
totalSupply() view returns (uint256)
927762675216879144311607781
uniswapV2Pair() view returns (address)
0x2db071e62c052f9709f916a585cc9249d46da778
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isAutomatedMarketMakerPair(address pair) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransactionAmount(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
burn(address from, uint256 amount)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool isExcluded)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLimits()
renounceBlacklist()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(address account)
updateFees(struct ChadFees newFees)
updateMaxTransactionAmount(uint256 newAmount)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransaction(address indexed account, bool isExcluded)
FailedSwapBackTransfer(address indexed destination, uint256 amount)
MaxTransactionAmountUpdated(uint256 newAmount, uint256 oldAmount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
SwapTokensAtAmountUpdated(uint256 newAmount, uint256 oldAmount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address routerAddress, address indexAddress, address devWallet)
receive()
Chad__BlacklistModificationDisabled()
Chad__BuyAmountGreaterThanMax()
Chad__CannotBlacklistLPPair()
Chad__CannotBlacklistRouter()
Chad__CannotRemovePairFromAMMs()
Chad__CannotTransferFromAddressZero()
Chad__CannotTransferToAddressZero()
Chad__ErrorWithdrawingEth()
Chad__FeeChangeRenounced()
Chad__MaxFeeFivePercent()
Chad__MaxTransactionTooLow()
Chad__MaxWalletAmountExceeded()
Chad__MaxWalletAmountTooLow()
Chad__OnlyOwner()
Chad__ReceiverBlacklisted()
Chad__ReceiverCannotBeAddressZero()
Chad__SellAmountGreaterThanMax()
Chad__SenderBlacklisted()
Chad__StuckEthWithdrawError()
Chad__SwapAmountGreaterThanMaximum()
Chad__SwapAmountLowerThanMinimum()
Chad__TokenAddressCannotBeAddressZero()
Chad__TradingNotActive()