CBduck

Unverified contract

Proxy

Active on Base with 4,620 txns
Deployed by via 0x5173784c at 21244731
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "CBduck"

0xb2966668a429106e989329c565e04cb70f8d39d75adc36f6c87ac1a4652d924a
0x0f1c86859f26f94fd526543bf661af5ca91b92f84798466f25cf49fc69fbbdb1
0x90a866575d1df2baa2d478646f5c7aeb74e2958e9ebf3e771c6dfd534f184260
0x75ec441c06681b192fddf830b611e4264dadb69fe6091d0c1d54e7548c6e066b
0x8c069de6f3ffd14df066bd21684443c3d923e1cac74e90c8a512a09386183c2b
0x8978b3e5133ef46a0cb1bcf14b6c43e4c33a5ab4d19ae5907e33ffe0208444ba
0xee45356a38eccc904887baf029fa0255c0c4eede22cc65c1d244b7328bdcf497
0xa8aa81ccf8ffa93955cadfaf57a81b995e213ffb1dccbf20c8b58d761174accd
0x97beda8c8c594ad6306e99803896c55530d89a9a1c911d0e049c797873264132
0x720b3876937cea1e92167a186494e31c975bb8b59d64f021fc46d1695a3398d3

Functions
Getter at block 22752842
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
5756
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
CBduck
owner(view returns (address)
0xe15617de860eb334a4650e00f5e6895cb6e588cc
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
C
totalSupply(view returns (uint256)
5755
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId