Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($82.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 82.0235 | $1.00 |
$82.02 | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- | |
NFT2XA5 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18868013 | a year ago | | | 0 | 0.0042213698 | |
| 18858205 | a year ago | | | 0 | 0.0048820178 | |
| 18858072 | a year ago | | | 0 | 0.0052797826 | |
| 18852660 | a year ago | | | 0 | 0.0045994887 | |
| 18842814 | a year ago | | | 0 | 0.011165516 | |
| 18842797 | a year ago | | | 0 | 0.012976316 | |
| 18842695 | a year ago | | | 0 | 0.010957422 | |
| 18808108 | a year ago | | | 0 | 0.0046243380 | |
| 18808019 | a year ago | | | 0 | 0.0033146633 | |
| 18806529 | a year ago | | | 0 | 0.011260140 |
ABI
ABI objects
Getter at block 21324328
name() view returns (string)
NFT2XA5
owner() view returns (address)
0xa16965fed0af325694cd85610eb0bfd28383ab2b
symbol() view returns (string)
NFT2XA5
totalSupply() view returns (uint256)
29
Read-only
balanceOf(address owner) view returns (uint256)
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)
burn(uint256 tokenId)
depositERC20(address _token, uint256 amount)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
safeMint(address to, string uri, uint256 tokenId)
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)
transferNFT(uint256 tokenId, address from, address to)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawERC20(address _token, uint256 _amount)
withdrawNFT(uint256 tokenId, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.