PepeClassic
Verified contract
Active on
Ethereum with 71 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x51a4…0cb0
Balances ($0.00)
No balances found for "PepeClassic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18317275 | a year ago | | | 0 | 0.00041753922 | |
| 18315400 | a year ago | | | 0 | 0.00028248539 | |
| 18315011 | a year ago | | | 0 | 0.00031187205 | |
| 18315003 | a year ago | | | 0 | 0.00032151977 | |
| 18314992 | a year ago | | | 0 | 0.00043102858 | |
| 18314980 | a year ago | | | 0 | 0.00029438013 | |
| 18314890 | a year ago | | | 0 | 0.00051436868 | |
| 18314839 | a year ago | | | 0 | 0.00038800792 | |
| 18314834 | a year ago | | | 0 | 0.00040984167 | |
| 18314804 | a year ago | | | 0 | 0.00043528699 |
ABI
ABI objects
Getter at block 21381757
MAX_GAS_PRICE() view returns (uint256)
45000000000
currChrgs() view returns (uint256 currentBuyFee, uint256 currentSellFee)
(currentBuyFee=0, currentSellFee=0)
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0x3432f24ea3e9af709b9c2e9a0336afbeacb5670b
name() view returns (string)
PepeClassic
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PEPECL
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingStatus() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkUserBoughtAmount(address _user) view returns (uint256)
checkUserPurchaseTime(address _user) view returns (uint256)
check_fixvs(address _user) view returns (bool)
isOutOfChrgs(address _user) view returns (bool)
statusBots(address _bot) view returns (bool)
stringToAddress(string input) pure returns (address)
State-modifying
Events AddLiquidity(uint256 _tokenAmount) payable
addOrExcludeBlockBots(address[] _bot, bool convicted)
approve(address spender, uint256 amount) returns (bool)
changeMaxGasPrice(uint256 _newGasPrice)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dexRebase(address _routerAddress, address _poolAddress)
editTime(uint256 _seconds)
fixvs(address[] _usrs, bool _state)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mcvs(uint256 _amount)
newCollector(address _newMarketingWallet)
outOfChrgs(address _user, bool _status)
renounceOwnership()
tradingStart()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updSudoo(address _newOne)
valvs(uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address routerAddress, address[] bot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.