ProjectGPT

Verified contract

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

No balances found for "ProjectGPT"

0x91171eca89cd91b1b55b39e0c2510728ce35b97d3f37b3300d6a5a1afbea9dde
0x835989aa6be43e309065d408605ed2519d58bb4439f602167a0513dddea508a5
0xadbdd8c4ab9c0df3fe457ea4831858aaeb239f454e7a246c53b97782c978e9c4
0x82bd5593df794354c6f14617169a8def9c2ffbe9345e3cebbdc40226054e6282
0x9b8a41bfa31a9653a05731e06fee2af6e547e0bb640c0edfc9ec97382e301ec9
0xe82e78bc84d8279f6ab7da644273c85cc40d8a9c10398a906035c91541a7e290
0x2cf2d9132ee2b000cd6682234de46579d198c392ad37b98b6cb97e4a5eb65d85
0xa6aea0644e685c954eb275b2f75ce37349298c467d74092fc9ab1762d6e54ca6
0x5c3ed0080535372cde4b29cc9e767e44a883a7a32fa31117cb61096dedc31e2a
0x02df2332fcd7785e3a8b6dc7c2e4ebc3c65ee477686228818fa5da4c7b723e2d

Functions
Getter at block 21312309
MAX_SUPPLY(view returns (uint256)
4444
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_LIMIT_PER_WALLET(view returns (uint256)
3
WHITELIST_LIMIT_PER_WALLET(view returns (uint256)
3
WL_SUPPLY(view returns (uint256)
2444
isPublicActive(view returns (bool)
true
isRevealed(view returns (bool)
true
isWlActive(view returns (bool)
false
name(view returns (string)
ProjectGPT
owner(view returns (address)
0x730b1c2bf90bc345b31f4fd349f9d77e8c62e2ab
publicPrice(view returns (uint256)
2000000000000000
symbol(view returns (string)
GPT
totalSupply(view returns (uint256)
3142
wlMerkleRoot(view returns (bytes32)
0xc0f351a0543e8d9c59935926e4bdde589fc5c5fdb6cdd0ad17fc1ff20eeccbeb
wlPrice(view returns (uint256)
4400000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicClaimedList(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
wlClaimedList(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
publicMint(uint256 _quantitypayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setIsPublicActive(bool _value
setIsWlActive(bool _value
setPublicPrice(uint256 _publicPrice
setUnrevealedUri(string _uri
setWlPrice(uint256 _wlPrice
setWlRoot(bytes32 _wlRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteListMint(uint256 _quantitybytes32[] _merkleProofpayable 
withdraw(
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(string _unrevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

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