Clinton Digital Trading Cards
Verified contract
Active on
Ethereum with 387 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 "Clinton Digital Trading Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18369917 | a year ago | | | 0 | 0.00029655056 | |
| 18306082 | a year ago | | | 0 | 0.00016804587 | |
| 18273393 | a year ago | | | 0 | 0.00035403723 | |
| 18258323 | a year ago | | | 0 | 0.0014581636 | |
| 18258261 | a year ago | | | 0 | 0.0015645196 | |
| 18258257 | a year ago | | | 0 | 0.0012867050 | |
| 18258215 | a year ago | | | 0 | 0.00078333949 | |
| 18258212 | a year ago | | | 0 | 0.00081023197 | |
| 18258194 | a year ago | | | 0 | 0.00014014340 | |
| 18258183 | a year ago | | | 0 | 0.00094025301 |
ABI
ABI objects
Getter at block 21222641
OSlist() view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
Ownermint() view returns (uint256)
1
cost() view returns (uint256)
0
hiddenURI() view returns (string)
ipfs://QmeSBBtVsHXnEzCuBz4A3ArwysyN1NwZSnFF3txtwn9eyj/
maxPerAddress() view returns (uint256)
100
maxPerTX() view returns (uint256)
5
maxSupply() view returns (uint256)
1000
name() view returns (string)
Clinton Digital Trading Cards
owner() view returns (address)
0x8281485084adccc246a476125dc528a5e529ed07
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
CDTC
totalSupply() view returns (uint256)
1000
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setPaused()
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
sethiddenURI(string _hiddenURI)
setmaxPerTX(uint256 _maxPerTX)
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 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()