Whispr

Verified contract

Active on Ethereum with 232 txns
Deployed by via 0x95f56ab3 at 20242307
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Whispr"

0xa621b99fb792e1b4bbb8fe1c82c6bc823a21d6a9cb70b529df914f2b46df29e9
0xc579128fd492a1bd08c7f195c2df40ceb95171aebd0ec87aa97d00c5c6a5d042
0x1759079aa25ed4aa88f8724ca8bca37fe6065d05a87140b4bbc96fb263dee0cc
0x4e358af91572bae415e518a50e4143b4203cdc317656f84753d0dd129d0bce0d
0x219e11f5abe4b19347ae46f5a9a50a418c0fc0722c69acb6da14d8f67ee081ba
0x924b0448fda3196b316d361114b53839d045e12c9c805aafce66852d880f3259
0x5d2c40fb47f09ceb5ac53c956649e54b3be418aa203f0fdfd8a69b83b78aa43f
0xd739de6ebeb94f956e9dc7133c7c17868bb9024291008e37067c60560a890f72
0x8c0855dbd98afd04e6a40c4e76a714f91e1a8ff5e675301b3ea34592d9998521
0x1e1eddeee40fdf340d16d0d43c2581a2f71abfccb279aa0bacfe88c3d2f58747

Functions
Getter at block 20888567
FEE_BASIS(view returns (uint256)
100
WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals(view returns (uint8)
18
devPercent(view returns (uint8)
2
devWallet(view returns (address)
0x10c4176bf54cec2644cc9016bb8cb4554ba563a5
feeOnBuy(view returns (uint256)
5
feeOnSell(view returns (uint256)
5
maxTxAmount(view returns (uint256)
10000000000000000000000000
name(view returns (string)
Whispr
owner(view returns (address)
0x766b08bf44df5ae43cfa1bcb546e80024b52b546
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
symbol(view returns (string)
WHISPR
totalPercent(view returns (uint8)
5
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingEnabled(view returns (bool)
true
tradingFundPercent(view returns (uint8)
3
tradingFundWallet(view returns (address)
0x10c4176bf54cec2644cc9016bb8cb4554ba563a5
uniswapV2Pair(view returns (address)
0x92db10e5d1230c80dad0173be05ce0486e700420
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(addressview returns (bool)
isExcludedFromLimit(addressview returns (bool)
isPair(addressview returns (bool)
State-modifying
addPair(address pair
approve(address spenderuint256 valuereturns (bool)
enableTrading(
extractETH(
extractToken(address token
manualSwapFees(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateBuyFee(uint256 _fee
updateDevWallet(address _devWallet
updateFeeSplit(uint8 _tradingFundSharesuint8 _devShares
updateMaxTx(uint256 _maxTx
updateSellFee(uint256 _fee
updateSwapThreshold(uint256 _threshold
updateTradingFundWallet(address _newTradingFundWallet
updateV2Pair(address _uniswapV2Pair
updateV2Router(address _uniswapV2Router
updateWalletExcludeStatus(address walletbool status
updateWalletLimitStatus(address walletbool status
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DevWalletUpdate(address indexed previousDevWalletaddress indexed newDevWallet
InvalidTransfer(address indexed touint256 ETHvalue
MaxTxUpdate(uint256 prevMaxTxuint256 newMaxTx
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairUpdate(address indexed previousPairaddress indexed newPair
RouterUpdate(address indexed previousRouteraddress indexed newRouter
TradingEnabled(uint256 blockNumber
TradingFundWalletUpdate(address indexed previousTradingFundWalletaddress indexed newTradingFundWallet
Transfer(address indexed fromaddress indexed touint256 value
UpdateBuyFee(uint256 prevFeeuint256 fee
UpdateExcludedStatus(address indexed walletbool status
UpdateFeeSplit(uint8 tradingFundSharesuint8 devSharesuint8 totalShares
UpdateLimitStatus(address indexed walletbool status
UpdateSellFee(uint256 prevFeeuint256 fee
UpdateThreshold(uint256 prevThresholduint256 threshold
Constructor
constructor(address _tradingFundWalletaddress _devWallet
Fallback and receive
fallback(
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
Whispr_CannotTransfer(uint8 code
Whispr_InvalidFeeAmount(uint256 feeuint256 maxFee
Whispr_InvalidMaxTxAmount(
Whispr_InvalidPairAddress(address invalidPair
Whispr_InvalidRouterAddress(address invalidRouter
Whispr_InvalidSplit(uint8 errorTotal
Whispr_InvalidWalletAddress(address invalidWallet
Whispr_MaxTx(
Whispr_TradingAlreadyEnabled(
Whispr_TradingNotYetEnabled(uint256 blockNumber