Generic PFP

Verified contract

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

No balances found for "Generic PFP"

0x40c637e73a1328b379f086a9bf4c88efb66ff50639c2fafa3e00c832eb310144
0xbd468ebdddd64cbd2101605baec7e5ae25b70a743197cc7f72be5308b938117e
0x2e0993c0d292746311bdb5c18570f12fda8a48d54555fdc2d98ff225e5fcbad6
0xff5e47383c570ee9686eae746e977ca94e316e9356c68d9ed39d39f7dea8c832
0xc281f7cc786832a764975c2a39333ef00adda30c30a5349e1d62eccdfc0e3e75
0x447f4b32b3124f8695b89fb450d281edca6437930b0349d8cfe690270293c640
0x73d23478b5f7f9533c7d1a2e9dc3a3736ea5d53352608be489ae90d04b87c11d
0x026a4e5ea842887641864371d7285ef8dff6e8774ecbbc89e38802601a8f78a3
0x3cdf37318443992e516ead4e301eb79e92225734e5e19920c378a6a2f78bc4db
0x6a34dd641a32b6656d57a7ff1e1a6fab580b997231c2c2080d64be60a1e28196

Functions
Getter at block 20866786
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURI(view returns (string)
ipfs://Qmf2SQBDUjHUvgZ54hxhhj6trXBH8qMsXKJXdo6kwnVuo6/
contractURI(view returns (string)
ipfs://QmZPSpLeDxTUBtFmtKb7tTwBcmZE3qnRLPcbyH938juE6g
name(view returns (string)
Generic PFP
symbol(view returns (string)
GENPFP
totalMinted(view returns (uint256)
2022
totalSupply(view returns (uint256)
2022
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
mint(uint256 _quantityaddress _receiver
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _newContractLevelURI
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseTokenURIstring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OnlyAdminError(
OnlyMinterError(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(