CryptoCards Club
Verified contract
Active on
Ethereum with 96 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 "CryptoCards Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20245433 | 5 months ago | | | 0 | 0.000072477617 | |
| 20070483 | 6 months ago | | | 0 | 0.00031510531 | |
| 20070413 | 6 months ago | | | 0 | 0.00041427493 | |
| 20070412 | 6 months ago | | | 0 | 0.00036933715 | |
| 20070410 | 6 months ago | | | 0 | 0.00039171419 | |
| 20070304 | 6 months ago | | | 0 | 0.00061889176 | |
| 19750741 | 7 months ago | | | 0 | 0.00024097315 | |
| 19396252 | 9 months ago | | | 0 | 0.0027727028 | |
| 18403354 | a year ago | | | 0 | 0.00030183921 | |
| 18046407 | a year ago | | | 0 | 0.00052996277 |
ABI
ABI objects
Getter at block 21322883
ERC712_VERSION() view returns (string)
1
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x9c48e28ce549b66fa0217d99a34602a84ff0b0476511b2116ae40473d2f80946
name() view returns (string)
CryptoCards Club
owner() view returns (address)
0xb7e0c211fb088e42aa9fd936b0a9c52985fbd273
symbol() view returns (string)
CCC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 _id) view returns (bool)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events batchMint(address _to, uint256[] _ids, uint256[] _quantities, bytes _data)
create(address _initialOwner, uint256 _id, uint256 _initialSupply, string _uri, bytes _data) returns (uint256)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCustomURI(uint256 _tokenId, string _newURI)
setURI(string _newURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.