RoyaltiesRegistry
Verified contract
Active on
Ethereum with 1 txns
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 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) |
---|---|---|---|---|---|---|---|
| 16920913 | 2 years ago | | | 0 | 0.0027321600 |
ABI
ABI objects
Getter at block 21384808
owner() view returns (address)
0x962867e22e5a6f408b360b8f4af6cebff66338a4
Read-only
royaltiesByToken(address) view returns (bool initialized)
royaltiesByTokenAndTokenId(bytes32) view returns (bool initialized)
royaltiesProviders(address) view returns (address)
State-modifying
Events getRoyalties(address token, uint256 tokenId) returns (struct LibPartPart[])
initializeRoyaltiesRegistry()
renounceOwnership()
setProviderByToken(address token, address provider)
setRoyaltiesByToken(address token, struct LibPartPart[] royalties)
setRoyaltiesByTokenAndTokenId(address token, uint256 tokenId, struct LibPartPart[] royalties)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.