Evil Pepe
Verified contract
Active on
Ethereum with 4,819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($89.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVILPEPE | ERC-20 | 6.400297M | $0.000013 |
$85.96 | |
WETH | ERC-20 | 0.001 | $3,110.23 |
$3.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221869 | 4 hours ago | | | 0 | 0.00058892791 | |
| 21215424 | a day ago | | | 0 | 0.0010019911 | |
| 21199207 | 3 days ago | | | 0 | 0.00065548765 | |
| 21192004 | 4 days ago | | | 0 | 0.00095372014 | |
| 21187254 | 5 days ago | | | 0 | 0.00069166445 | |
| 21187239 | 5 days ago | | | 0 | 0.00063098517 | |
| 21168046 | 8 days ago | | | 0 | 0.0010213751 | |
| 21167897 | 8 days ago | | | 0 | 0.0018973626 | |
| 21121128 | 14 days ago | | | 0 | 0.00021383285 | |
| 21114876 | 15 days ago | | | 0 | 0.00046168063 |
ABI
ABI objects
Getter at block 21223163
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
6660000000000000000000000000
name() view returns (string)
Evil Pepe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EVILPEPE
totalSupply() view returns (uint256)
6660000000000000000000000000
transferStatus() view returns (bool)
true
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
renounceOwnership()
setTransferStatus(bool _status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(string name_, string symbol_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.