CatHoodMigos
Verified contract
Active on
Ethereum with 594 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.26)
Native
Value
$6.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,131.57 |
$6.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20223039 | 5 months ago | | | 0 | 0.00019531380 | |
| 18403377 | a year ago | | | 0 | 0.00028143264 | |
| 18403373 | a year ago | | | 0 | 0.00028118629 | |
| 18385430 | a year ago | | | 0 | 0.00054436684 | |
| 18385430 | a year ago | | | 0 | 0.00054465056 | |
| 18385429 | a year ago | | | 0 | 0.00054874161 | |
| 18385402 | a year ago | | | 0.002 | 0.0016642744 | |
| 18362548 | a year ago | | | 0 | 0.00048789443 | |
| 18361918 | a year ago | | | 0 | 0.00035377342 | |
| 18354634 | a year ago | | | 0 | 0.00059562467 |
ABI
ABI objects
Getter at block 21219863
cost() view returns (uint256)
250000000000000
hiddenMetadataUrl() view returns (string)
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
5000
maxPerWallet() view returns (uint256)
80
maxSupply() view returns (uint256)
5000
name() view returns (string)
CatHoodMigos
notPayableAmount() view returns (uint256)
4
owner() view returns (address)
0x4195f07b1093f0e4b402cc4cf72f7e46aeb75357
pause() view returns (bool)
false
symbol() view returns (string)
CHM
totalSupply() view returns (uint256)
2403
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURL)
setCost(uint256 _newCost)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setNotPayableAmount(uint256 _newAmt)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()