Wiskers
Verified contract
Active on
Ethereum with 3,118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WSKR | ERC-20 | 16.785938 | $0.000954 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224384 | 6 days ago | | | 0 | 0.00051460442 | |
| 21082905 | a month ago | | | 0 | 0.00016891993 | |
| 21082905 | a month ago | | | 0 | 0.00016933726 | |
| 21073527 | a month ago | | | 0 | 0.00040677149 | |
| 21073526 | a month ago | | | 0 | 0.00037959080 | |
| 21069483 | a month ago | | | 0 | 0.00061614753 | |
| 21059046 | a month ago | | | 0 | 0.00031750569 | |
| 20969041 | a month ago | | | 0 | 0.00057864580 | |
| 20918898 | 2 months ago | | | 0 | 0.00053969436 | |
| 20892152 | 2 months ago | | | 0 | 0.00033961590 |
ABI
ABI objects
Getter at block 21266058
antiBotMaxBuy() view returns (uint24)
40
antiBotMaxBuysPerBlock() view returns (uint24)
80
antiBotMaxWallet() view returns (uint24)
80
decimals() view returns (uint8)
18
isTradingLive() view returns (bool)
true
lpTimestamp() view returns (uint256)
1696289435
name() view returns (string)
Wiskers
owner() view returns (address)
0x0b22813898b1154277420bc5b1f0045dbd42cc2b
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
WSKR
taxPercent() view returns (uint256)
5000
taxThreshold() view returns (uint256)
100000000000000000000
taxWallet() view returns (address)
0x11c865cb6fb5f5e6116f1eb71c329955abba6e46
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buysPerBlock(uint256) view returns (uint256)
buysPerBlockWallet(address, uint256) view returns (bool)
pairs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverETH()
recoverToken(address token)
renounceOwnership()
setPair(address _pair, bool _state)
setTax(address _wallet, uint256 _tax)
setTaxRouter(address _router)
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)
EnableTrading()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetPair(address pair, bool state)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateTax(address receiver, uint256 tax)
UpdateTaxRouter(address router)
constructor(address _taxWallet, uint24 _antiBotMaxBuy, uint24 _antiBotMaxWallet, uint24 _antiBotMaxBuysPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.