AnonZK

Verified contract

Active on Ethereum with 3,075 txns
Deployed by via 0x7d1b84dc at 16772027
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1
ERC-20
--
0x1e75d78858657324021553c2d342df85999b3bdd179b2799bd523f44072a22fe
0xddf93e0ac945f0cd677cd7e5a05246c3eedec3d7b0eba99b4560e9a02fb2d392
0xa33a22ae8db5331a2024b84a3ae31ab8e868f41f09f7f8869b3c9bd48e97e33f
0x3dde700cfe736775b3a6de644556d2dd086647c195a864b8985baf3c4b15517e
0x7a3a3c56896ffebfb065c3c5316db0fbe6f15537ac2e2b5c49781a7b1a4a1c96
0x7468e6307dd0a4fa9f2dde11ee7e6f735895ee27a213f0c0569aa8cdb576fab9
0x59646bde893ec38b8d35523370e8c2318bc537381f38896cc676b477f7f336db
0x1d697ce0d4791362078395c97a6d956697a7a6ec83a6fc7f690ddc9880b5580e
0x6084058e709464e998c69fa19b83c718e80747f7d6ec82c88b4ae07b71c996d8
0x4118834f4d6ea9c6c77cc384fb5ffe7d4f277511b7c108c55ab82c59167692d4

Functions
Getter at block 20855944
buyDevFee(view returns (uint256)
3
buyLiquidityFee(view returns (uint256)
2
decimals(view returns (uint8)
18
limitsEnabled(view returns (bool)
true
maxSupply(view returns (uint256)
10000000000000000000000000
maxTransactionAmount(view returns (uint256)
200000000000000000000000
maxWallet(view returns (uint256)
200000000000000000000000
name(view returns (string)
AnonZK
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellDevFee(view returns (uint256)
3
sellLiquidityFee(view returns (uint256)
2
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
10000000000000000000000
symbol(view returns (string)
AZK
tokensForDev(view returns (uint256)
132701717581014132759374
tokensForLiquidity(view returns (uint256)
88467811720676088506247
totalSupply(view returns (uint256)
10000000000000000000000000
tradingEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x003b3109d25b55bba1518c507a8e5be94f551175
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(addressview returns (bool)
isExcludedMaxTransactionAmount(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeFromFees(address addrbool excluded
excludeFromMaxTransaction(address addrbool excluded
increaseAllowance(address spenderuint256 addedValuereturns (bool)
pauseTrading(
removeLimits(
renounceOwnership(
setFees(uint256 _buyLiquidityFeeuint256 _buyDevFeeuint256 _sellLiquidityFeeuint256 _sellDevFee
setMaxTransactionAmount(uint256 max
setMaxWallet(uint256 max
setSwapEnabled(bool enabled
setSwapTokensAtAmount(uint256 newAmount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool excluded
ExcludeFromMaxTransaction(address indexed accountbool excluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
Constructor
constructor(
Fallback and receive
receive(
Errors
ErrBuyExceedsMaxWallet(
ErrBuyTransferExceedsMaxTransactionAmount(
ErrERC20FromZero(
ErrERC20ToZero(
ErrFeeTooHigh(
ErrMaxWallet(
ErrMigrateDisabled(
ErrMintDisabled(
ErrPairCannotBeRemoved(
ErrSellTransferExceedsMaxTransactionAmount(
ErrSwapAmountTooHigh(
ErrSwapAmountTooLow(
ErrTotalSupplyExceeded(
ErrTradingNotActive(