Noun Cats
Verified contract
Active on
Ethereum with 114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($184.25)
Native
Value
$184.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,684.95 |
$184.25 | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- | |
INVISINOUNS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20397371 | 4 months ago | | | 0 | 0.00010007927 | |
| 18966881 | a year ago | | | 0 | 0.00074070968 | |
| 18604437 | a year ago | | | 0 | 0.00034755000 | |
| 17931415 | a year ago | | | 0 | 0.0011608807 | |
| 16961520 | 2 years ago | | | 0 | 0.00098151690 | |
| 16682071 | 2 years ago | | | 0 | 0.00056299446 | |
| 16307895 | 2 years ago | | | 0 | 0.0011714493 | |
| 16307281 | 2 years ago | | | 0.025 | 0.0010404737 | |
| 16307143 | 2 years ago | | | 0.025 | 0.0011712310 | |
| 16212225 | 2 years ago | | | 0 | 0.00071138662 |
ABI
ABI objects
Getter at block 21304273
INVISIBLES() view returns (address)
0xb5942db8d5be776ce7585132616d3707f40d46e5
_baseTokenURI() view returns (string)
https://bafybeieal3l5wpl6hpo63yo6lzoz4cmsezhvi2d3ovndi5yihzdaxlbaei.ipfs.dweb.link/
mintOpen() view returns (bool)
true
name() view returns (string)
Noun Cats
owner() view returns (address)
0xcac5cc8dbccc684c1530ff1502fd48a2fd2afbe3
price() view returns (uint256)
25000000000000000
symbol() view returns (string)
NOUNCATS
totalSupply() view returns (uint256)
193
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
burnAndReveal(uint256[] _ids)
mintCats(uint256[] _ids, bool mintNounterparts) payable
mintInvisibles(uint256[] _ids) payable
mintNounterpart(uint256[] _ids) payable
promoMint(address _to, uint256[] _ids)
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)
setMintOpen(bool _val)
setPrice(uint256 _newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
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)
CatMinted(address indexed _by, uint256 indexed _tokenId)
InvisibleBurned(address indexed _by, uint256 indexed _tokenId)
InvisibleMinted(address indexed _by, uint256 indexed _tokenId)
NounterpartMinted(address indexed _to, uint256 indexed _tokenId)
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.
BadID()
CantMintZero()
CatAlreadyMinted()
MintClosed()
MintedOut()
WrongPrice()
WrongPriceWithNounterpart()