Be Gremlin. Animated PFP.

Verified contract

Active on Base with 45 txns
Deployed by via 0x015bf1fc at 6069360
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Be Gremlin. Animated PFP."

0xcaaf7a63c7e3d29c3f998a1e81a0f4fb1e4e1197f5a29d8ef555b270d7e541ec
0xe0f119f89ca7d15f54691a71f789959b98bc0788dfcccb2bde1a1aa53150b43b
0x40cf277309b6a5781d36d7ff1b3befd0e7a981eae06c18a5127e7790faeff532
0x9d24ff20f7576fb63ddde8da0dd7d5bb10931a266f58cd328288930123eb4547
0x7121d10c73b23eca77717cb3d878212b0d9a3341f20db998924fb21d1bbebdb7
0xb52240e0d0b102e817411e170a8213d858cab3334c41d64ebf2d845d29cc2231
0x1a37b590ba8dcf9f06dc4197171b291c62274d2723cf63818e05da12da03392a
0xa1f06ee3f9e044ba1f7766edd8f0cd7cf5a1ef50e55d6928a9b3f9bdde8ac8d3
0xaff48e64f979dbeb0597643f27fedad18d731df0d74332c50d9d5298f106a3fa
0xc6c1ca0b4bce5a2e1feabfb29241206bf6e397d3a7a08e7e32d03c5270e8b63c

Functions
Getter at block 23243017
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI(view returns (string)
getBaseURICount(view returns (uint256)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x3eb91ca191ecab64c663ea43d4d9fda78b8564f7, 0)
mintForFree(view returns (uint256)
0
name(view returns (string)
Be Gremlin. Animated PFP.
nextTokenIdToClaim(view returns (uint256)
134
nextTokenIdToMint(view returns (uint256)
512
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x3eb91ca191ecab64c663ea43d4d9fda78b8564f7
pricePerToken(view returns (uint256)
90000000000000
primarySaleRecipient(view returns (address)
0x3eb91ca191ecab64c663ea43d4d9fda78b8564f7
symbol(view returns (string)
bgg
totalSupply(view returns (uint256)
134
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
numClaimedForFree(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
priceForAddress(address _addressuint256 _quantityview returns (uint256 price)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(address _claimeruint256 _quantityview 
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 _tokenId
claim(address _receiveruint256 _quantitypayable 
lazyMint(uint256 _amountstring _baseURIForTokensbytes _datareturns (uint256 batchId)
multicall(bytes[] datareturns (bytes[] results)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPricePerToken(uint256 _newPrice
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TokensClaimed(address indexed claimeraddress indexed receiveruint256 indexed startTokenIduint256 quantityClaimed
TokensLazyMinted(uint256 indexed startTokenIduint256 endTokenIdstring baseURIbytes encryptedBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboladdress _royaltyRecipientuint128 _royaltyBpsaddress _saleRecipientuint256 _pricePerTokenuint256 _mintForFree
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(