Deviants Mint Pass - Diamond

Verified contract

Active on Ethereum with 1,149 txns
Deployed by via 0x259f6850 at 16405578
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "Deviants Mint Pass - Diamond"

0x5f00ecf815dff7af8f106c2650576ac8606622d9eb569b44c3410e410c89840d
0xe9c010290e44fd61a57de1296c428253d053c0f276837fad607c418eef9122e9
0x95cbde2dbb3bd23e41e6869961902c52b7d57ff33feb0fb744eec56e1dc17816
0xc0a488cf98189efc072f6c2e82dca5ed65496d22ab4665d2c823e16effe42bdd
0xcabb02c589cc90c182e63339fdb3593d1358beb63dfe80703b1e74f5df43e02e
0x645815ef75a10df6fb33396d1eb4008d19b15c22c63386b8e189323388d7e0ea
0x5121760399e8b6492cae2262b4281718f1457a5cf6b31a2d508307c2290bea4c
0x7d6e44cd2059c3f2193406190dd2e7d85e854df704904b4487108232fabc1e4c
0xfce0c54c32646bd057442909f7ea05a1706af2850257bfac206af7690cb3f63c
0x334064720f3f691a7eb097cd0f9abf8c71ac74d9a55c9ebc8047659968ff2a64

Functions
Getter at block 20886764
MAX_SUPPLY(view returns (uint256)
500
PRESALE_MAX_SUPPLY(view returns (uint256)
500
baseTokenURI(view returns (string)
ipfs://bafybeidnoekhtonfgu4ic4cv4mxqygvqvvpwvacwyntjyh52jknexkuiza/
blocklistContractAddress(view returns (address)
0xca71b13c9465c2117f3dbba294c2f4134c629c72
blocklistPermanentlyDisabled(view returns (bool)
false
isPresaleActive(view returns (bool)
false
metadataFrozen(view returns (bool)
false
name(view returns (string)
Deviants Mint Pass - Diamond
owner(view returns (address)
0x6e3cb8cb4f69a0e175ee79b8eee3d0f90477dd56
paused(view returns (bool)
false
payoutAddressesFrozen(view returns (bool)
false
presaleMintsAllowedPerAddress(view returns (uint256)
1
presaleMintsAllowedPerTransaction(view returns (uint256)
1
presalePrice(view returns (uint256)
0
royaltyAddress(view returns (address)
0x1351235703a5507ce8119a7e1634d4f2172c6df3
royaltyFee(view returns (uint96)
690
symbol(view returns (string)
DMPD
totalSupply(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isExchangeBlocklisted(uint256view returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payoutAddresses(uint256view returns (address)
payoutBasisPoints(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
userExpires(uint256 tokenIdview returns (uint256)
userOf(uint256 tokenIdview returns (address)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
freezePayoutAddresses(
gift(address[] receiversuint256[] mintNumber
pause(
permanentlyDisableBlocklist(
presaleMint(bytes32 messageHashbytes signatureuint256 numTokensuint256 maximumAllowedMintspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPresaleMintsAllowedPerAddress(uint256 _mintsAllowed
setPresaleMintsAllowedPerTransaction(uint256 _mintsAllowed
setPresalePrice(uint256 _presalePrice
setPresaleSignerAddress(address _presaleSignerAddress
setPresaleState(bool _saleActiveState
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setUser(uint256 tokenIdaddress useruint64 expires
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
updateBlocklistContractAddress(address _blocklistContractAddress
updateBlocklistedExchanges(uint256[] exchangesbool[] blocklisted
updatePayoutAddressesAndBasisPoints(address[] _payoutAddressesuint256[] _payoutBasisPoints
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
UpdateUser(uint256 indexed tokenIdaddress indexed useruint64 expires
Constructor
constructor(address _blocklistContractAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SetUserCallerNotOwnerNorApproved(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(