Feral File — Chain Reaction
Verified contract
Active on
Ethereum with 325 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 — Chain Reaction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096806 | 17 days ago | | | 0 | 0.00034519631 | |
| 21092786 | 17 days ago | | | 0 | 0.00089664477 | |
| 21017132 | a month ago | | | 0 | 0.00045851459 | |
| 20900367 | a month ago | | | 0 | 0.00040290640 | |
| 20891121 | a month ago | | | 0 | 0.00047828579 | |
| 20883292 | 2 months ago | | | 0 | 0.00035091555 | |
| 20881366 | 2 months ago | | | 0 | 0.0012795749 | |
| 20881359 | 2 months ago | | | 0 | 0.00075657424 | |
| 20875382 | 2 months ago | | | 0 | 0.00045993509 | |
| 20741281 | 2 months ago | | | 0 | 0.00017401584 |
ABI
ABI objects
Getter at block 21215882
MAX_ROYALITY_BPS() view returns (uint256)
10000
OperatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
codeVersion() view returns (string)
FeralfileExhibitionV3
contractURI() view returns (string)
https://ipfs.bitmark.com/ipfs/QmfM7ddbZj37WCYkBpVqJNfpgyXvnK4GvYiqrqVJcDuedP
isBridgeable() view returns (bool)
true
isBurnable() view returns (bool)
false
name() view returns (string)
Feral File — Chain Reaction
owner() view returns (address)
0x1d05cf6c6beb0c869851bfdb9510d4e44e855ad6
royaltyPayoutAddress() view returns (address)
0x080feb125ba730d6d12789b6aaab01f4e31d8bd1
secondarySaleRoyaltyBPS() view returns (uint256)
1500
symbol() view returns (string)
FF028
totalArtworks() view returns (uint256)
6
totalSupply() view returns (uint256)
600
Read-only
artworkEditions(uint256) view returns (uint256 editionID, string ipfsCID)
artworks(uint256) view returns (string title, string artistName, string fingerprint, uint256 editionSize, uint256 AEAmount, uint256 PPAmount)
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 operator, uint256 tokenId)
authorizedTransfer(struct FeralfileExhibitionV3TransferArtworkParam[] transferParams_)
batchMint(struct FeralfileExhibitionV3MintArtworkParam[] mintParams_)
burnEditions(uint256[] editionIDs_)
createArtworks(struct FeralfileExhibitionV3Artwork[] artworks_)
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_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtworkEditionIPFSCid(uint256 tokenId, string ipfsCID)
updateOperatorFilterRegistry(address operatorFilterRegisterAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnArtworkEdition(uint256 indexed editionID)
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 secondarySaleRoyaltyBPS_, address royaltyPayoutAddress_, string contractURI_, string tokenBaseURI_, bool isBurnable_, bool isBridgeable_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)