Crypto will bloom

Unverified contract

Proxy

Active on Base with 37,172 txns
Deployed by via 0x761009ee at 18826986
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 "Crypto will bloom"

0xc19b0e8c6368edd436f03fac006e0a7a48bff4a7f9ee6a56e8bcbb708848e22f
0x866f4bbb8a82f62aea9096a0f7bdbb846fc3ba5afca6c8279a09157fbb22f4c9
0x618d7a1ff5908753cc5bcdb0772af0923d57fdc2fbc3e3fb328836b18f0dbd22
0xdd6fe246d32a6d484d5c2a158eef283e6741a974750557620bba274a6a05566d
0x247ff8ec69a032b01cde84144330a75d2f78b00a4c05b11e042d52633aff2277
0x224e8ad95e9fdc07bc1245fa020e5b57f38832ec183fdec377fb5231d979eec8
0xa2d01d0b3ee6e3f8e3c9db5cc6f71e7a96c396f226f77cc538db41cf1ba9b8c5
0x0e322e142abbc3d197db0581475848cee238c2ef50cf71a85584467e0ab046c8
0xbdfa76047221b885d566bbc9d677844d3135dc049db1fba50e4c0be17dab6270
0x659246dd323e26fb1975c5c6c03af4352b7c6b77acfc67ec9ed7188c3d5c8fe8

Functions
Getter at block 22036347
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
37247
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Crypto will bloom
owner(view returns (address)
0xbc31a136b78f2032a8cd34f6e3e7190e858a99fc
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CWB
totalSupply(view returns (uint256)
37246
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