NFTards

Verified contract

Active on Ethereum with 816 txns
Deployed by via 0xe44a55a6 at 14971365
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $73.38
0xc285324bad7a0b253da7f25a745c73c7333d11b2f4b8e51db665e39dd1d5512c
0xca426ea1d90db7bf97e3ae4c34754e323cccc70e1495cefda22fa835315dd20c
0xab0b880d8700394da4b8ff963b10bb1ffe6525eb71607a35d1d10cc08e8acb5f
0x777bfa0820849c3f906f062982faa4033d6c1b37e3e58bd97812a33ee95d552e
0x460cd434e4befbc3c7df6e53e6cc47ff6780449543bdf5b16b4d3e02d1f5e8a7
0x6ccc734f44f3beaf033604c09378d975e5f8b1637e03c5c86265caea9ce31340
0x0206902422fe50fd97df92168c1b731e37a320f84102ed709cf5a5716a768bfe
0xb46b79fe66f15faac9d5a892044a99e1ae22e9736c9796ad156050921d2868a0
0xa273b9a5da98af98fa37a80dfa663143873079acb02cfc17b5b81489072cb065
0xc6e3fdb84cf0728af778ac505a8615dc6da282c93eae48bb112bf125f031c696

Functions
Getter at block 20908327
MaxperWallet(view returns (uint256)
5
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmVMDEszUr9YYtFypi26zUGkn1br9DXS87mfM2zkjHb2Eq/
cost(view returns (uint256)
0
freesupply(view returns (uint256)
3300
maxSupply(view returns (uint256)
3300
maxpertx(view returns (uint256)
5
name(view returns (string)
NFTards
notRevealedUri(view returns (string)
ipfs://Qme1eSgutaiQo2zMU8kke3U5CUuy44QRhK1Bpc6xm9VuEJ/hidden.json
owner(view returns (address)
0xcce72c4370243719a304cd97145a2820d8848939
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
DGN
totalSupply(view returns (uint256)
3300
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freemint(uint256 tokenspayable 
gift(uint256 _mintAmountaddress destination
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
setfreesupply(uint256 _newsupply
setmaxpertx(uint256 _maxpertx
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

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