Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NZARU | ERC-20 | 3.155641M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17009853 | 2 years ago | | | 0 | 0.00051766348 | |
| 16397210 | 2 years ago | | | 0 | 0.00073170821 | |
| 16390674 | 2 years ago | | | 0 | 0.00080920775 | |
| 16390674 | 2 years ago | | | 0 | 0.00080920775 | |
| 16389193 | 2 years ago | | | 0 | 0.00073528322 | |
| 16387604 | 2 years ago | | | 0 | 0.0010036984 | |
| 16387172 | 2 years ago | | | 0 | 0.0012746300 | |
| 16386833 | 2 years ago | | | 0 | 0.0014923035 | |
| 16386797 | 2 years ago | | | 0 | 0.0030233188 | |
| 16386784 | 2 years ago | | | 0 | 0.0021289356 |
ABI
ABI objects
Getter at block 21248865
buyFee() view returns (uint16 devFee)
3
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
10000000000000000000000000
maxSellAmount() view returns (uint256)
20000000000000000000000000
maxWalletAmount() view returns (uint256)
20000000000000000000000000
name() view returns (string)
NZARU
owner() view returns (address)
0xb70b90c114fcb1ba0f4ba65d4029e9e1c2d67164
sellFee() view returns (uint16 devFee)
10
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000000000000
symbol() view returns (string)
NZARU
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x24efc409c0987b8f39e63b5a0b913e99024e00fc
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 account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckTokens(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludefromLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyFees(uint16 newBuyFee)
setDevWallet(address newWallet)
setMaxBuyAmount(uint256 amount)
setMaxSellAmount(uint256 amount)
setMaxWallet(uint256 amount)
setSellFee(uint16 newSellFee)
setSwapTokensAtAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateRouter(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.