Feral File — The Experiment
Verified contract
Active on
Ethereum with 173 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 — The Experiment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21040348 | a month ago | | | 0 | 0.00023540408 | |
| 20134896 | 5 months ago | | | 0 | 0.00033676859 | |
| 20011092 | 6 months ago | | | 0 | 0.00039003521 | |
| 18341098 | a year ago | | | 0 | 0.00024217416 | |
| 17513806 | a year ago | | | 0 | 0.0054017123 | |
| 17513805 | a year ago | | | 0 | 0.0055421826 | |
| 17513804 | a year ago | | | 0 | 0.0050052490 | |
| 17513803 | a year ago | | | 0 | 0.0050117899 | |
| 17513802 | a year ago | | | 0 | 0.0046336617 | |
| 17513802 | a year ago | | | 0 | 0.0046336617 |
ABI
ABI objects
Getter at block 21285124
MAX_ROYALITY_BPS() view returns (uint256)
10000
contractURI() view returns (string)
https://ipfs.bitmark.com/ipfs/QmSAC2k6aA9D275uAK3xu24JtnUxMXmqj8zgszpwz3qRtk
maxEditionPerArtwork() view returns (uint256)
10
name() view returns (string)
Feral File — The Experiment
owner() view returns (address)
0x1d05cf6c6beb0c869851bfdb9510d4e44e855ad6
royaltyPayoutAddress() view returns (address)
0x080feb125ba730d6d12789b6aaab01f4e31d8bd1
secondarySaleRoyaltyBPS() view returns (uint256)
1000
symbol() view returns (string)
FF034
totalArtworks() view returns (uint256)
19
totalSupply() view returns (uint256)
148
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)
trustees(address) view returns (bool)
State-modifying
Events addTrustee(address _trustee)
approve(address to, uint256 tokenId)
createArtwork(string fingerprint, string title, string artistName, uint256 editionSize)
removeTrustee(address _trustee)
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_)
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.