Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE4.20 | ERC-20 | 5.079404T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17643866 | a year ago | | | 0 | 0.0050044539 | |
| 17623371 | a year ago | | | 0 | 0.0025643683 | |
| 17615957 | a year ago | | | 0 | 0.00074873958 | |
| 17615906 | a year ago | | | 0 | 0.00085164176 | |
| 17587393 | a year ago | | | 0 | 0.0022198199 | |
| 17587385 | a year ago | | | 0 | 0.0021296526 | |
| 17587378 | a year ago | | | 0 | 0.0034578904 | |
| 17587357 | a year ago | | | 0 | 0.0025327673 | |
| 17587342 | a year ago | | | 0 | 0.0025732366 | |
| 17587334 | a year ago | | | 0 | 0.0024814112 |
ABI
ABI objects
Getter at block 21394579
Optimization() view returns (uint256)
731200420694691651879176431224675
decimals() view returns (uint8)
18
name() view returns (string)
Pepe 4.20
owner() view returns (address)
0x42069c4b6daff91c651879176b4d3b1d2c24e675
paused() view returns (bool)
false
symbol() view returns (string)
PEPE4.20
taxStatus() view returns (bool)
true
totalSupply() view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTax()
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeExclude(address account)
renounceOwnership()
setBuyTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setSellTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setTaxWallets(address dev, address marketing, address charity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerTax()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _tokenName, string _tokenSymbol, uint256 _supply, address[6] _addr, uint256[8] _value)
receive()
This contract contains no error objects.