Fair 721
Verified contract
Active on
Ethereum with 16,860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
F721 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19702303 | 7 months ago | | | 0 | 0.00035517475 | |
| 19702302 | 7 months ago | | | 0 | 0.00036251410 | |
| 19551715 | 7 months ago | | | 0 | 0.00041505901 | |
| 19108798 | 9 months ago | | | 0 | 0.00023764583 | |
| 18953986 | 10 months ago | | | 0 | 0.00094153384 | |
| 18924424 | 10 months ago | | | 0 | 0.00036351335 | |
| 18904744 | 10 months ago | | | 0 | 0.00060034922 | |
| 18904609 | 10 months ago | | | 0 | 0.00065282667 | |
| 18904574 | 10 months ago | | | 0 | 0.00065203011 | |
| 18904569 | 10 months ago | | | 0 | 0.00061074577 |
ABI
ABI objects
Getter at block 21159834
MAX_MINT() view returns (uint256)
10240
_currentTokenId() view returns (uint256)
13332
creator() view returns (address)
0x880160a3547783937ca151ca7a72304ee1cabbd0
name() view returns (string)
Fair 721
symbol() view returns (string)
F721
Read-only
_tokenAmounts(uint256) view returns (uint256)
_userMinted(address) view returns (uint256)
amountOf(uint256 tokenId) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
split(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
withdrawETH()
withdrawToken(address _token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.