Dungeonized
Verified contract
Active on
Ethereum with 5,536 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 "Dungeonized"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104585 | 3 days ago | | | 0 | 0.000089267668 | |
| 21104162 | 3 days ago | | | 0 | 0.00013598750 | |
| 20125433 | 5 months ago | | | 0 | 0.00015929656 | |
| 19680315 | 7 months ago | | | 0 | 0.00019387259 | |
| 19680297 | 7 months ago | | | 0 | 0.00020106177 | |
| 19680070 | 7 months ago | | | 0 | 0.00019865750 | |
| 19481619 | 8 months ago | | | 0 | 0.00068434745 | |
| 18995263 | 10 months ago | | | 0 | 0.00070227975 | |
| 18923161 | 10 months ago | | | 0 | 0.00076929531 | |
| 18910038 | 10 months ago | | | 0 | 0.00048124028 |
ABI
ABI objects
Getter at block 21124358
BASE_URI() view returns (string)
https://dungeonized.com/nfts/
COLLECTION_CAP() view returns (uint256)
3333
MAX_PUBLIC_MINTS_PER_WALLET() view returns (uint256)
2
RESERVE_AMOUNT() view returns (uint256)
25
allowedSignerAddr() view returns (address)
0x59e9ffec71ff771d2f88e6e7ea244307e7450ce9
isPublicEnabled() view returns (bool)
false
isReserveClaimed() view returns (bool)
true
isWhitelistEnabled() view returns (bool)
false
name() view returns (string)
Dungeonized
owner() view returns (address)
0x839cd45ce19430f8badf699c1b66fdb7775195bc
symbol() view returns (string)
DGZD
totalSupply() view returns (uint256)
3333
Read-only
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)
wasNonceUsed(uint32 _nonce) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
bulkSetWhitelist(uint32 _amount, address[] _addresses)
claimFounders(uint32 _nonce, uint32 _mintCount, bytes _signature)
mint(uint32 _mintCount)
renounceOwnership()
reservesMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setMintStatus(bool _publicEnabled, bool _whitelistEnabled)
setSignerAddress(address _signerAddr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint32 _mintCount)
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)
FoundersMint(uint256 _startTokenId, uint32 _mintCount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegularMint(uint256 _startTokenId, uint32 _mintCount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _allowedSignerAddr, string baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()