CityOfAngels

Verified contract

Active on Ethereum with 386 txns
Deployed by via 0xf425e5ad at 15791804
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CityOfAngels"

0x74fa64c6db7a7b9be507e233b8127ae3b923f0052b78d195783c225e456eb8b0
0xef96861c72196adfa5929ee93bef2063d173ea1fce7b84ae98d0176cc956756f
0x9388705be8c7edee2249d5732915d2dec1279218aa83d880508455d2cdccb52f
0x574e459e42dcb070fdfcb37e814d912b842aeaa272af6c88f8fd11202baf2d19
0x3efb50d350392bc535589d33d81935e5e38769c615fa4dd62ef233a5b405348e
0xbb7e3c158e20b27d2a228a67c2199b620ddbde9c21fa154b50a889857364fa54
0xd3970f6aaf1f626afefe945cbee61990f9941742fae80717b29dc51ea32a334f
0x667d0f4d53a50b7e112eafe3a453fff16679e9d776eba09e374a7d04421fc988
0xe83e3910f517e4f63b8df93849db8380d1b7c7e14d601c8fce5fc9afb542becf
0x415627795634a733882be95a96c1bc4e8f95cca823be8d649a888855fbd4eb92

Functions
Getter at block 21210745
allowlistMerkleRoot(view returns (bytes32)
0x236ea883c9513c46e69bc3d49825cb3759fbd9b9c44c8ff9053d345a6aadc280
allowlistPrice(view returns (uint256)
24600000000000000
baseURI(view returns (string)
https://cribbo.mypinata.cloud/ipfs/QmaFvh3StErJn79Y7CnzfiqzphSV2eX7d9K2mfbVL5D6jq/
contractURI(view returns (string)
https://cribbo.mypinata.cloud/ipfs/QmV2ZLBAaYc8Rx5msgiHSC9EcogtHcHcRwzVDz7cqkobAu
isAllowlistActive(view returns (bool)
false
isPublicActive(view returns (bool)
false
isSupplyFrozen(view returns (bool)
false
maxSupply(view returns (uint256)
999
mintAllowance(view returns (uint256)
5
name(view returns (string)
CityOfAngels
owner(view returns (address)
0x3f25089cc83c510d3db8514ebbf1e1484135843d
publicPrice(view returns (uint256)
35700000000000000
symbol(view returns (string)
COA
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAllowlisted(address _addrbytes32[] _merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _receiversuint256[] _quantities
allowlistMint(bytes32[] _merkleProofuint256 _quantitypayable 
approve(address touint256 tokenIdpayable 
freezeSupply(
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAllowlistPrice(uint256 _allowlistPrice
setAllowlistRoot(bytes32 _merkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _contractURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setIsAllowlistActive(bool _active
setIsPublicActive(bool _active
setMaxSupply(uint256 _supply
setPublicPrice(uint256 _publicPrice
setTokenRoyalty(uint256 _tokenIdaddress _receiveruint96 _feeNumerator
teamMint(address _recipientuint256 _quantity
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address owner_address receiver_uint256 initialMintQuantity_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedsMintAllowance(
ExceedsTeamAllowance(
InvalidETHQuantity(
InvalidURI(
LengthsMismatch(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonExistentTokenURI(
NotAllowlistPhase(
NotInAllowlist(
NotPublicPhase(
OnlyEoA(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicSaleMustStartAfterAllowlist(
SupplyFrozen(
SupplyLessThanMinted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawTransfer(