Catsamigos
Verified contract
Active on
Ethereum with 2,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($79.27)
Native
Value
$79.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024 | $3,303.07 |
$79.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17423202 | a year ago | | | 0 | 0.0015303205 | |
| 17423201 | a year ago | | | 0 | 0.0015780632 | |
| 17353682 | a year ago | | | 0 | 0.0013653941 | |
| 16964462 | 2 years ago | | | 0 | 0.00096088492 | |
| 16962649 | 2 years ago | | | 0 | 0.0011785911 | |
| 16959859 | 2 years ago | | | 0 | 0.0011533022 | |
| 16959198 | 2 years ago | | | 0 | 0.0012606959 | |
| 16958763 | 2 years ago | | | 0 | 0.0010960916 | |
| 16958161 | 2 years ago | | | 0 | 0.00090775668 | |
| 16958161 | 2 years ago | | | 0 | 0.00090775668 |
ABI
ABI objects
Getter at block 21168023
Active() view returns (bool)
true
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmQ6RxsrkjiLWY9sVtT9ruuGwg34dbPr4v2rUCuorBcec7/
name() view returns (string)
Catsamigos
owner() view returns (address)
0x7c50d852c792f28fd14adb21ba250887218c887d
symbol() view returns (string)
CMGOS
totalSupply() view returns (uint256)
19999
Read-only
amountMinted(address) view returns (uint256)
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)
State-modifying
Events approve(address operator, uint256 tokenId) payable
meowMint(uint256 quantity) payable
mintForteam(uint256 quantity) payable
renounceOwnership()
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 _base)
setMaxFree(uint256 _max)
setMintRate(uint256 _mintRate)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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 _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()