Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,172.12)
Native
Value
$2,172.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.6457 | $3,363.98 |
$2,172.12 | |
SKIPUP | ERC-20 | 0.01 | $0.15536 |
$0 | |
USA | ERC-20 | 1 | $0.000748 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000796 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
NOB | ERC-20 | 500 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22783322 | 5 minutes ago | | | 0 | 1.3129030e-7 | |
| 22783320 | 5 minutes ago | | | 0 | 1.3129030e-7 | |
| 22783317 | 5 minutes ago | | | 0 | 1.3129030e-7 | |
| 22783314 | 5 minutes ago | | | 0 | 1.3129030e-7 | |
| 22783303 | 6 minutes ago | | | 0 | 1.3129030e-7 | |
| 22783290 | 6 minutes ago | | | 0 | 1.3129030e-7 | |
| 22782854 | 21 minutes ago | | | 0 | 1.1428219e-7 | |
| 22781812 | an hour ago | | | 0 | 1.1431477e-7 | |
| 22781714 | an hour ago | | | 0 | 9.3590448e-7 | |
| 22781711 | an hour ago | | | 0 | 9.5194899e-7 |
ABI
ABI objects
Getter at block 22783468 decoderCode() view returns (string)
contractURI() view returns (string)
https://nft.dot.fan/ipfs/QmX2F1qhJdpszf4rChiS21kkC6aWZ1vvt2CkcrzYFjMChA
getCreatorFee() view returns (uint256)
20000000000000
name() view returns (string)
Dot Card
nextToken() view returns (uint256)
96411
owner() view returns (address)
0xf35365763a881475f4c1ba4ad8e41f6078011bda
reservedForCreators() view returns (uint256)
473560000000000000
reservedForDot() view returns (uint256)
172140000000000000
symbol() view returns (string)
DOT
Read-only
balanceOf(address owner) view returns (uint256)
encodedImage(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reservedForCreator(address creator) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address collector, string tokenURI, string encoded, address creator) returns (uint256)
mintCreator(address collector, string tokenURI, string encoded) returns (uint256)
mintCustomCreatorFee(address collector, string tokenURI, string encoded, address creator, uint256 amount) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI) returns (string)
setCreatorFee(uint256 creatorFee) returns (uint256)
setDecoderCode(string newDecoderCode) returns (string)
setEncodedImage(uint256 tokenId, string encoded) returns (uint256)
setTokenURI(uint256 tokenId, string tokenURI) returns (uint256)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address creator) returns (uint256)
withdrawDot() returns (uint256)
withdrawDotPartial(uint256 amount) returns (uint256)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address initialOwner)
receive()
AddressInsufficientBalance(address account)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()