TheGodlyNFT
Verified contract
Active on
Ethereum with 3,513 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 "TheGodlyNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20599226 | 3 months ago | | | 0 | 0.000041818611 | |
| 20150774 | 5 months ago | | | 0 | 0.000052156128 | |
| 18321919 | a year ago | | | 0 | 0.00046033558 | |
| 17802692 | a year ago | | | 0 | 0.00040404495 | |
| 17515939 | a year ago | | | 0 | 0.0013025710 | |
| 17515925 | a year ago | | | 0 | 0.0012421643 | |
| 16969580 | 2 years ago | | | 0 | 0.0021647059 | |
| 16743300 | 2 years ago | | | 0 | 0.0012214804 | |
| 16726944 | 2 years ago | | | 0 | 0.0012525420 | |
| 16724133 | 2 years ago | | | 0 | 0.00083407439 |
ABI
ABI objects
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 owner) view returns (uint256)
checkProof(bytes32[] _merkleProof) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
burnToCrisp(uint256 tokenId)
publicMint(uint256 _quantity) payable
renounceOwnership()
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 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 to, uint256 airSupply) payable
teamMint(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
withdraw()
withdrawAmount(uint256 _amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()