Diamond Of Pepe
Verified contract
Active on
Ethereum with 29 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 "Diamond Of Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17655132 | a year ago | | | 0 | 0.00058879556 | |
| 17655132 | a year ago | | | 0 | 0.00089003284 | |
| 17655127 | a year ago | | | 0 | 0.00087722848 | |
| 17655126 | a year ago | | | 0 | 0.00087567124 | |
| 17655121 | a year ago | | | 0 | 0.00082085188 | |
| 17655120 | a year ago | | | 0 | 0.00082116017 | |
| 17655117 | a year ago | | | 0 | 0.00080021736 | |
| 17655117 | a year ago | | | 0 | 0.00084214296 | |
| 17655115 | a year ago | | | 0 | 0.0010349381 | |
| 17655114 | a year ago | | | 0 | 0.00079550668 |
ABI
ABI objects
Getter at block 21225134
decimals() view returns (uint8)
18
limited() view returns (bool)
true
maxHoldingAmount() view returns (uint256)
690420000000000000000000000000
minHoldingAmount() view returns (uint256)
1
name() view returns (string)
Diamond Of Pepe
owner() view returns (address)
0xd2de971faaa6b8fa1e9d77557be92de264e91695
symbol() view returns (string)
DOPE
totalSupply() view returns (uint256)
690420000000000000000000000000
uniswapV2Pair() view returns (address)
0x7b697fb6ff8aec1ecd5465d35dc27a9ef15d3ff8
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
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)
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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.