DEGENPEPE
Verified contract
Active on
Ethereum with 1,665 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 "DEGENPEPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20604455 | 3 months ago | | | 0 | 0.000023942977 | |
| 19074434 | 10 months ago | | | 0 | 0.00024146831 | |
| 18514764 | a year ago | | | 0 | 0.0020836245 | |
| 16457832 | 2 years ago | | | 0 | 0.00042840622 | |
| 16299190 | 2 years ago | | | 0 | 0.0011197549 | |
| 16243881 | 2 years ago | | | 0 | 0.00059952107 | |
| 16186597 | 2 years ago | | | 0 | 0.00035951425 | |
| 16170302 | 2 years ago | | | 0 | 0.0014151989 | |
| 16120201 | 2 years ago | | | 0 | 0.00065533358 | |
| 16101869 | 2 years ago | | | 0 | 0.00055792295 |
ABI
ABI objects
Getter at block 21230561
MAX_SUPPLY() view returns (uint256)
999
MINT_PRICE() view returns (uint256)
10000000000000000
baseURI() view returns (string)
https://0xsynergy.xyz/api/meta_dp/
collectMarketing() view returns (bool)
true
maxByWallet() view returns (uint256)
2
name() view returns (string)
DEGENPEPE
owner() view returns (address)
0x13ca7f5c6e9d1278c42dd4a95aeb3c146b43709d
saleState() view returns (uint8)
2
symbol() view returns (string)
DPEPE
totalSupply() view returns (uint256)
999
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
walletWhitelist(address) view returns (uint256)
State-modifying
Events alphaMint(address[] addresses, uint256[] count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI, string newUriSuffix)
setCollectMarketing(bool newCollectMarketing)
setMaxByWallet(uint256 newMaxByWallet)
setSaleState(uint8 newSaleState)
setWhitelist(address[] addresses, uint256[] count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseURI_, string uriSuffix_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()