TheGodlyNFT

Verified contract

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

No balances found for "TheGodlyNFT"

0x178f8ad46f1d724e22c5e449fcc4390efa7ebab4eef58b025c7243662c122e77
0xc668c03863cf7b4b8c2851ecfdbdf628003ce34a09ab69a1153b5a421f8f81ec
0x728a9863314bb186aacb853aeaa7472560f0e0804fbcebd543e9e6907ca75a2e
0x3cf430c3ec930073e473ddc514685ad0811539efc759bbc5e3db0261e50279fe
0xb43660620a0c27ce2ab5ad873ec3111993d1f338558d0b3fdddf1be330f10b4e
0x6c1b759086b13b5188a58e3c7aa5119b29c897b182d8b5cd30945e804894d815
0x386a63213a772622568196abdfbcc7f3d5efe9de77eaeaf8a26cd6d97bde5e32
0x55e04320c31d8e8bdcf3d555592d50e9ac493d3753a3dc4b62dff39128f569db
0xe95fb0fcae39104c8aab30b7f98a25ee3f94d54988a3718be036f292800953b2
0xfb77ac8c497efa2a3c3b46068fdba8ca6347014658dccdf3956a2e52160ca383

Functions
Getter at block 21160378
checkBurn(view returns (uint256)
0
freePerAcc(view returns (uint256)
1
freeSupply(view returns (uint256)
1000
maxSupply(view returns (uint256)
5000
maxWLSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x49e063f15f20c02f0ff5f0daff1854201337f36f03a836bcc5c968be420dc188
mintPerAcc(view returns (uint256)
3
mintPerTrx(view returns (uint256)
3
name(view returns (string)
TheGodlyNFT
owner(view returns (address)
0x48c59ff7d69823ebf82d7a5c39c88de3f8dddff4
pubPrice(view returns (uint256)
0
pubStat(view returns (bool)
true
symbol(view returns (string)
TGN
totalMinted(view returns (uint256)
5000
totalSupply(view returns (uint256)
5000
wlPrice(view returns (uint256)
0
wlStat(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
checkProof(bytes32[] _merkleProofview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
burnToCrisp(uint256 tokenId
publicMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreePerAcc(uint256 _freePerAcc
setFreeSupply(uint256 _freeSupply
setMaxSupply(uint256 _maxSupply
setMaxWLSupply(uint256 _maxWLSupply
setMerkleRoot(bytes32 _merkleRoot
setMintPerAcc(uint256 _mintPerAcc
setMintPerTrx(uint256 _mintPerTrx
setPubPrice(uint256 _pubPrice
setPubStat(
setWlPrice(uint256 _wlPrice
setWlStat(
teamDrop(address touint256 airSupplypayable 
teamMint(uint256 quantitypayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _quantitypayable 
withdraw(
withdrawAmount(uint256 _amount
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(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(