Pepe Wallet
Verified contract
Active on
Ethereum with 119 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 Wallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18872258 | a year ago | | | 0 | 0.0012059711 | |
| 18258157 | a year ago | | | 0 | 0.00025476469 | |
| 17841426 | a year ago | | | 0 | 0.0010040923 | |
| 17795771 | a year ago | | | 0 | 0.0010328938 | |
| 17751129 | a year ago | | | 0 | 0.00086566541 | |
| 17751050 | a year ago | | | 0 | 0.00085304910 | |
| 17740510 | a year ago | | | 0 | 0.0012128656 | |
| 17736371 | a year ago | | | 0 | 0.0023575043 | |
| 17720136 | a year ago | | | 0 | 0.0022487773 | |
| 17710744 | a year ago | | | 0 | 0.00085231870 |
ABI
ABI objects
Getter at block 21413408
decimals() view returns (uint8)
18
name() view returns (string)
Pepe Wallet
owner() view returns (address)
0x8ac1bfdddc40ef25c48849c25103fed5b4211237
symbol() view returns (string)
PEWALL
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTeamAddress(address teamAddress_)
transfer(address recipient, 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.
This contract contains no error objects.