An-Chan

Verified contract

Active on Ethereum with 162 txns
Deployed by via 0x51179316 at 20492465
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "An-Chan"

0x8238233c290fb8a5bdfe24c54b20152466ca4da05793fd7045f8b42449ecceca
0x3a766ac135e766691a2594e242dc7f280b0ef423d846ebf3dd58fe147579c86d
0x6813291f15e5c7893b86b2152a39e67315519cb281154441f97bb0acd078a6b1
0x67ca1b06355a47bf881592d4dd14a238407e5a1e9400759b13de41645a8ca674
0x5fc156f57bd57431aa6e2556cf6c511e105ba2301c386f3d96c089f4d260e3a9
0x3996b3c121f92509e56bdce1227efdf2cff044b8d32a3e4b7bf37816045d05af
0xc8b30bec487856fe8c73ec54de8ddf7a686a6c65ed5a08cc3e1f906b7b54161d
0x1375a8270739423db4dc563d095eb6a137093e374aeb52391b627d15932bf064
0x18ebc92db11eef0d2caa69499c5d316980b26f4cbe8e99e09d7e8436cd13f359
0x3d4f8e663f978f7ebcd2c7fa094b538f6ea890cec304256cb2239b22f4ee120e

Functions
Getter at block 21313500
CONTRACT_HASH(view returns (bytes32)
0x8ba6fc1ddba37a575e8f8a2cad24a0df17d1d7b3fa6877e7af6632ecbc453024
CONTRACT_NAME(view returns (string)
Anchan
MAX_EXCLUSION_LIMIT(view returns (uint256)
100
MAX_REWARDS_EXCLUSION_LIMIT(view returns (uint256)
100
VERSION(view returns (string)
defi_v_1_fixed_supply
_tTotal(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
deflationBPS(view returns (uint256)
0
documentUri(view returns (string)
getFeesAndLimitsExclusionList(view returns (address[])
[]
getRewardsExclusionList(view returns (address[])
[]
initialDocumentUri(view returns (string)
initialMaxTokenAmountPerAddress(view returns (uint256)
0
initialSupply(view returns (uint256)
1000000000
initialTokenOwner(view returns (address)
0x82e9c1f637464a7f815e83abad0e14260293ee8f
isBurnable(view returns (bool)
false
isDeflationary(view returns (bool)
false
isDocumentUriAllowed(view returns (bool)
false
isMaxAmountOfTokensSet(view returns (bool)
false
isReflective(view returns (bool)
false
isTaxable(view returns (bool)
false
maxTokenAmountPerAddress(view returns (uint256)
0
name(view returns (string)
An-Chan
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Anne
tFeeBPS(view returns (uint256)
0
taxAddress(view returns (address)
0x82e9c1f637464a7f815e83abad0e14260293ee8f
taxBPS(view returns (uint256)
0
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
feesAndLimitsExcluded(uint256view returns (address)
isFeesAndLimitsExcluded(addressview returns (bool)
rewardsExcluded(uint256view returns (address)
tokenFromReflection(uint256 rAmountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
excludeFromFeesAndLimits(address account
excludeFromRewards(address account
includeInFeesAndLimits(address account
includeInRewards(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setDeflationConfig(uint256 _deflationBPS
setDocumentUri(string newDocumentUri
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount
setReflectionConfig(uint256 _feeBPS
setTaxConfig(address _taxAddressuint256 _taxBPS
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DeflationConfigSet(uint256 indexed _deflationBPS
DocumentUriSet(string newDocUri
ExcludeFromFeesAndLimits(address indexed account
ExcludedFromRewards(address indexed account
IncludedInFeesAndLimits(address indexed account
IncludedInRewards(address indexed account
MaxTokenAmountPerSet(uint256 newMaxTokenAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReflectionConfigSet(uint256 indexed _feeBPS
TaxConfigSet(address indexed _taxAddressuint256 indexed _taxBPS
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialSupplyToSetuint8 decimalsToSetaddress tokenOwnerstruct AnchanERC20ConfigProps customConfigPropsstring newDocumentUriaddress _taxAddressuint256[3] bpsParamsuint256[1] amountParams
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExcludedFromFeesAndLimits(
AlreadyExcludedFromRewards(
AlreadyIncludedInFeesAndLimits(
AlreadyIncludedInRewards(
BurningNotEnabled(
DestBalanceExceedsMaxAllowed(address addr
DocumentUriNotAllowed(
ERC20InsufficientBalance(address recipientuint256 fromBalanceuint256 balance
InvalidDecimals(uint8 decimals
InvalidMaxTokenAmount(uint256 maxTokenAmount
InvalidReflectiveConfig(
InvalidTotalBPS(uint256 bps
MaxTokenAmountNotAllowed(
MaxTokenAmountPerAddrLtPrevious(
ReachedMaxExclusionLimit(
ReachedMaxRewardExclusionLimit(
TokenIsNotDeflationary(
TokenIsNotReflective(
TokenIsNotTaxable(
TotalReflectionTooSmall(
ZeroTransferError(