2023CatsGang
Verified contract
Active on
Ethereum with 159 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 "2023CatsGang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16433095 | 2 years ago | | | 0 | 0.00041894685 | |
| 16433084 | 2 years ago | | | 0 | 0.00043194920 | |
| 16432148 | 2 years ago | | | 0 | 0.00097318378 | |
| 16432143 | 2 years ago | | | 0 | 0.0010188548 | |
| 16432139 | 2 years ago | | | 0 | 0.00099199409 | |
| 16432107 | 2 years ago | | | 0 | 0.00045495569 | |
| 16425016 | 2 years ago | | | 0 | 0.00091903557 | |
| 16423470 | 2 years ago | | | 0 | 0.0011569328 | |
| 16423170 | 2 years ago | | | 0.06 | 0.0026340119 | |
| 16420366 | 2 years ago | | | 0 | 0.00083532693 |
ABI
ABI objects
Getter at block 21331022
MAX_TOKENS() view returns (uint256)
5000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://ipfs-storage.s3.amazonaws.com/2023CatsGangMainnet/
defaultTokensPerTx() view returns (uint256)
3
maxTokensFreePerTx() view returns (uint256)
0
maxTokensPerTx() view returns (uint256)
20
merkleRoot() view returns (bytes32)
0x6acd47382ead6b5d7c083e5f4bd976f7b0e22c37c1108fc416c5d13935900363
name() view returns (string)
2023CatsGang
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa5aec9cdd153d76aa419d5f648b7f9e08b7763f0
symbol() view returns (string)
CATG
tokenPrice() view returns (uint256)
6000000000000000
totalSupply() view returns (uint256)
169
whitelistMintRemains() view returns (uint256)
1855
whitelistTokenPrice() view returns (uint256)
4000000000000000
Read-only
_state(address minter) view returns (struct CatsGang2023HelperState)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 numberOfTokens, address minter, bytes32[] merkleProof) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 operator, uint256 tokenId)
mintToken(uint256 numberOfTokens, bytes32[] merkleProof) payable
openWhitelistMint(uint256 _whitelistMintRemains, bytes32 _merkleRoot, uint256 _whitelistTokenPrice)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMerkleRoot(bytes32 _merkleRoot)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setTokenPrice(uint256 newTokenPrice)
setTokenURIMode(uint256 mode)
setWhitelistTokenPrice(uint256 _whitelistTokenPrice)
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)
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.
OperatorNotAllowed(address operator)