Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 51 additional slots
-
variable spans 51 additional slots
Balances ($0.00)
No balances found for "Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19350395 | 8 months ago | | | 0 | 0.0024539310 | |
| 19316409 | 9 months ago | | | 0 | 0.0010861368 | |
| 18801341 | a year ago | | | 0 | 0.0019118453 | |
| 17515844 | a year ago | | | 0 | 0.0014700573 | |
| 17515822 | a year ago | | | 0 | 0.0014938526 | |
| 17381562 | a year ago | | | 0 | 0.0018903306 | |
| 16687968 | 2 years ago | | | 0 | 0.00083137837 | |
| 16395317 | 2 years ago | | | 0 | 0.0016200741 | |
| 16360290 | 2 years ago | | | 0 | 0.00072345293 | |
| 16191404 | 2 years ago | | | 0 | 0.0012539482 |
ABI
ABI objects
Getter at block 21177530 getMintedHands() view returns (uint256[])
name() view returns (string)
Cards
owner() view returns (address)
0x777777458bd0356cfe787a1874cd1d4027de1d87
root() view returns (bytes32)
0xb2f7e5087e23e0037c280a3eadd136a419be00de197b1c864632ca7adceb989f
symbol() view returns (string)
CARD
totalSupply() view returns (uint256)
1326
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCardIconByIndex(uint256 _index) view returns (string)
getCardNameByIndex(uint256 _index) view returns (string)
getIconsByToken(uint256 _tokenId) view returns (string[2])
getMetadataImage(uint256 _tokenId) view returns (string)
getNamesByToken(uint256 _tokenId) view returns (string[2])
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 _tokenId, uint256 _card1, uint256 _card2, bytes32[] _proof, uint160 _shuffleIndex)
flipClaim(bool _bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setShufflerAddress(address _address)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.