Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPEBOT | ERC-20 | 143.69392K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22243005 | 12 days ago | | | 0 | 4.9898329e-7 | |
| 15926156 | 5 months ago | | | 0 | 5.4958064e-7 | |
| 15894069 | 5 months ago | | | 0 | 2.9718388e-7 | |
| 15329774 | 6 months ago | | | 0 | 4.5011122e-7 | |
| 14641500 | 6 months ago | | | 0 | 5.5106434e-7 | |
| 14527447 | 6 months ago | | | 0 | 0.000047718143 | |
| 14278636 | 6 months ago | | | 0 | 5.6362628e-7 | |
| 14244309 | 6 months ago | | | 0 | 0.0000052372427 | |
| 14244010 | 6 months ago | | | 0 | 6.3775029e-7 | |
| 14147985 | 7 months ago | | | 0 | 5.6362628e-7 |
ABI
ABI objects
Getter at block 22761823
decimals() view returns (uint8)
18
limit() view returns (bool)
false
name() view returns (string)
Pepe Bot
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x844293c32d8f3c245eba92c1e2d62b667df6b3e8
swapTokenAt() view returns (uint256)
300000000000000000000000
symbol() view returns (string)
PEPEBOT
taxWallet() view returns (address)
0xc14e7ef4fd3d3ed0606b33c430ba86df2af5e896
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsExcludedFromFees(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableLimits()
excludedFromFees(address _address, bool _value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapTokenAt(uint256 value)
swapBack()
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)
DisableLimits()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapBack(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateSwapTokenAt(uint256 amount)
constructor(address _taxWallet)
receive()
MaxTxAmountExceeded()
MaxWalletAmountExceeded()
NotAuthorized()