DegenBook
Verified contract
Active on
Ethereum with 1,121 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 "DegenBook"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20053827 | 6 months ago | | | 0 | 0.00014747908 | |
| 19911173 | 6 months ago | | | 0 | 0.00031873315 | |
| 19733734 | 7 months ago | | | 0 | 0.0014936330 | |
| 19626398 | 8 months ago | | | 0 | 0.0014567778 | |
| 19611557 | 8 months ago | | | 0 | 0.0019262036 | |
| 19593876 | 8 months ago | | | 0 | 0.00063263348 | |
| 19426399 | 9 months ago | | | 0 | 0.0026447597 | |
| 19230281 | 10 months ago | | | 0 | 0.0011665830 | |
| 19170942 | 10 months ago | | | 0 | 0.0022208422 | |
| 19170882 | 10 months ago | | | 0 | 0.0023950541 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
mintSeaDrop(address minter, uint256 quantity)
multiConfigure(struct MultiConfigure config)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAirDrop(address seaDropImpl, struct AirDrop airDrop)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updatePrivateDrop(address seaDropImpl, struct PrivateDrop privateDrop)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyAddressUpdated(address receiver)
RoyaltyBpsUpdated(uint256 bps)
RoyaltyInfoUpdated(address receiver, uint256 bps)
SeaDropTokenDeployed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address[] allowedSeaDrop)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
OnlyAllowedSeaDrop()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()