1935 Pepes
Verified contract
Active on
Ethereum with 3,894 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 "1935 Pepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298059 | 14 days ago | | | 0 | 0.00038009121 | |
| 21278285 | 17 days ago | | | 0 | 0.00057891647 | |
| 21228634 | 24 days ago | | | 0 | 0.00047553779 | |
| 21101933 | a month ago | | | 0 | 0.00018312780 | |
| 19493466 | 9 months ago | | | 0 | 0.00051843256 | |
| 19345215 | 9 months ago | | | 0 | 0.0017770912 | |
| 19263193 | 10 months ago | | | 0 | 0.0015030982 | |
| 19159391 | 10 months ago | | | 0 | 0.00025553424 | |
| 19091081 | a year ago | | | 0 | 0.0010407601 | |
| 19071582 | a year ago | | | 0 | 0.00040282540 |
ABI
ABI objects
Getter at block 21398470
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply() view returns (uint256)
2222
costOfNFT() view returns (uint256)
3000000000000000
maxMintAmountPerTx() view returns (uint256)
5
maxMintAmountPerWallet() view returns (uint256)
5
name() view returns (string)
1935 Pepes
numberOfFreeNFTs() view returns (uint256)
1
owner() view returns (address)
0xab018d751895b48dc813b0b6952703e772cf9de3
symbol() view returns (string)
Pepe35
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
checkCost(uint256 _mintAmount) 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 airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setSupply(uint256 supply)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()