This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793826, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

CosmodinosOmega

Verified contract

Active on Ethereum with 25,037 txns
Deployed by via 0x38519e2b at 14209630
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CosmodinosOmega"

0x5f44f06665a371b36a76ccf9940341c1b44d03b557ecd6a2c4032a2a5fbb46f8
0x9e88dcee617fc3aac0abb1623ea9471efe17d720ccebb61e4ec3101deab3ab97
0x38ea425a18d9bb37115f2106dee68770b277cacd3e08664ee7925a4c8604bdab
0x2b9e89fc90aa5aa41094dc61bc7b1aed22c5574db1485e4c5aaa8919bea8be98
0x524f094e52c06fba2d39635e9c705d7f245ca1e3b7c63be2234b310c40219d94
From
0x69e0713ead591a018fe2c271de301d98c047feae2ec15bad91bcd285e57bf93a
From
0xebedf9cbee222fa9d73c478410d9b05a51a31b4ff6ee1df27c0ffc94e4c975f8
0x60fbe65ef76fa61f22e00f1c5f8e0f9b4f5f2a6224f1813f527a59a06749a129
0xfa86f82f9be5bf36fe4b05ce3689aac17a2ea18e1a80d23713cd85d84fd2aea8
0x3fa61a5d2afefdacc95bc36312c635dff7811f378caeee204a5273f7cddaf9a8

Functions
Getter at block 20793825
allowlistMintIsOpen(view returns (bool)
false
allowlistPrice(view returns (uint256)
20000000000000000
amountForDevs(view returns (uint256)
200
collectionSize(view returns (uint256)
8888
merkleRoot(view returns (bytes32)
0x40af0ecfd85f21b593fb2b32b9ebf3ce61cdaede4610fdafec9ef5bfb4b71215
name(view returns (string)
CosmodinosOmega
owner(view returns (address)
0x6b993428cdb4162cac6d9749abb352442cec760b
publicPrice(view returns (uint256)
40000000000000000
publicSaleIsOpen(view returns (bool)
false
remainingTokens(view returns (uint256)
0
symbol(view returns (string)
CosmodinosOmega
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 countuint256 allowancebytes32[] proofpayable 
approve(address touint256 tokenId
devMint(uint256 count
publicSaleMint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistMintIsOpen(bool allowlistMintIsOpen_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(uint256 _allowlistPricebytes32 _merkleRoot
setPublicPrice(uint256 _publicPrice
setPublicSaleIsOpen(bool value
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string tokenUri_string name_string symbol_address devWallet_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(