Feral File — BOOM TOWN

Verified contract

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

No balances found for "Feral File — BOOM TOWN"

0xb33a1114091cf5024c1d4b2d617b2bb30b02117a2764ff7078bc9751372d7e16
0x5ad8fc9f7f7d54ca5e9007387ddcaed5eb19700921a32fb8824273e958f01e13
0x47f24458d4386f48e2ad7037809cf33932d03fd8eebd9deb6e8781755164ffc7
From
0x5fcd102e97b9c2951359b23ed698c1ea0768cb147f570c8531293ba5fe390b22
0xed5292f5a359316f557b5e9158e8c492129bc34734f2034abbbe64ab266d66fe
From
0xf007a80e447095f7fe2dff23fa7c49baf18c1bedfa53f4074fa3354dc7c0622f
0x79750b15d96f2ae497201a0ba6ccebbfb6cb3c8ed9d8754c368bcc45184a170f
From
0x3666809808cf33852df7d2d4e55b6020b342feb9ed45d0a658366023c72e6da9
0x2ba8109f55fafdc910049e57c8b7676dfb4475dbd2c9e858a5baaf9c93016ee1
0x949cd83558e2d9dda10a82b8cc70d34a720034d97e8815b4564444c7391bb9a2

Functions
Getter at block 20933387
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/QmeMFR9vJ5cdNMFKGqDeahmbaHQG5Vqs2qL78SR4rH131o
isBridgeable(view returns (bool)
true
isBurnable(view returns (bool)
true
name(view returns (string)
Feral File — BOOM TOWN
owner(view returns (address)
0x1d05cf6c6beb0c869851bfdb9510d4e44e855ad6
royaltyPayoutAddress(view returns (address)
0x080feb125ba730d6d12789b6aaab01f4e31d8bd1
secondarySaleRoyaltyBPS(view returns (uint256)
1500
symbol(view returns (string)
FF025
totalArtworks(view returns (uint256)
8
totalSupply(view returns (uint256)
182
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