RoyaltyEngine
Verified contract
Active on
Ethereum with 1,691 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 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "RoyaltyEngine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18391497 | a year ago | | | 0 | 0.0025769400 | |
| 18391496 | a year ago | | | 0 | 0.0025769400 | |
| 18391495 | a year ago | | | 0 | 0.0025769400 | |
| 18391493 | a year ago | | | 0 | 0.0025769400 | |
| 18391491 | a year ago | | | 0 | 0.0025769400 | |
| 18391490 | a year ago | | | 0 | 0.0025769400 | |
| 18391489 | a year ago | | | 0 | 0.0025769400 | |
| 18391488 | a year ago | | | 0 | 0.0025769400 | |
| 18391486 | a year ago | | | 0 | 0.0025769400 | |
| 18391485 | a year ago | | | 0 | 0.0025769400 |
ABI
ABI objects
Getter at block 21158030
getAdmins() view returns (address[] admins)
[0x87155Bcdc75a0193C4d6f685C26afFdED45f350a, 0x6f95b0D352145524501B666E6f83CC851E693650, 0x87BCb2138Fbd01c5343D7301B643B6178515F922, 0xe3d32951C8BA72198207c2F36913aFA5ccA39476]
maxBps() view returns (uint256)
7000
owner() view returns (address)
0xeda3b6b5009d1656d17d185903af314c3fcb746b
Read-only
getRoyalty(address collectionAddress, uint256 tokenId) view returns (address[] recipients, uint256[] basisPoints)
getRoyaltySplitshare(address collectionAddress, uint256 tokenId, uint256 amount) view returns (address[] receivers, uint256[] basisPoints, uint256[] feeAmount)
isAdmin(address admin) view returns (bool)
isBlacklistedAddress(address commonAddress) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approveAdmin(address admin)
blacklistAddress(address commonAddress)
renounceOwnership()
revokeAdmin(address admin)
revokeBlacklistedAddress(address commonAddress)
setRoyalty(address collectionAddress, address[] receivers, uint256[] basisPoints)
setTokenRoyalty(address collectionAddress, uint256 tokenId, address[] receivers, uint256[] basisPoints)
transferOwnership(address newOwner)
withdraw()
AddedBlacklistedAddress(address indexed account, address indexed sender)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedBlacklistedAddress(address indexed account, address indexed sender)
RoyaltiesUpdated(address indexed collectionAddress, address[] receivers, uint256[] basisPoints)
TokenRoyaltiesUpdated(address collectionAddress, uint256 indexed tokenId, address[] receivers, uint256[] basisPoints)
WithdrawPayout(address toAddress, uint256 amount)
constructor(uint256 maxBasisPoints)
fallback()
receive()
This contract contains no error objects.