This contract is being backfilled. You may encounter incomplete storage history.

PEPE

Verified contract

Active on Base with 24 txns
Deployed by via 0x1c6bcaa4 at 19304681
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xf51b631ab8c83628b2aa0deadc202f7c105a2d30ca8a893bd2ce3663f425f4ba
0xeecd1b4dbc70c54b618047383a47fe6ed0e0e05763e13f54092db563275c58ef
0x6aa633e70b97a019e7b5e4733c5a49c96aee9fc042df66006390cfccb3b6ecec
0x49dd144a5744a4e3e11a9715f7bafbd2c17c65551396d0e5f5ce781919c31d52
0xc3519d72c6d85a6f54f7c85a6f8d3e27f2eb6f5a6cc4fc7512230e838ef6e171
0x665b9bd3026ddbd3642ebe1e7cd5d8a2e5441e19075d7ce87af53f0782620252
0xf474a4f0b17badf2bda16134ce870dacf5c68e267a871e17e9f733c7f09a5a5e
0xe763917bac010b4628780fd5c1a2223ddc98090ed10df9c5e433f0be686cdc8e
0x9a8179eee2e905b53a7846eeb1e30f1061f3a8a83e9b287af3b5cdfd9e48b978
0x74d6a4254b1d8d402739720caf0c332a55280d1baa4371eb5660f60bc1a451a7

Functions
Getter at block 22102629
decimals(view returns (uint8)
18
dex(view returns (address)
0x850fb91d4d0ee01af37717f4b5c7d33ebbec79c6
name(view returns (string)
PEPE
owner(view returns (address)
0xe04063602b8b6b5d3526e6af873d2a4777e12d92
symbol(view returns (string)
SMUG
totalSupply(view returns (uint256)
2402040240000000000000000000
treasury(view returns (address)
0xe04063602b8b6b5d3526e6af873d2a4777e12d92
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
buyTax(addressview returns (uint256)
getTaxes(address _dexview returns (uint256 buyuint256 sell)
sellTax(addressview returns (uint256)
taxed(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
changeDex(address _dexAddress
renounceOwnership(
setPoolFee(uint24 fee
setTaxes(address _dexuint256 _buyTaxuint256 _sellTax
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferTreasury(address _newTreasury
withdrawTaxes(uint256 _amount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _initialSupplyaddress _weth
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotTaxSelf(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 value
ERC20InsufficientBalance(address owneruint256 balanceuint256 value
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OnlyOwnerOrTreasury(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TaxTooHigh(