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 |
---|---|---|---|---|---|
ZkRune | ERC-20 | 1.96171K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20784471 | 2 months ago | | | 0 | 0.00099546671 | |
| 19982735 | 5 months ago | | | 0 | 0.00053240399 | |
| 19982723 | 5 months ago | | | 0 | 0.00057933636 | |
| 19758978 | 7 months ago | | | 0 | 0.00048956112 | |
| 19734692 | 7 months ago | | | 0 | 0.00044706619 | |
| 19693010 | 7 months ago | | | 0 | 0.00050413818 | |
| 19692473 | 7 months ago | | | 0 | 0.0011043372 | |
| 19691958 | 7 months ago | | | 0 | 0.00046382320 | |
| 19691938 | 7 months ago | | | 0 | 0.00053853565 | |
| 19691781 | 7 months ago | | | 0 | 0.00047772896 |
ABI
ABI objects
Getter at block 21182379
amountToNotSwap() view returns (uint16)
2
buyTax() view returns (uint16)
500
decimals() view returns (uint8)
18
getmaxBuyAmount() view returns (uint256)
20000000000000000000000
maxBuyAmount() view returns (uint16)
200
minAmountToSwap() view returns (uint256)
2000000000000000000000
name() view returns (string)
ZkRune
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x37ae31e6292ddbb339c7e1c13557490a00b12a3e
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapBackEnabled() view returns (bool)
true
swapEnabled() view returns (bool)
true
symbol() view returns (string)
ZkRune
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromAntiWhale(address _account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearBalance(uint256 amountPercentage, address addr)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueToken(address tokenAddress, uint256 tokens) returns (bool success)
setExcluded(address _account, bool _excluded)
setExcludedFromAntiWhale(address _account, bool _excluded)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAmountToNotSwap(uint16 _amountToNotSwap)
updateMinAmountToSwap(uint256 _minAmount)
updateRouter(address _router)
updateSwapBackEnabled(bool _enabled)
updateSwapEnabled(bool _enabled)
updatebuyTax(uint16 _buyTax)
updatemaxBuyAmount(uint16 _maxBuyAmount)
AmountToNotSwapUpdated(address indexed owner, uint256 previousRate, uint256 newRate)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTaxUpdated(address indexed owner, uint256 previousRate, uint256 newRate)
MaxBuyAmountUpdated(address indexed owner, uint256 previousRate, uint256 newRate)
MinAmountToSwapUpdated(address indexed owner, uint256 previousAmount, uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterUpdated(address indexed owner, address indexed router, address indexed pair)
SwapBackEnabledUpdated(address indexed owner, bool enabled)
SwapEnabledUpdated(address indexed owner, bool enabled)
Swaped(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address treasury, address _router)
receive()
This contract contains no error objects.