Feral File — Unsupervised
Verified contract
Active on
Ethereum with 14,076 txns
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 "Feral File — Unsupervised"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172446 | 3 hours ago | | | 0 | 0.0024797146 | |
| 21168082 | 17 hours ago | | | 0 | 0.0013163418 | |
| 21144002 | 4 days ago | | | 0 | 0.0025192086 | |
| 21124152 | 7 days ago | | | 0 | 0.00052928724 | |
| 21123878 | 7 days ago | | | 0 | 0.00033876513 | |
| 21119622 | 7 days ago | | | 0 | 0.00034532890 | |
| 21116408 | 8 days ago | | | 0 | 0.00053015710 | |
| 21096617 | 11 days ago | | | 0 | 0.00017156240 | |
| 21063451 | 15 days ago | | | 0 | 0.0026554324 | |
| 21063443 | 15 days ago | | | 0 | 0.0028158337 |
ABI
ABI objects
Getter at block 21173199
MAX_ROYALITY_BPS() view returns (uint256)
10000
contractURI() view returns (string)
https://ipfs.bitmark.com/ipfs/QmdMTuBjLwycnwwPgUSRK4C1hWLnCWtCMY5x4YaUaZMsZD
maxEditionPerArtwork() view returns (uint256)
5000
name() view returns (string)
Feral File — Unsupervised
owner() view returns (address)
0x1d05cf6c6beb0c869851bfdb9510d4e44e855ad6
royaltyPayoutAddress() view returns (address)
0xf6d099037df564a32237705e5005f4450b0eb6c3
secondarySaleRoyaltyBPS() view returns (uint256)
1500
symbol() view returns (string)
FF009
totalArtworks() view returns (uint256)
13
totalSupply() view returns (uint256)
5205
trustee() view returns (address)
0xbeb9f810862c40a144925f568b1853d72acc492f
Read-only
artworkEditions(uint256) view returns (uint256 editionID, string ipfsCID)
artworks(uint256) view returns (string title, string artistName, string fingerprint, uint256 editionSize)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getArtworkByIndex(uint256 index) view returns (uint256)
getArtworkEditionByIndex(uint256 artworkID, uint256 index) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
totalEditionOfArtwork(uint256 artworkID) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
createArtwork(string fingerprint, string title, string artistName, uint256 editionSize)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRoyaltyPayoutAddress(address royaltyPayoutAddress_)
setTokenBaseURI(string baseURI_)
setTrustee(address _newTrustee)
swapArtworkFromBitmark(uint256 artworkID, uint256 bitmarkID, uint256 editionNumber, address owner, string ipfsCID)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtworkEditionIPFSCid(uint256 tokenId, string ipfsCID)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewArtwork(uint256 indexed artworkID)
NewArtworkEdition(address indexed owner, uint256 indexed artworkID, uint256 indexed editionID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, uint256 maxEditionPerArtwork_, uint256 secondarySaleRoyaltyBPS_, address royaltyPayoutAddress_, string contractURI_, string tokenBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.