13th District Genesis
Verified contract
Active on
Ethereum with 495 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 "13th District Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904008 | a year ago | | | 0 | 0.00063127736 | |
| 16185628 | 2 years ago | | | 0.005 | 0.00043569108 | |
| 16180990 | 2 years ago | | | 0 | 0.00060658000 | |
| 16180990 | 2 years ago | | | 0 | 0.00060658000 | |
| 16180305 | 2 years ago | | | 0 | 0.00040301070 | |
| 16179842 | 2 years ago | | | 0 | 0.00081911381 | |
| 16179792 | 2 years ago | | | 0 | 0.00068293494 | |
| 16179441 | 2 years ago | | | 0 | 0.00067703233 | |
| 16179441 | 2 years ago | | | 0 | 0.00067703233 | |
| 16179436 | 2 years ago | | | 0 | 0.00060701455 |
ABI
ABI objects
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(address) view returns (uint8)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenUri(string _uriPrefix)
setMaxLimitPerAddress(uint8 _limit)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()