CryptoCardsDrop
Verified contract
Active on
Ethereum with 805 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 |
---|---|---|---|---|---|
0xdbbd…b4c8 | ERC-1555 | 1.411K | -- | -- | |
0xdbbd…b4c8 | ERC-1555 | 1.406K | -- | -- | |
0xdbbd…b4c8 | ERC-1555 | 1.398K | -- | -- | |
0xdbbd…b4c8 | ERC-1555 | 903 | -- | -- | |
0xdbbd…b4c8 | ERC-1555 | 45 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18158527 | a year ago | | | 0 | 0.00080748590 | |
| 18158527 | a year ago | | | 0 | 0.00074862491 | |
| 18155439 | a year ago | | | 0 | 0.00084669016 | |
| 18085132 | a year ago | | | 0 | 0.0016157235 | |
| 18085127 | a year ago | | | 0 | 0.0016265036 | |
| 18085115 | a year ago | | | 0 | 0.0015098214 | |
| 17693773 | a year ago | | | 0 | 0.0027600774 | |
| 17693763 | a year ago | | | 0 | 0.0026523871 | |
| 17693758 | a year ago | | | 0 | 0.0030466021 | |
| 17475313 | a year ago | | | 0 | 0.0014317038 |
ABI
ABI objects
Getter at block 21188050
merkleRoot() view returns (bytes32)
0xaeb3d67da0b62e216de4426309eeb98e78f6fc654dc16a068737bc45e30917b0
owner() view returns (address)
0xb7e0c211fb088e42aa9fd936b0a9c52985fbd273
price() view returns (uint256)
0
token() view returns (address)
0xdbbd7bb1e34588597162055a47012e52f561b4c8
Read-only
claimedBitMap(uint256) view returns (uint256)
isClaimed(uint256 index) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 tokenId, uint256 amount, bytes32[] merkleProof) payable
flipSwitchTo(bool state)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setMerkleRoot(bytes32 root)
setPrice(uint256 price_)
setToken(address token_)
transferOwnership(address newOwner)
withdraw()
withdrawRemaining(uint256 tokenId)
Claimed(uint256 indexed index, address account, uint256 tokenId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 price_)
This contract contains no fallback and receive objects.
This contract contains no error objects.