DegenBook

Verified contract

Active on Ethereum with 1,121 txns
Deployed by via 0x5dc6990b at 17256321
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DegenBook"

0x936160d913ae3bba695566a20e49214986df7cd91d403b255effb0e0f9842195
0xcf86780cba1b4c51306ef25c7d2aaa364e9f0899bc750f89a5f9dffa4d5a299a
0xbf1b53e088257f99b948ab8294b6f1f7f0906546359245f8a864bacd764588ef
0x3d8ad0bd6e9ec661f7995a34f705dfff0dc6dcee137477474ae18da086d5ee3c
0x7bf1adb7eb1bbf3c4b8e5acc104a880f447e393ce8c1730572f891105561d6e5
0x73a2bff3225085d5183d77e7145c31b875b97bd1e0d7d4d9ff23d52296c4d43f
0x4c56a54b549bd2c96004d9f89663430a64f802952248260d3bfb762003b2baf3
From
0xdc946eb9cd4569496b5d161e2d88af43672fe4e6e8c4321101dae8a2a26757c8
0x54e7d07d4475418dae2c4d0768142ceed0de239bb384be8e6b7d0bd0dbab9a00
0xe7babaa99ad5328512858b2dbbb9d86b0c1b9b1ca12a671cdef2dd485fde007a

Functions
Getter at block 21326691
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmcaEM2LC7aoz5TMLu2bdL1b67sP1n4wjVnjjzKArp74rv/
getMintStats(view returns (struct MintStats)
(2000, 2000)
maxSupply(view returns (uint256)
2000
name(view returns (string)
DegenBook
owner(view returns (address)
0x43fc86aaaad9984708348031108b6722f87ac244
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
DGB
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
mintSeaDrop(address minteruint256 quantity
multiConfigure(struct MultiConfigure config
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMaxSupply(uint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateAirDrop(address seaDropImplstruct AirDrop airDrop
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updatePrivateDrop(address seaDropImplstruct PrivateDrop privateDrop
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
Events
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoyaltyAddressUpdated(address receiver
RoyaltyBpsUpdated(uint256 bps
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress[] allowedSeaDrop
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
InvalidRoyaltyBasisPoints(uint256 basisPoints
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
OnlyAllowedSeaDrop(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
RoyaltyAddressCannotBeZeroAddress(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(