CosmoMasks
Verified contract
Active on
Ethereum with 552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COSMO | ERC-20 | 27.66199K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20959207 | a month ago | | | 0 | 0.00071433540 | |
| 20270263 | 5 months ago | | | 0 | 0.00087268915 | |
| 19756441 | 7 months ago | | | 0 | 0.00026535263 | |
| 19756441 | 7 months ago | | | 0 | 0.00026502443 | |
| 19756440 | 7 months ago | | | 0 | 0.00027217593 | |
| 19735215 | 7 months ago | | | 0 | 0.00078484764 | |
| 19613269 | 8 months ago | | | 0 | 0.0015151014 | |
| 19070111 | 10 months ago | | | 0 | 0.00054665381 | |
| 18967799 | a year ago | | | 0 | 0.00033807245 | |
| 18673720 | a year ago | | | 0 | 0.0045662294 |
ABI
ABI objects
Getter at block 21260120
MAX_SUPPLY() view returns (uint256)
16410
NAME_CHANGE_PRICE() view returns (uint256)
1830000000000000000000
PROVENANCE() view returns (string)
c1c4d72a3c4fa87202de25d67710b46331426d6fe6932ba4fdcce6effb3fdefe
REVEAL_TIMESTAMP() view returns (uint256)
1616943600
SALE_START_TIMESTAMP() view returns (uint256)
1615734000
SECONDS_IN_A_DAY() view returns (uint256)
86400
baseURI() view returns (string)
https://TheCosmoMasks.com/cosmomasks-metadata/
contractURI() view returns (string)
https://TheCosmoMasks.com/cosmomasks-contract-metadata.json
getCosmoToken() view returns (address)
0x27cd7375478f189bdcf55616b088be03d9c4339c
getPrice() view returns (uint256)
1000000000000000000
name() view returns (string)
CosmoMasks
owner() view returns (address)
0xb2f8234571eef9b222deca1307a03c6c2e376b73
startingIndex() view returns (uint256)
10688
startingIndexBlock() view returns (uint256)
12128368
symbol() view returns (string)
COSMAS
totalSupply() view returns (uint256)
803
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedBeforeReveal(uint256 index) view returns (bool)
isNameReserved(string nameString) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validateName(string str) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeName(uint256 tokenId, string newName)
finalizeStartingIndex()
mint(uint256 numberOfMasks) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string contractURI_)
setCosmoToken(address token)
setURL(string newUrl)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameChange(uint256 indexed tokenId, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetStartingIndex(uint256 startingIndex)
SetStartingIndexBlock(uint256 startingIndexBlock)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address cmpAddress, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.