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 "Framed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22190828 | 13 days ago | | | 0 | 0.000000400340895080 | |
| 22189751 | 13 days ago | | | 0 | 3.9342352e-7 | |
| 21369355 | a month ago | | | 0 | 3.8810175e-7 | |
| 21223891 | a month ago | | | 0 | 1.8226506e-7 | |
| 20415728 | 2 months ago | | | 0 | 3.5092374e-7 | |
| 18251253 | 3 months ago | | | 0 | 0.000000089555340792 | |
| 17315208 | 4 months ago | | | 0 | 0.000000204339703017 | |
| 16892377 | 4 months ago | | | 0 | 2.8607387e-7 | |
| 16215449 | 5 months ago | | | 0 | 1.2554442e-7 | |
| 16121130 | 5 months ago | | | 0 | 2.6732780e-7 |
ABI
ABI objects
Getter at block 22769557
ETH_DECIMALS() view returns (uint256)
18
name() view returns (string)
Framed
owner() view returns (address)
0x10ffe67f8101821c8dfef12757c855997c909d7d
symbol() view returns (string)
FRAME
totalSupply() view returns (uint256)
3690
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)
mintTo(bytes32 tokenHash, address mintTo)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address owner)
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
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)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)