RoyaltyFeeSetter
Verified contract
Active on
Ethereum with 7,793 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 "RoyaltyFeeSetter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19927858 | 6 months ago | | | 0 | 0.00035431349 | |
| 19762290 | 7 months ago | | | 0 | 0.0013073944 | |
| 19241289 | 9 months ago | | | 0 | 0.0053452593 | |
| 19023695 | 10 months ago | | | 0 | 0.0032923453 | |
| 18994690 | 10 months ago | | | 0 | 0.0018557934 | |
| 18799764 | a year ago | | | 0 | 0.0085599863 | |
| 18594090 | a year ago | | | 0 | 0.0033608459 | |
| 18476138 | a year ago | | | 0 | 0.0014292847 | |
| 18348392 | a year ago | | | 0 | 0.00058190950 | |
| 18137112 | a year ago | | | 0 | 0.0017383706 |
ABI
ABI objects
Getter at block 21255052
INTERFACE_ID_ERC1155() view returns (bytes4)
0xd9b67a26
INTERFACE_ID_ERC2981() view returns (bytes4)
0x2a55205a
INTERFACE_ID_ERC721() view returns (bytes4)
0x80ac58cd
owner() view returns (address)
0xaa27e4fcccbf24b1f745cf5b2ecee018e91a5e5e
royaltyFeeRegistry() view returns (address)
0x55010472a93921a117aad9b055c141060c8d8022
Read-only
checkForCollectionSetter(address collection) view returns (address, uint8)
State-modifying
Events renounceOwnership()
transferOwnership(address newOwner)
updateOwnerOfRoyaltyFeeRegistry(address _owner)
updateRoyaltyFeeLimit(uint256 _royaltyFeeLimit)
updateRoyaltyInfoForCollection(address collection, address setter, address receiver, uint256 fee)
updateRoyaltyInfoForCollectionIfAdmin(address collection, address setter, address receiver, uint256 fee)
updateRoyaltyInfoForCollectionIfOwner(address collection, address setter, address receiver, uint256 fee)
updateRoyaltyInfoForCollectionIfSetter(address collection, address setter, address receiver, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _royaltyFeeRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.