Crypto will bloom

Unverified contract

Proxy

Active on Base with 37,182 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"

0xbdd1b284702bd8b86be38f03039df3860890eb0c9ba879fea4b2fa4d9f6e823f
0x08eb890d38086a1ea111a28ac5954fd71f338c71e522e5c650ecb6433feebbe5
0x547978f628c5dbfb73ff22a12b17d502fc822c3735c3d9a443dac535b3faafe4
0x0457e5626c16087991f0374334670e4759ea56182620d66527d1dab2926eeda1
0x2447c553413b2ca512855557ec8ee666a0d5327b740e95a194f739f73c48ded2
0x70ecf65da9305d6d8ae3cbc4664d15c7317d6736a958821fea0534c062444fe3
0xd35997cb8ebd7f6fb75082855a2ffb8ef17bad19641e5e2081353c13f758ce62
0x7a99cccb2eb962dc778737066f1e651e50c3fdb06974e70dad283b9446de4c51
0x2f0a96ae1e1048d01317ad12ff12e7d2640117085805fb819af4fcd8d1eea4a0
0x1f257834336f07fbbeb4063b84ce0486615a2bdeda2ad11b9593580e60e9da1a

Functions
Getter at block 23254156
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
37251
 
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)
37250
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