The Citizens of...

Unverified contract

Proxy

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

No balances found for "The Citizens of..."

0xa1d7c4496a968bdef173b6ebc26f465cfef18fb70ab03d8dfb74bed583b3f181
0xca9d23bab626cac43435899fb544b40cbe1d7e8b19028a573cabaa026e3e8258

Functions
Getter at block 21858994
VERSION(view returns (uint256)
4
microManager(view returns (address)
0xe5a6106710f3ba03fb4c4852343c09bb285b7e57
name(view returns (string)
The Citizens of...
owner(view returns (address)
0x5e55693acd8f9e8fda6479898e86238621c5c459
saleConfig(view returns (uint64 editionSizeuint16 profitSharingaddress fundsRecipientuint256 publicSalePriceuint32 maxSalePurchasePerAddressuint64 publicSaleStartuint64 publicSaleEndbytes32 presaleMerkleRootbool cancelable)
(editionSize=1000, profitSharing=0, fundsRecipient=0x5e55693acd8f9e8fda6479898e86238621c5c459, publicSalePrice=210000000000000, maxSalePurchasePerAddress=0, publicSaleStart=1715586900, publicSaleEnd=1716795965, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, cancelable=false)
symbol(view returns (string)
TCM3
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMicroFeeWei(uint256 quantityview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalMintsByAddress(addressview returns (uint256)
State-modifying
adminMint(address recipientuint256 quantityreturns (uint256)
approve(address touint256 tokenId
bridgeIn(address _toAddressuint64 _dstChainIduint256 _tokenId
bridgeOut(address _fromuint64 _dstChainIduint256 _tokenId
cancelSaleEdition(
crossMint(address _toAddressaddress _fundAddressuint256 _quantityuint256 _priceCheckuint64 _srcChainId
finalizeOpenEdition(
init(bytes initPayloadreturns (bool)
purchase(uint256 quantitypayable returns (uint256)
purchasePresale(uint256 quantitybytes32[] merkleProofpayable returns (uint256)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setMerkleProof(bytes32 _merkle
setNotRevealedURI(string _newURI
setSaleDetail(bytes initPayload
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AddMerkleProof(bytes32 indexed merkle
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BridgeIn(address indexed _touint256 _dstChainIduint256 _tokenId
BridgeOut(address indexed _fromuint256 _dstChainIduint256 _tokenId
CancelSaleEdition(address indexed senderuint256 lastTimeUpdated
CrossMint(address indexed _touint256 _quantityuint256 _srcChainId
FeePayout(uint256 MicroMintFeeWeiaddress MicroFeeRecipientbool success
FundsWithdrawn(address indexed senderaddress indexed fundsRecipientuint256 fund
OpenMintFinalized(address indexed senderuint256 editionSizeuint256 timeEnd
PublicSaleCollection(address indexed senderuint256 lastTimeUpdated
Purchase(address indexed touint256 indexed quantityuint256 indexed priceuint256 firstMintedTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Canceled(
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
InvalidSaleDetail(
IsNotBridge(
PaymentFailed(
PresaleMerkleNotApproved(
PurchaseTooManyForAddress(
PurchaseWrongPrice(uint256 correctPrice
SaleCanNotUpdate(
SaleInactive(
SaleIsNotEnded(
SoldOut(
Unauthorized(