ChainFactory
Verified contract
Active on
Ethereum with 1,959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
22 additional
variables
Balances ($325.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FACTORY | ERC-20 | 4.22913K | $0.077 |
$325.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218023 | an hour ago | | | 0 | 0.0011404080 | |
| 21217494 | 3 hours ago | | | 0 | 0.00049684000 | |
| 21217468 | 3 hours ago | | | 0 | 0.00073621487 | |
| 21215456 | 10 hours ago | | | 0 | 0.00076583523 | |
| 21215135 | 11 hours ago | | | 0 | 0.00078918346 | |
| 21212756 | 19 hours ago | | | 0 | 0.00026862595 | |
| 21212724 | 19 hours ago | | | 0 | 0.00048130053 | |
| 21211269 | a day ago | | | 0 | 0.00046877351 | |
| 21209752 | a day ago | | | 0 | 0.00034250589 | |
| 21209727 | a day ago | | | 0 | 0.00056826410 |
ABI
ABI objects
Getter at block 21218365 listTaxBeneficiaries() view returns (struct CF_TaxabletaxBeneficiaryView[] list)
DOMAIN_SEPARATOR() view returns (bytes32)
0xabc8a962ec7ed1834bc6752b044dfdfa891cb599a23512e6bb9051e67ef73a82
buyTax() view returns (uint24)
5000
decimals() view returns (uint8)
18
denominator() view returns (uint24)
1000
getDEXPair() view returns (address)
0x074b735db7a27cf0d68f0eba6769b4c751cfc23d
getDEXReceiver() view returns (address)
0xb8f8a463a725502b5e0642bb0dc55ca8d1675434
getDEXRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxBalancePercent() view returns (uint24)
2000
getMinSwapPercent() view returns (uint24)
20
getMinTaxDistributionPercent() view returns (uint24)
500
getReflectionToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
info() view returns (string name, string symbol, uint8 decimals, address owner, uint256 totalSupply, string version)
(name=ChainFactory, symbol=FACTORY, decimals=18, owner=0xb8f8a463a725502b5e0642bb0dc55ca8d1675434, totalSupply=67000000000000000000000000, version=1.0.0)
isSwapEnabled() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
name() view returns (string)
ChainFactory
owner() view returns (address)
0xb8f8a463a725502b5e0642bb0dc55ca8d1675434
renounced() view returns (bool Blacklist, bool Whitelist, bool Cooldown, bool MaxBalance, bool Taxable, bool DEXRouterV2)
(Blacklist=true, Whitelist=false, Cooldown=false, MaxBalance=false, Taxable=false, DEXRouterV2=false)
sellTax() view returns (uint24)
5000
symbol() view returns (string)
FACTORY
taxesSuspended() view returns (bool)
false
totalBurned() view returns (uint256)
8000000000000000000000000
totalSupply() view returns (uint256)
67000000000000000000000000
totalTaxCollected() view returns (uint256)
38038779073806687438491857
txTax() view returns (uint24)
0
version() pure returns (string)
1.0.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address from) view returns (uint24)
isBlacklisted(address account) view returns (bool)
isPenalized(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
remainingCooldownTime(address account) view returns (uint32)
sellTax(address to) view returns (uint24)
txTax(address from) view returns (uint24)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoSwap(bool force)
autoTaxDistribute(bool force)
blacklist(address account, bool status)
blacklist(address[] accounts, bool status)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
liquifyExcess()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address token, address to, uint256 amount, bool force)
recoverETH(address to, uint256 amount, bool force)
removeCooldown(address account)
removePenalty(address account)
renounceBlacklist()
renounceCooldown()
renounceDEXRouterV2()
renounceMaxBalance()
renounceOwnership()
renounceTaxable()
renounceWhitelist()
setCooldown(uint8 count, uint32 time, uint32 period)
setDEXRouter(address router, address receiver) returns (address)
setEarlyPenaltyTime(uint32 time)
setMaxBalancePercent(uint24 percent)
setMinSwapPercent(uint24 percent)
setMinTaxDistributionPercent(uint24 percent)
setReflection(address token)
setSwapStatus(bool status)
setTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
setTradingStatus(bool status)
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)
Blacklisted(address indexed account, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RenouncedBlacklist()
RenouncedCooldown()
RenouncedDEXRouterV2()
RenouncedMaxBalance()
RenouncedTaxable()
RenouncedWhitelist()
SetCooldown(uint8 count, uint32 time, uint32 period)
SetDEXRouter(address indexed router, address indexed pair, address receiver)
SetEarlyPenaltyTime(uint32 time)
SetMaxBalancePercent(uint24 percent)
SetTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
SwapAndLiquify(uint256 tokenAmount, uint256 ethAmount, uint256 liquidity)
SwappedTokensForERC20(address token, uint256 token0Amount, uint256 token1Amount)
SwappedTokensForETH(uint256 tokenAmount, uint256 ethAmount)
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.