pepe in a memes world
Verified contract
Active on
Ethereum with 271 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 in a memes world"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20932152 | 22 days ago | | | 0 | 0.00023280946 | |
| 20839848 | a month ago | | | 0 | 0.00023937121 | |
| 20839578 | a month ago | | | 0 | 0.00034111037 | |
| 20723224 | 2 months ago | | | 0 | 0.00051520247 | |
| 20577517 | 2 months ago | | | 0 | 0.00072474029 | |
| 20442965 | 3 months ago | | | 0 | 0.00010372507 | |
| 20369487 | 3 months ago | | | 0 | 0.00021799666 | |
| 20355147 | 3 months ago | | | 0 | 0.00012456005 | |
| 20341784 | 3 months ago | | | 0 | 0.00073138224 | |
| 20331400 | 3 months ago | | | 0 | 0.00031541336 |
ABI
ABI objects
Getter at block 21090716
decimals() view returns (uint8)
18
name() view returns (string)
pepe in a memes world
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PEM
totalSupply() view returns (uint256)
100000000000000000000000000000000
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()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)