Pepe Doge
Verified contract
Active on
Ethereum with 3,276 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 11.982165 | $0.330144 |
$3.96 | |
UNI-V2 | ERC-20 | 136.455121K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209935 | 2 days ago | | | 0 | 0.00044499123 | |
| 21207833 | 2 days ago | | | 0 | 0.00055121608 | |
| 21180172 | 6 days ago | | | 0 | 0.0045248717 | |
| 21180142 | 6 days ago | | | 0 | 0.0051136749 | |
| 21153149 | 10 days ago | | | 0 | 0.00047552562 | |
| 21134403 | 13 days ago | | | 0 | 0.00050440026 | |
| 21114143 | 16 days ago | | | 0 | 0.00050218919 | |
| 21106742 | 17 days ago | | | 0 | 0.00018070153 | |
| 21084429 | 20 days ago | | | 0 | 0.00042195426 | |
| 21061153 | 23 days ago | | | 0 | 0.00031430947 |
ABI
ABI objects
Getter at block 21225489
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Pepe Doge
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PEPEDOGE
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Pair() view returns (address)
0x991069b2af1b59faf30675ca9bf6d458004f53aa
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blocklist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBlocklist(address _address, bool _isBlocklisting)
Approval(address indexed owner, address indexed spender, uint256 value)
BlocklistUpdated(address _address, bool _bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.