ASCIIPepeNFT

Verified contract

Active on Ethereum with 1,489 txns
Deployed by via 0x3b00b22e at 16764538
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ASCIIPepeNFT"

0x8d99878650de391ee375c82afe7df77f1f4c8398fb47dc1e1ef50052cb9683e5
0x50dc2f33b23ec033ca99f3f24dce37d86ae9c14ac1b40dc916ecafed37d861f5
0x645dd988a735f7896e77c559e0814f5dbf6fdf67889768eb95362f4a64a2573a
0x236df58ebddef123749c0d11c5e888504408886265b33e77c2e9402496d43169
0x4980435eb6cb328bcc35dbc3856b990405687d15a18631fd0ae9a92ece8f7da6
0xeffbf667afdf9bc349fa11c34ed34262f17ba73c93dda7daecf946c10ab480e2
0x49766e954916638d9c06eff8f35448bb72d6581435ddd9f18ce19e4d90e72ed8
0x7f15eb81c7df20dc5bc4efbdfa45c5af9785db0b55c2bd694a6198a0a2034d94
0xa122aa8eaf77cee715d038f9d196a79d3062cb9ef1f9e108ac41a59832424180
0xd3ef628f23cd407730bec47b1f25566b9e458312268af4a1f8aa6183da446c5d

Functions
Getter at block 20925017
baseURI(view returns (string)
ipfs://bafybeiadpfdcjiw2sch76hsytlzwy66cc3oscuyriumu3oufn7pqdb6rli/
mintPrice(view returns (uint256)
5000000000000000
name(view returns (string)
ASCIIPepeNFT
owner(view returns (address)
0x3f6a638140de05c8eff445b556094800492da8ab
paused(view returns (bool)
false
symbol(view returns (string)
ASCIIPepe
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 quantitypayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setmintPrice(uint256 _mintPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(