Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1 | $0.999814 |
$1 | |
AZK | ERC-20 | 221.171552K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196001 | 15 days ago | | | 0 | 0.00056005645 | |
| 21078207 | a month ago | | | 0 | 0.00028584840 | |
| 20941777 | 2 months ago | | | 0 | 0.00040294831 | |
| 20941774 | 2 months ago | | | 0 | 0.00037470996 | |
| 20850048 | 2 months ago | | | 0 | 0.00019719138 | |
| 20841174 | 2 months ago | | | 0 | 0.00087082463 | |
| 20542309 | 3 months ago | | | 0 | 0.00010677920 | |
| 20385172 | 4 months ago | | | 0 | 0.00018862571 | |
| 20214202 | 5 months ago | | | 0 | 0.00015657682 | |
| 20134853 | 5 months ago | | | 0 | 0.00018263600 |
ABI
ABI objects
Getter at block 21304588
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 owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address addr, bool excluded)
excludeFromMaxTransaction(address addr, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pauseTrading()
removeLimits()
renounceOwnership()
setFees(uint256 _buyLiquidityFee, uint256 _buyDevFee, uint256 _sellLiquidityFee, uint256 _sellDevFee)
setMaxTransactionAmount(uint256 max)
setMaxWallet(uint256 max)
setSwapEnabled(bool enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool excluded)
ExcludeFromMaxTransaction(address indexed account, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
ErrBuyExceedsMaxWallet()
ErrBuyTransferExceedsMaxTransactionAmount()
ErrERC20FromZero()
ErrERC20ToZero()
ErrFeeTooHigh()
ErrMaxWallet()
ErrMigrateDisabled()
ErrMintDisabled()
ErrPairCannotBeRemoved()
ErrSellTransferExceedsMaxTransactionAmount()
ErrSwapAmountTooHigh()
ErrSwapAmountTooLow()
ErrTotalSupplyExceeded()
ErrTradingNotActive()