Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| 0x60a06040 | 17145249 | 1033 days ago | Contract Creation | 0 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xb328d971...A7Fe722fe The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
RoyaltyForwarder
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
import { IRoyaltySplitter } from "./interfaces/IRoyaltySplitter.sol";
contract RoyaltyForwarder {
IRoyaltySplitter private immutable royaltySplitter;
constructor(IRoyaltySplitter royaltySplitter_) {
royaltySplitter = royaltySplitter_;
}
receive() external payable {
royaltySplitter.releaseRoyalty{ value: msg.value }();
}
}// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.17;
interface IRoyaltySplitter {
struct Royalty {
address payable payee;
uint96 share;
}
function registerRoyalty(
address collection,
uint256 tokenId,
Royalty[] calldata royalties
) external returns (address royaltyForwarder, uint96 totalShares);
function releaseRoyalty() external payable;
}{
"optimizer": {
"enabled": true,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"contract IRoyaltySplitter","name":"royaltySplitter_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
0x60a060405234801561001057600080fd5b5060405161013a38038061013a83398101604081905261002f91610040565b6001600160a01b0316608052610070565b60006020828403121561005257600080fd5b81516001600160a01b038116811461006957600080fd5b9392505050565b60805160b26100886000396000600a015260b26000f3fe6080604052366077577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316636392cef0346040518263ffffffff1660e01b81526004016000604051808303818588803b158015606257600080fd5b505af11580156075573d6000803e3d6000fd5b005b600080fdfea2646970667358221220371a48520e3f157784ac132bd0239ddb67d39e73132afca52e5284ba877baeb264736f6c6343000811003300000000000000000000000081377f4981ab9fc127b4480d5d4f239306ceee89
Deployed Bytecode
0x6080604052366077577f00000000000000000000000081377f4981ab9fc127b4480d5d4f239306ceee896001600160a01b0316636392cef0346040518263ffffffff1660e01b81526004016000604051808303818588803b158015606257600080fd5b505af11580156075573d6000803e3d6000fd5b005b600080fdfea2646970667358221220371a48520e3f157784ac132bd0239ddb67d39e73132afca52e5284ba877baeb264736f6c63430008110033
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.