ProjectGPT
Verified contract
Active on
Ethereum with 2,516 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 "ProjectGPT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278097 | 5 days ago | | | 0 | 0.00065573953 | |
| 20655622 | 3 months ago | | | 0 | 0.000042188300 | |
| 20654694 | 3 months ago | | | 0 | 0.000043669861 | |
| 20615768 | 3 months ago | | | 0 | 0.000081059091 | |
| 20504594 | 4 months ago | | | 0 | 0.000058145253 | |
| 20288545 | 5 months ago | | | 0 | 0.00015314570 | |
| 20061578 | 6 months ago | | | 0 | 0.00046245121 | |
| 19959324 | 6 months ago | | | 0 | 0.00050420314 | |
| 19841642 | 7 months ago | | | 0 | 0.00034624697 | |
| 19813992 | 7 months ago | | | 0 | 0.00017146992 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
wlClaimedList(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setIsPublicActive(bool _value)
setIsWlActive(bool _value)
setPublicPrice(uint256 _publicPrice)
setUnrevealedUri(string _uri)
setWlPrice(uint256 _wlPrice)
setWlRoot(bytes32 _wlRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whiteListMint(uint256 _quantity, bytes32[] _merkleProof) payable
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 _unrevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()