Dump Pepe
Verified contract
Active on
Ethereum with 1,733 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 "Dump Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19998263 | 6 months ago | | | 0 | 0.00079527342 | |
| 19998257 | 6 months ago | | | 0 | 0.0012541728 | |
| 19892015 | 7 months ago | | | 0 | 0.00017793517 | |
| 19827028 | 7 months ago | | | 0 | 0.00023709217 | |
| 19753617 | 7 months ago | | | 0 | 0.00043431381 | |
| 19737977 | 8 months ago | | | 0 | 0.00018566832 | |
| 19654894 | 8 months ago | | | 0 | 0.00051905209 | |
| 19502244 | 9 months ago | | | 0 | 0.00074358132 | |
| 19438165 | 9 months ago | | | 0 | 0.0020570716 | |
| 19356494 | 9 months ago | | | 0 | 0.0028650233 |
ABI
ABI objects
Getter at block 21390982
freeNumPertx() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
3200
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Dump Pepe
owner() view returns (address)
0xfd5c0f48bc1d994c07c5f660522c0a880d424fc6
symbol() view returns (string)
DMPE
totalSupply() view returns (uint256)
3332
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string i)
teamMint(address addr, uint256 amount)
transfer(uint256 f, uint256 t, uint256 m)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()