Feral File — Chain Reaction

Verified contract

Active on Ethereum with 325 txns
Deployed by via 0x1ced8397 at 16767704
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Feral File — Chain Reaction"

0x7cc25e40c01557dde9435c476791780b087e86068a696e2344c78c08127bac38
0x996e7752e7f610163c04b17610fe88edf83f3d05cdea1de1af1efb2f9327a343
0x9be44b3fb44e1b85655bd5225ff0e4b6d3389fb33d6a78881cbf80527ed0dfd9
0xc5c66a45733cffe1ec29c7512ec4eebb64b9ea7fa831585a66dba408c53ca0d2
From
0x908311677f74b2cef1b40fcc4da1db0d5edff758d5238d9521f88298b0a5eca6
0x380055b5922e356cd4c659157b94e895b4322fff196be1de414a11da7953b6f9
0x0901bcbf022b004dbdbeb9bfcb532fbc609108cb43b34b8a30034e30c7b11592
0x0f6b557dfeb3006a50fcc116e5d8a1b18969c3e12c9a6552580f051c0b88e114
0xde91fe3d4d2fb65db9ff91d2988a890fbf883321217ec0a63e1491b561700cba
0xb5682d97d6cd19ab63a1bc2fec2aab6b571a27f6d3ed029515611d5ca6714ccb

Functions
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(uint256view returns (uint256 editionIDstring ipfsCID)
artworks(uint256view returns (string titlestring artistNamestring fingerprintuint256 editionSizeuint256 AEAmountuint256 PPAmount)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getArtworkByIndex(uint256 indexview returns (uint256)
getArtworkEditionByIndex(uint256 artworkIDuint256 indexview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalEditionOfArtwork(uint256 artworkIDview returns (uint256)
trustees(addressview returns (bool)
State-modifying
addTrustee(address _trustee
approve(address operatoruint256 tokenId
authorizedTransfer(struct FeralfileExhibitionV3TransferArtworkParam[] transferParams_
batchMint(struct FeralfileExhibitionV3MintArtworkParam[] mintParams_
burnEditions(uint256[] editionIDs_
createArtworks(struct FeralfileExhibitionV3Artwork[] artworks_
removeTrustee(address _trustee
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setRoyaltyPayoutAddress(address royaltyPayoutAddress_
setTokenBaseURI(string baseURI_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateArtworkEditionIPFSCid(uint256 tokenIdstring ipfsCID
updateOperatorFilterRegistry(address operatorFilterRegisterAddress
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BurnArtworkEdition(uint256 indexed editionID
NewArtwork(uint256 indexed artworkID
NewArtworkEdition(address indexed owneruint256 indexed artworkIDuint256 indexed editionID
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_uint256 secondarySaleRoyaltyBPS_address royaltyPayoutAddress_string contractURI_string tokenBaseURI_bool isBurnable_bool isBridgeable_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator