Consolation of Chroma Convergence

Unverified contract

Proxy

Active on Base with 14,854 txns
Deployed by via 0x12a92904 at 18357066
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 "Consolation of Chroma Convergence"

0x317f8025e558ecf46039786fa9b546e1617c1b9656d8727fa42245505561c338
0xee0aef73eeea1d0e3663aa0ef72ab21962bc960c282f2518fe9df616eb8e695e
0xa2ff7285062441fdd091d569fcb2ebebe79a907f50884a2016a06b1f55f84f74
0xede273b62158e950f46fac2d4dde0b237c6b8626e07bb78f3315784eb4aaf57f
0xf587eccc75c428c536a393e1daca8498fe854aeaf0ffd199445b669ec39de270
0xe2996e8243b8bf4006c22274f52b6d9a4a983c2bad1c92a37cda205548787a5d
0x69408d45d405666ac5729fcd01d8803923445a6498760e04ca5d10fad2e45df9
0x8c225916682d0a78a5902e4deaccf4d70a8162a6e5932ae77715d75166ed83b3
0x1ce2d09f3339c57f1af0c0842aaa68f7d2acc27358a8cd1b004b18bf85bc7b36
0x21ec184a300467fbc749189365c37aa40a142c3622ba4b1e750b0b57b997d353

Functions
Getter at block 21826913
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
14715
 
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)
Consolation of Chroma Convergence
owner(view returns (address)
0xf6bbf8165ff45fffdfd7c57858175c4f0448788d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
COC
totalSupply(view returns (uint256)
14714
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