CosmosNFT
Verified contract
Active on
Ethereum with 3,374 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 "CosmosNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289502 | 2 days ago | | | 0 | 0.00035441612 | |
| 19510960 | 8 months ago | | | 0 | 0.0010056320 | |
| 18406943 | a year ago | | | 0 | 0.00046766962 | |
| 18401788 | a year ago | | | 0 | 0.00018196741 | |
| 18198233 | a year ago | | | 0 | 0.00020054222 | |
| 17872276 | a year ago | | | 0 | 0.0011974541 | |
| 17774986 | a year ago | | | 0 | 0.00076311353 | |
| 17584467 | a year ago | | | 0 | 0.00097246644 | |
| 16566494 | 2 years ago | | | 0 | 0.00077165512 | |
| 16369528 | 2 years ago | | | 0 | 0.00075338374 |
ABI
ABI objects
Getter at block 21302047
getfreeStatus() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
2
name() view returns (string)
CosmosNFT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xb2e78c6afc03f68af2af7474e3572f15a9a163ed
symbol() view returns (string)
COSMOS
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
free(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setfree(address[] free_)
setfreeStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.