RareDoodPepes
Verified contract
Active on
Ethereum with 1,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.23)
Native
Value
$6.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,116.19 |
$6.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750933 | 2 months ago | | | 0 | 0.00014824943 | |
| 20543050 | 3 months ago | | | 0 | 0.000066967816 | |
| 20503643 | 3 months ago | | | 0 | 0.000041097317 | |
| 20407629 | 4 months ago | | | 0 | 0.000097654282 | |
| 19869591 | 6 months ago | | | 0 | 0.00037681739 | |
| 19862909 | 6 months ago | | | 0 | 0.00042661315 | |
| 19834013 | 6 months ago | | | 0 | 0.00024509403 | |
| 19748108 | 7 months ago | | | 0 | 0.00022596793 | |
| 19709324 | 7 months ago | | | 0 | 0.00039258718 | |
| 19672077 | 7 months ago | | | 0 | 0.00033011095 |
ABI
ABI objects
Getter at block 21214014
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
10000
MAX_PER_TX() view returns (uint256)
10
PRICE() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
name() view returns (string)
RareDoodPepes
owner() view returns (address)
0xdf0ac86561939d7f15c2a507a2c1d0f75a47b915
symbol() view returns (string)
Dpepes
totalSupply() view returns (uint256)
10000
viewPerWalletLimit() pure returns (uint8)
1
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)
ownerOf(uint256 tokenId) view returns (address)
qtyFreeMinted(address) view returns (uint256)
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[])
State-modifying
Events approve(address to, uint256 tokenId)
lowerFreeSupply(uint16 _newFreeSupply)
lowerSupply(uint16 _newSupply)
mint(uint256 amount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxFreePerAddress(uint256 _MaxFreePerAddress)
setMaxPerTX(uint256 _newMaxPerTX)
setPrice(uint256 _newPrice)
togglePublicSaleActive()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
NoContracts()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()