Charge Coin
Verified contract
Active on
Ethereum with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHARGE | ERC-20 | 1.827295M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18781657 | a year ago | | | 0 | 0.0011985818 | |
| 18781654 | a year ago | | | 0 | 0.0012891499 | |
| 18424306 | a year ago | | | 0 | 0.0010644872 | |
| 18423840 | a year ago | | | 0 | 0.00073894413 | |
| 18423815 | a year ago | | | 0 | 0.00096048831 | |
| 18423810 | a year ago | | | 0 | 0.00069989238 | |
| 18054096 | a year ago | | | 0 | 0.00025515913 | |
| 17956551 | a year ago | | | 0 | 0.00042332495 | |
| 17746045 | a year ago | | | 0 | 0.00097339200 | |
| 17710097 | a year ago | | | 0 | 0.00040454924 |
ABI
ABI objects
Getter at block 21287195
adaptiveTax() view returns (uint256)
30
buyTax() view returns (uint256)
0
buyThreshold() view returns (uint256)
20000000000000000000000
buybackWallet() view returns (address)
0x3691ab01427b33c1aced6098b660cc6f6c021a2e
decimals() pure returns (uint8)
18
devWallet() view returns (address)
0xf6b9a4d1fd67d9ad967c2194b833a7e8f650ca3d
maxSellTax() view returns (uint256)
150
maxTxAmount() view returns (uint256)
20000000000000000000000000
maxWalletAmount() view returns (uint256)
20000000000000000000000000
name() pure returns (string)
Charge Coin
offlineBlocks() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xe9832a7a819238066b56a561496a26a007e0ba3f
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
90
startBlock() view returns (uint256)
17589007
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
2000000000000000000000000
symbol() pure returns (string)
CHARGE
taxesPercentage() view returns (uint256 rfi, uint256 dev, uint256 buyBack)
(rfi=33, dev=34, buyBack=33)
totalRfi() view returns (uint256)
31972203548097649742101751
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFee(address account, bool status)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueETH(uint256 weiAmount)
rescueTokens(address _tokenAddr, address _to, uint256 _amount)
setTaxesPercentage(uint256 _rfi, uint256 _dev, uint256 _buyback)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyThreshold(uint256 amount)
updateBuybackWallet(address newWallet)
updateDevWallet(address newWallet)
updateMaxSellTax(uint256 amount)
updateMaxTx(uint256 amount)
updateMaxWallet(uint256 amount)
updateRouterAndPair(address newRouter, address newPair)
updateSwapEnabled(bool _enabled)
updateSwapThreshold(uint256 amount)
updateadaptiveTax(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressInsufficientBalance(address account)
FailedInnerCall()