CityOfAngels
Verified contract
Active on
Ethereum with 386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CityOfAngels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20699328 | 2 months ago | | | 0 | 0.000048330508 | |
| 20590739 | 3 months ago | | | 0 | 0.000026263845 | |
| 20137252 | 5 months ago | | | 0 | 0.00013319443 | |
| 19542053 | 8 months ago | | | 0 | 0.0014120870 | |
| 19242977 | 9 months ago | | | 0 | 0.00094399068 | |
| 19021783 | 10 months ago | | | 0 | 0.0014602857 | |
| 18657977 | a year ago | | | 0 | 0.0013670436 | |
| 18292429 | a year ago | | | 0 | 0.00049008459 | |
| 18083614 | a year ago | | | 0 | 0.00071052644 | |
| 17846245 | a year ago | | | 0 | 0.00061854164 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(address _addr, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _receivers, uint256[] _quantities)
allowlistMint(bytes32[] _merkleProof, uint256 _quantity) payable
approve(address to, uint256 tokenId) payable
freezeSupply()
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAllowlistPrice(uint256 _allowlistPrice)
setAllowlistRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setIsAllowlistActive(bool _active)
setIsPublicActive(bool _active)
setMaxSupply(uint256 _supply)
setPublicPrice(uint256 _publicPrice)
setTokenRoyalty(uint256 _tokenId, address _receiver, uint96 _feeNumerator)
teamMint(address _recipient, uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address owner_, address receiver_, uint256 initialMintQuantity_)
This contract contains no fallback and receive objects.
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()