Pepe Monsta
Verified contract
Active on
Ethereum with 2,262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf4f0…ca35
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEPE | ERC-20 | 4.146068M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20841728 | a month ago | | | 0 | 0.00029161727 | |
| 20840972 | a month ago | | | 0 | 0.00035317583 | |
| 20787109 | 2 months ago | | | 0 | 0.00065293927 | |
| 20525778 | 3 months ago | | | 0 | 0.00010304050 | |
| 20166977 | 5 months ago | | | 0 | 0.00023739822 | |
| 20166974 | 5 months ago | | | 0 | 0.00023651587 | |
| 20166966 | 5 months ago | | | 0 | 0.00028740219 | |
| 19939937 | 6 months ago | | | 0 | 0.00030204730 | |
| 19934146 | 6 months ago | | | 0 | 0.00056086346 | |
| 19920781 | 6 months ago | | | 0 | 0.00055306510 |
ABI
ABI objects
Getter at block 21162119
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
18
enableAntiBot() view returns (bool)
true
name() view returns (string)
Pepe Monsta
owner() view returns (address)
0xf9cd24ea57613301388fd3388f89a786e3aafca7
pinkAntiBot() view returns (address)
0xf4f071eb637b64fc78c9ea87dace4445d119ca35
symbol() view returns (string)
MEPE
totalSupply() view returns (uint256)
420000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableAntiBot(bool _enable)
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)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address pinkAntiBot_, address serviceFeeReceiver_, uint256 serviceFee_)
This contract contains no fallback and receive objects.
This contract contains no error objects.