Digital Angel by Collective Unconscious 3D

Unverified contract

Proxy

Active on Base with 255 txns
Deployed by via 0x6a8475dd at 18918673
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 "Digital Angel by Collective Unconscious 3D"

0xee17caf485b59817f10b1872dae9e90182f7d4aac053d708eafdd7d2e3155602
0x6a07cbd46982c625eab4b9b8b255a733a3a9c19a123b9bd36a6b661e23a6e0de
0xc94cac5b03ccacf0258625f32c3abd67da939a83666891ac26ce4aff43b0b348
0xf99c3e6dbdf04236caabd30ed4e796f881040ed8185b52bd5b594728fd84e346
0xc6a385a2cd71b5511953cf052ac0ce280dbc88ff158f98d408bf1bd491da0373
0xb003848fba9c660ce4757b2a4aa0d7ad0fd9fc03e8b69d2a940ba51ed970305e
0x72128ffaf506a7b1b0e39a2ec55b937c4a524280ced82c4d86d0ce6d8adc9d91
0xd4d838b53767d05a35947dd5a76f2639d53ddd203306188a81ec3f729b24e78f
0x2431196169e77a1a4742d71c1dd52beb8404633b445ce4db28c451e5e2b5ce10
0x96875821f6bfbe507b3e74ec5b783e5bfe5f4cfe8068d8c9ace4d2d6e589665b

Functions
Getter at block 22904466
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
247
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Digital Angel by Collective Unconscious 3D
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DAB
totalSupply(view returns (uint256)
246
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