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 "AnkyOnAFrame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18243616 | 3 months ago | | | 0 | 1.1662000e-7 | |
| 12444230 | 7 months ago | | | 0 | 2.9600303e-7 | |
| 12242936 | 7 months ago | | | 0 | 0.000000089618524940 | |
| 12224727 | 7 months ago | | | 0 | 0.0000086742960 | |
| 12069474 | 8 months ago | | | 0 | 0.000035266314 | |
| 11871363 | 8 months ago | | | 0 | 1.9607486e-7 | |
| 11865166 | 8 months ago | | | 0 | 0.000000091800991152 | |
| 10300600 | 9 months ago | | | 0 | 0.000000001611254092 | |
| 10280255 | 9 months ago | | | 0 | 0.000000047496304408 | |
| 10270512 | 9 months ago | | | 0 | 0.000000047942108144 |
ABI
ABI objects
Getter at block 22130117
name() view returns (string)
AnkyOnAFrame
owner() view returns (address)
0x4fe0b7c8cf8c9f2e7859536597a42bba31df4dc6
symbol() view returns (string)
AKHCKN
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
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)
mint(address to, string ipfsRoute)
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.