Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
No balances found for "Royalty"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Royalty"
ABI
ABI objects
Getter at block 21386311
defaultRoyalty() view returns (struct IRoyaltyInternalTokenRoyalty)
(0x0000000000000000000000000000000000000000, 0)
getTokenRoyaltiesCount() view returns (uint256)
0
Read-only
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
getFees(uint256 tokenId) view returns (address[], uint256[])
getRaribleV2Royalties(uint256 tokenId) view returns (struct IRaribleV2Part[] result)
getTokenRoyaltyByIndex(uint256 index) view returns (struct IRoyaltyInternalTokenRoyaltyConfig)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
State-modifying
Events This contract contains no state-modifying function objects.
DefaultRoyaltySet(address recipient, uint16 bps)
TokenRoyaltyRemoved(uint256 tokenId)
TokenRoyaltySet(uint256 tokenId, address recipient, uint16 bps)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.