Pepe's Meme World
Verified contract
Active on
Ethereum with 1,167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pepe's Meme World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21038591 | a month ago | | | 0 | 0.00021396157 | |
| 20839394 | 2 months ago | | | 0 | 0.00033018403 | |
| 20839028 | 2 months ago | | | 0 | 0.00028778818 | |
| 20392984 | 4 months ago | | | 0 | 0.000044330550 | |
| 20355546 | 4 months ago | | | 0 | 0.00012031162 | |
| 20147799 | 5 months ago | | | 0 | 0.00011998125 | |
| 20119857 | 5 months ago | | | 0 | 0.00082725277 | |
| 20117725 | 5 months ago | | | 0 | 0.00038570159 | |
| 20116347 | 5 months ago | | | 0 | 0.00026785188 | |
| 20109295 | 5 months ago | | | 0 | 0.000065086187 |
ABI
ABI objects
Getter at block 21243270
FeeAddress() view returns (address)
0x4f2716f9fdf41c57d38621602529d855a3d2b9e0
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
18
getTime() view returns (uint256)
1732278479
getUnlockTime() view returns (uint256)
0
name() view returns (string)
Pepe's Meme World
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
PED
totalSupply() view returns (uint256)
1000000000000000000000000000000
txFee() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isExcludedFromFee(address) view returns (bool)
tokenBlacklist(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock(uint256 time)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.