RoyaltiesRegistry
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 45 additional slots
Balances ($0.00)
No balances found for "RoyaltiesRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RoyaltiesRegistry"
ABI
ABI objects
Getter at block 21162566
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getProvider(address token) view returns (address)
getRoyaltiesType(address token) view returns (uint256)
royaltiesByToken(address) view returns (bool initialized)
royaltiesByTokenAndTokenId(bytes32) view returns (bool initialized)
royaltiesProviders(address) view returns (uint256)
State-modifying
Events __RoyaltiesRegistry_init()
clearRoyaltiesType(address token)
forceSetRoyaltiesType(address token, uint256 royaltiesType)
getRoyalties(address token, uint256 tokenId) returns (struct LibPartPart[])
renounceOwnership()
setProviderByToken(address token, address provider)
setRoyaltiesByToken(address token, struct LibPartPart[] royalties)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSetForContract(address indexed token, struct LibPartPart[] royalties)
RoyaltiesSetForToken(address indexed token, uint256 indexed tokenId, struct LibPartPart[] royalties)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.