ImmutablesArtRoyaltyManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "ImmutablesArtRoyaltyManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ImmutablesArtRoyaltyManager"
ABI
ABI objects
Getter at block 20859878
additionalPayee() view returns (address)
0x0000000000000000000000000000000000000000
additionalPayeePercent() view returns (uint16)
0
artist() view returns (address)
0xa8a6cb3978e2c4edcf5a3d0cb3400e1e5d031479
artistPercent() view returns (uint16)
0
artistPercentMinusAdditionalPayeePercent() view returns (uint16)
0
immutablesArtContract() view returns (address)
0xa8a6cb3978e2c4edcf5a3d0cb3400e1e5d031479
immutablesArtProjectId() view returns (uint256)
1
Read-only
This contract contains no read-only function objects.
State-modifying
Events artistUpdateAdditionalPayeeInfo(address _newAdditionalPayee, uint16 _newPercent)
artistUpdateAddress(address _newArtistAddress)
initialize(address _immutablesArtContract, uint256 _immutablesArtProjectId, address _artist, uint16 _artistPercent, address _additionalPayee, uint16 _additionalPayeePercent)
release()
releaseERC20(address token)
PayeeAdded(address indexed account, uint256 percent)
PayeeRemoved(address indexed account, uint256 percent)
PaymentReceived(address indexed from, uint256 amount)
PaymentReleased(address indexed to, uint256 amount)
PaymentReleasedERC20(address indexed token, address indexed to, uint256 amount)
constructor()
receive()
This contract contains no error objects.