TarotLandCards
Verified contract
Active on
Ethereum with 1,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5e0a…d2d8
Balances ($0.00)
No balances found for "TarotLandCards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16380734 | 2 years ago | | | 0 | 0.0019891488 | |
| 16373980 | 2 years ago | | | 0 | 0.00083165437 | |
| 16071324 | 2 years ago | | | 0 | 0.00048309909 | |
| 15872481 | 2 years ago | | | 0 | 0.00052945624 | |
| 15867189 | 2 years ago | | | 0 | 0.0010334972 | |
| 15867117 | 2 years ago | | | 0 | 0.0012541874 | |
| 15867095 | 2 years ago | | | 0 | 0.0024621207 | |
| 15867060 | 2 years ago | | | 0 | 0.00082039320 | |
| 15867055 | 2 years ago | | | 0 | 0.0016467577 | |
| 15866790 | 2 years ago | | | 0 | 0.00076557766 |
ABI
ABI objects
Getter at block 21280295
_tokenURI() view returns (string)
ipfs://bafybeiag4a7edttd54yvgyuavnqglviqbguntsl2ggnxycwb6zlrpbwmwu/
_totalSeekers() view returns (uint256)
330
baseExtension() view returns (string)
.json
cards() view returns (uint256)
330
cardsTillOpen() view returns (uint256)
222
name() view returns (string)
TarotLandCards
openERC20() view returns (bool)
true
owner() view returns (address)
0xc3c53d1ae6ba8fef3c6adb0eaa8a90ba05178f99
symbol() view returns (string)
TLC
totalSupply() view returns (uint256)
330
Read-only
balanceOf(address owner) view returns (uint256)
claimStatuses(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasSolved(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mystery(address) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
getQuest(string _answer) returns (string)
renounceOwnership()
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setTarotERC20(address _tarotERC20)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Attest(address indexed to, uint256 indexed tokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revoke(address indexed to, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _contractAddress, string _baseuri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()