13th District Genesis

Verified contract

Active on Ethereum with 495 txns
Deployed by via 0x390984b6 at 16175130
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "13th District Genesis"

0xdf3544eadefce4d01a9316ce5e40007b68a20456fb9b1b11eed5ff61be4dd91a
From
0xd1bbdb1244d2cd6ae63ab6cb9ace1c008a16cf1aeb5853b098e572accece056e
0xdae1c7cbe0243d71250599b2be33a7b7643d916fad221dd39b463a51c97dd91c
0x47b25fbf8a221dc478f86c50b269facc157d4f3f7b7e973964360dc277c4125d
0x3cff323567be2017a95fb7dd2bb0780d40989c43142d6d8b8e7c5c1e73ba6bf1
0xafb85f17fa68655479b9986b5821ccb773e56b1adf41d0cee83a06c0fe92dad0
0x7b368001d70a91bffd2938029e36d3afe10a24d662087891f60087c6c14ae18c
0x3a5b0deaace1791c8bc019b13a94a6dd7c269c74889996b376c538ced89f97dd
0x135338c6a2dac01b7cc9bbd647c5582fd0fd531a5c5051c2bc2ff344f68071b0
0x45a95e165a6d8208ac691c190c881bc7746dfcf85667dee32460bdd756b6761f

Functions
Getter at block 21201043
cost(view returns (uint256)
0
hiddenURL(view returns (string)
maxMintAmountPerTx(view returns (uint8)
1
maxMintAmountPerWallet(view returns (uint8)
1
maxSupply(view returns (uint16)
420
name(view returns (string)
13th District Genesis
owner(view returns (address)
0xee5354f5ba93799a8b55372d7b4c1f5fdaf6c05e
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
13thDG
totalSupply(view returns (uint256)
420
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
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)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenUri(string _uriPrefix
setMaxLimitPerAddress(uint8 _limit
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(