The Citizens of...
Unverified contract
Proxy
Active on
Base with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe5a6…7e57
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "The Citizens of..."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14398658 | 6 months ago | | | 0 | 0.0000028688226 | |
| 14398641 | 6 months ago | | | 0 | 0.0000063846503 |
ABI
ABI objects
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 editionSize, uint16 profitSharing, address fundsRecipient, uint256 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, bytes32 presaleMerkleRoot, bool 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMicroFeeWei(uint256 quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalMintsByAddress(address) view returns (uint256)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
approve(address to, uint256 tokenId)
bridgeIn(address _toAddress, uint64 _dstChainId, uint256 _tokenId)
bridgeOut(address _from, uint64 _dstChainId, uint256 _tokenId)
cancelSaleEdition()
crossMint(address _toAddress, address _fundAddress, uint256 _quantity, uint256 _priceCheck, uint64 _srcChainId)
finalizeOpenEdition()
init(bytes initPayload) returns (bool)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, bytes32[] merkleProof) payable returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setMerkleProof(bytes32 _merkle)
setNotRevealedURI(string _newURI)
setSaleDetail(bytes initPayload)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AddMerkleProof(bytes32 indexed merkle)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BridgeIn(address indexed _to, uint256 _dstChainId, uint256 _tokenId)
BridgeOut(address indexed _from, uint256 _dstChainId, uint256 _tokenId)
CancelSaleEdition(address indexed sender, uint256 lastTimeUpdated)
CrossMint(address indexed _to, uint256 _quantity, uint256 _srcChainId)
FeePayout(uint256 MicroMintFeeWei, address MicroFeeRecipient, bool success)
FundsWithdrawn(address indexed sender, address indexed fundsRecipient, uint256 fund)
OpenMintFinalized(address indexed sender, uint256 editionSize, uint256 timeEnd)
PublicSaleCollection(address indexed sender, uint256 lastTimeUpdated)
Purchase(address indexed to, uint256 indexed quantity, uint256 indexed price, uint256 firstMintedTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Canceled()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
InvalidSaleDetail()
IsNotBridge()
PaymentFailed()
PresaleMerkleNotApproved()
PurchaseTooManyForAddress()
PurchaseWrongPrice(uint256 correctPrice)
SaleCanNotUpdate()
SaleInactive()
SaleIsNotEnded()
SoldOut()
Unauthorized()