Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WHIP | ERC-20 | 13.370516M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17130407 | 2 years ago | | | 0 | 0.0011269616 | |
| 17130394 | 2 years ago | | | 0 | 0.0018336423 | |
| 17130384 | 2 years ago | | | 0 | 0.0033742894 | |
| 17130383 | 2 years ago | | | 0 | 0.0018240189 | |
| 17130381 | 2 years ago | | | 0 | 0.0018448135 | |
| 17130374 | 2 years ago | | | 0 | 0.0026509113 | |
| 17130372 | 2 years ago | | | 0 | 0.0019181630 | |
| 17130372 | 2 years ago | | | 0 | 0.0019181630 | |
| 17130372 | 2 years ago | | | 0 | 0.0019181630 | |
| 17130370 | 2 years ago | | | 0 | 0.0022664493 |
ABI
ABI objects
Getter at block 21384931
_maxWallet() view returns (uint256)
2000000000000000000000000
_swapThreshold() view returns (uint256)
40000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Whip
owner() view returns (address)
0x217a7d049c9935490fca1d6ff93979300e8158b5
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
WHIP
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingFees() view returns (uint256 buyFee, uint256 sellFee)
(buyFee=24, sellFee=24)
uniswapV2Pair() view returns (address)
0x9eaee1f25624504af688e1c18ddd8d99c5b56cae
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wallets() view returns (address deployerWallet, address marketingWallet)
(deployerWallet=0x217a7d049c9935490fca1d6ff93979300e8158b5, marketingWallet=0xd2f094ef0cf6062b37158c14d23f84c7735ab217)
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearEth()
clearTokens(address tokenToClear)
enableSwap(bool shouldEnable)
excludeMultipleAccountsFromFees(address[] accounts, bool shouldExclude)
initialize(bool init)
manualSwapback()
openTrading()
preparation(uint256[] _blocks, bool blocked)
reduceFees(uint256 _buyFee, uint256 _sellFee)
renounceOwnership()
setContractExempt(address account, bool value)
setTradeCooldown(uint256 newTradeCooldown)
toggleAntiMEV(bool toggle)
transfer(address recipient, uint256 amount) returns (bool)
transfer(address wallet)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AntiMEVToggled(bool indexed toggle)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool indexed excluded)
FeesChanged(uint256 indexed buyFee, uint256 indexed sellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetContractExempt(address indexed contractAddress, bool indexed isExempt)
SwapEnabled(bool indexed enabled)
TradeCooldownChanged(uint256 indexed newTradeCooldown)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.