CryptTVScamp
Verified contract
Active on
Ethereum with 2,559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x65a1…a75b
Balances ($0.00)
No balances found for "CryptTVScamp"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21396532 | 4 days ago | | | 0 | 0.00063771597 | |
| 20412938 | 5 months ago | | | 0 | 0.00030996191 | |
| 19906877 | 7 months ago | | | 0 | 0.000071217633 | |
| 19906876 | 7 months ago | | | 0 | 0.000071781646 | |
| 19753720 | 8 months ago | | | 0 | 0.00053158475 | |
| 19721130 | 8 months ago | | | 0 | 0.00046320800 | |
| 19121940 | a year ago | | | 0 | 0.00056338225 | |
| 19036370 | a year ago | | | 0 | 0.0017228875 | |
| 18896662 | a year ago | | | 0 | 0.00032423753 | |
| 18868461 | a year ago | | | 0 | 0.0016008912 |
ABI
ABI objects
Getter at block 21427804
baseURI() view returns (string)
https://crypttv.mypinata.cloud/ipfs/QmY9ZUYoHDmp53NPDDbM31d2gQQ2NRphGA8fCmMX19btga/
isBuyerSignatureRequired() view returns (bool)
false
isNormalTransferEnabled() view returns (bool)
true
isP2PEnabled() view returns (bool)
true
maxTokens() view returns (uint32)
666
name() view returns (string)
CryptTVScamp
owner() view returns (address)
0x7ec15fde7edc974d5b3034d2aab7651a7980ab15
provenanceHash() view returns (string)
r2Contract() view returns (address)
0x65a1f71db66a7016d91f8c6d42a6a1a1e380a75b
symbol() view returns (string)
CTVS
totalSupply() view returns (uint256)
666
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)
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)
claim(uint256 numberOfTokens, uint256 maxClaimable, bytes32[] merkleProof, bytes readSignature)
claimReserve(uint256 numberOfTokens, uint256 maxClaimable, bytes32[] merkleProof, bytes readSignature)
r2Transfer(address from, address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBuyerSignatureRequired(bool _isBuyerSignatureRequired)
setClaimListMerkleRoot(bytes32 _merkleRoot)
setClaimingActive(bool _isClaimingActive)
setNormalTransferEnabled(bool _isNormalTransferEnabled)
setP2PTransferEnabled(bool _isP2PEnabled)
setProvenanceHash(string _hash)
setR2Address(address _r2Address)
setReserveClaimListMerkleRoot(bytes32 _reserveMerkleRoot)
setReserveClaimingActive(bool _isReserveClaimingActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _newBaseURI, uint32 _maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.