Cryptocards
Verified contract
Active on
Ethereum with 5,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x86a6…9351 | ERC-1555 | 200 | -- | -- | |
0x86a6…9351 | ERC-1555 | 200 | -- | -- | |
0x86a6…9351 | ERC-1555 | 198 | -- | -- | |
0x86a6…9351 | ERC-1555 | 198 | -- | -- | |
0x86a6…9351 | ERC-1555 | 196 | -- | -- | |
0x86a6…9351 | ERC-1555 | 195 | -- | -- | |
0x86a6…9351 | ERC-1555 | 193 | -- | -- | |
0x86a6…9351 | ERC-1555 | 190 | -- | -- | |
0x86a6…9351 | ERC-1555 | 190 | -- | -- | |
0x86a6…9351 | ERC-1555 | 190 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195847 | a day ago | | | 0 | 0.0011264854 | |
| 21193849 | a day ago | | | 0 | 0.0012044125 | |
| 21193837 | a day ago | | | 0 | 0.0011576521 | |
| 21193811 | a day ago | | | 0 | 0.00095063800 | |
| 21193807 | a day ago | | | 0 | 0.00095063800 | |
| 21193805 | a day ago | | | 0 | 0.00094701252 | |
| 21193783 | a day ago | | | 0 | 0.0012028928 | |
| 21178930 | 3 days ago | | | 0 | 0.0015547739 | |
| 21175418 | 4 days ago | | | 0 | 0.0013415750 | |
| 21055616 | 21 days ago | | | 0 | 0.00020760713 |
ABI
ABI objects
Getter at block 21203750
ERC712_VERSION() view returns (string)
1
cardsWrapperV1() view returns (address)
0x86a68f655018389658f657257fd6d0c337c09351
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x57c1606ea3fe98cd0b881d9d78441b5fe3eb7ee117415b89f26cec8374623c7c
name() view returns (string)
Cryptocards
owner() view returns (address)
0xb7e0c211fb088e42aa9fd936b0a9c52985fbd273
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
CC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
customUri(uint256) view returns (string)
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)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events bulkPreBuyCollectible(uint256 _id, uint256[] _printIndexes, uint256 initialPrintPrice) payable
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes) returns (bytes4)
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)
unwrapToERC1155V1Cards(uint256[] _ids, uint256[] _quantities)
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, address _erc1155V1Wrapper)
This contract contains no fallback and receive objects.
This contract contains no error objects.