TCGDragons
Verified contract
Active on
Ethereum with 17,662 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TCGDragons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258809 | 8 hours ago | | | 0 | 0.00052017914 | |
| 21258788 | 8 hours ago | | | 0 | 0.00046100884 | |
| 21243125 | 3 days ago | | | 0 | 0.00052369911 | |
| 21243125 | 3 days ago | | | 0 | 0.00071173497 | |
| 21243120 | 3 days ago | | | 0 | 0.00043986854 | |
| 21234962 | 4 days ago | | | 0 | 0.00046929961 | |
| 21232444 | 4 days ago | | | 0 | 0.00046728000 | |
| 21232405 | 4 days ago | | | 0 | 0.00061143472 | |
| 21229607 | 4 days ago | | | 0 | 0.00089406592 | |
| 21226351 | 5 days ago | | | 0 | 0.00052188965 |
ABI
ABI objects
Getter at block 21261121
ERC712_VERSION() view returns (string)
1
abii() view returns (string)
baseTokenURI() view returns (string)
https://tcgdragons.mypinata.cloud/ipfs/QmabRELoaGDH7axM1hfz76AjSSUwFenUqVXuUeCbSE9t5H/
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xff57645c4a6c07c280868965a2c3f8fa79c3153d3bf18e106e0ee522d6f5a685
name() view returns (string)
TCG World Dragons
original_signer() view returns (address)
0xca21c5e2a367c89e9ccd2ee7941141e930d7dc0d
owner() view returns (address)
0x239e3f045294d8c127d5972810affcc85937479a
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
session_token() view returns (bytes32)
0x34d3e367127cd5e3da097565fd83ba44b7b11efcc429c4e5506ff134ade04571
symbol() view returns (string)
TCGD
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
mintKeys(string) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events _setTokenURI(string tokenURI)
approve(address to, uint256 tokenId)
claimDragon(bytes32 _hashedMessage, uint8 _v, bytes32 _r, bytes32 _s, string _mintKey) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setOriginalSigner(address _original_signer)
setProxy(address _proxyRegistryAddress)
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)
Dragon(address indexed _to, uint256 indexed _id)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
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.