Scattered Limbs (Monument 01)
Verified contract
Active on
Ethereum with 147 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 "Scattered Limbs (Monument 01)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20639866 | 2 months ago | | | 0 | 0.00010011527 | |
| 18980476 | 10 months ago | | | 0 | 0.0036332015 | |
| 18963712 | 10 months ago | | | 0 | 0.0046909452 | |
| 18932516 | 10 months ago | | | 0 | 0.0019604692 | |
| 18738815 | a year ago | | | 0 | 0.0081705160 | |
| 18732203 | a year ago | | | 0 | 0.0041560719 | |
| 18729863 | a year ago | | | 0 | 0.0068070647 | |
| 18591630 | a year ago | | | 0 | 0.0032445272 | |
| 18591318 | a year ago | | | 0 | 0.0033751107 | |
| 18453104 | a year ago | | | 0 | 0.0012835052 |
ABI
ABI objects
Getter at block 21181759
MAX_ROYALITY_BPS() view returns (uint256)
10000
codeVersion() view returns (string)
FeralfileExhibitionV3
contractURI() view returns (string)
ipfs://QmbCaH7FupfK8TgQkxeRpCZHqiQw7mSmodZUAt4bLjKYWv
isBridgeable() view returns (bool)
true
isBurnable() view returns (bool)
true
name() view returns (string)
Scattered Limbs (Monument 01)
owner() view returns (address)
0x1d05cf6c6beb0c869851bfdb9510d4e44e855ad6
royaltyPayoutAddress() view returns (address)
0x080feb125ba730d6d12789b6aaab01f4e31d8bd1
secondarySaleRoyaltyBPS() view returns (uint256)
1500
symbol() view returns (string)
totalArtworks() view returns (uint256)
1
totalSupply() view returns (uint256)
335
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 to, 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)
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.
This contract contains no error objects.