Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($203.46)
Native
Value
$203.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,391.08 |
$203.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13807247 | 3 years ago | | | 0 | 0.0092991518 | |
| 13756621 | 3 years ago | | | 0 | 0.011354147 | |
| 13724343 | 3 years ago | | | 0 | 0.015520429 | |
| 13675305 | 3 years ago | | | 0 | 0.014322873 | |
| 13630285 | 3 years ago | | | 0 | 0.018836708 | |
| 13584110 | 3 years ago | | | 0 | 0.018858750 | |
| 13542205 | 3 years ago | | | 0 | 0.019086769 | |
| 13487100 | 3 years ago | | | 0 | 0.014452175 | |
| 13443113 | 3 years ago | | | 0 | 0.012473868 | |
| 13400544 | 3 years ago | | | 0 | 0.017949903 |
ABI
ABI objects
Getter at block 21265585
name() view returns (string)
Tarot Protocol
nextTokenId() view returns (uint256)
4
owner() view returns (address)
0x901607de58a5899c6db2a2d0fc9b519c1b879fd6
symbol() view returns (string)
TAROT
totalSupply() view returns (uint256)
16
Read-only
balanceOf(address owner) view returns (uint256)
drawCard(bytes cardPos, uint256 tokenId, bool[78] cardDrawn) view returns (string)
getApproved(uint256 tokenId) view returns (address)
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)
claimNext() payable
ownerClaim(uint256 tokenId)
remainingPublicTokens() returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) returns (bool)
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.