Source Code
Latest 25 from a total of 26 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Release | 17279426 | 1022 days ago | IN | 0 ETH | 0.00327475 | ||||
| Issue Shares | 17279416 | 1022 days ago | IN | 0 ETH | 0.00245825 | ||||
| Release | 15770028 | 1234 days ago | IN | 0 ETH | 0.00177347 | ||||
| Release | 15738892 | 1238 days ago | IN | 0 ETH | 0.00050034 | ||||
| Release | 15686232 | 1245 days ago | IN | 0 ETH | 0.00054603 | ||||
| Release | 15685271 | 1246 days ago | IN | 0 ETH | 0.00065234 | ||||
| Release | 15672002 | 1247 days ago | IN | 0 ETH | 0.00054008 | ||||
| Release | 15649462 | 1251 days ago | IN | 0 ETH | 0.00030971 | ||||
| Release | 15645685 | 1251 days ago | IN | 0 ETH | 0.00016836 | ||||
| Release | 15528015 | 1268 days ago | IN | 0 ETH | 0.00112787 | ||||
| Transfer | 15278860 | 1308 days ago | IN | 0.03242 ETH | 0.00034896 | ||||
| Release | 15059315 | 1342 days ago | IN | 0 ETH | 0.00092017 | ||||
| Issue Shares | 14677922 | 1405 days ago | IN | 0 ETH | 0.00104905 | ||||
| Issue Shares | 14677922 | 1405 days ago | IN | 0 ETH | 0.00104905 | ||||
| Issue Shares | 14677917 | 1405 days ago | IN | 0 ETH | 0.00098837 | ||||
| Issue Shares | 14677913 | 1405 days ago | IN | 0 ETH | 0.00081441 | ||||
| Transfer | 14611838 | 1416 days ago | IN | 0.02416828 ETH | 0.00108215 | ||||
| Transfer | 14468950 | 1438 days ago | IN | 0.02424 ETH | 0.0008741 | ||||
| Release | 14385243 | 1451 days ago | IN | 0 ETH | 0.00125762 | ||||
| Transfer | 14375890 | 1452 days ago | IN | 0.0282 ETH | 0.00077135 | ||||
| Transfer | 14313485 | 1462 days ago | IN | 0.214885 ETH | 0.00064329 | ||||
| Release | 14271023 | 1469 days ago | IN | 0 ETH | 0.00482595 | ||||
| Release | 14262393 | 1470 days ago | IN | 0 ETH | 0.00343365 | ||||
| Transfer | 14261034 | 1470 days ago | IN | 0.40101 ETH | 0.00116275 | ||||
| Transfer | 14208684 | 1478 days ago | IN | 0.94 ETH | 0.00111067 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 17279426 | 1022 days ago | 0.16259613 ETH | ||||
| Transfer | 16659013 | 1110 days ago | 0.000125 ETH | ||||
| Transfer | 16649590 | 1111 days ago | 0.00175 ETH | ||||
| Transfer | 16643214 | 1112 days ago | 0.00005 ETH | ||||
| Transfer | 16643214 | 1112 days ago | 0.000125 ETH | ||||
| Transfer | 16607699 | 1117 days ago | 0.0006 ETH | ||||
| Transfer | 16358546 | 1152 days ago | 0.0044 ETH | ||||
| Transfer | 16358543 | 1152 days ago | 0.003 ETH | ||||
| Transfer | 16358524 | 1152 days ago | 0.0035 ETH | ||||
| Transfer | 16358521 | 1152 days ago | 0.0025 ETH | ||||
| Transfer | 16358503 | 1152 days ago | 0.0025 ETH | ||||
| Transfer | 16358490 | 1152 days ago | 0.002 ETH | ||||
| Transfer | 16358489 | 1152 days ago | 0.0015 ETH | ||||
| Transfer | 16358487 | 1152 days ago | 0.0015 ETH | ||||
| Transfer | 16358481 | 1152 days ago | 0.0025 ETH | ||||
| Transfer | 16358477 | 1152 days ago | 0.001 ETH | ||||
| Transfer | 16358477 | 1152 days ago | 0.0025 ETH | ||||
| Transfer | 16358469 | 1152 days ago | 0.00055 ETH | ||||
| Transfer | 16358469 | 1152 days ago | 0.00055 ETH | ||||
| Transfer | 16358469 | 1152 days ago | 0.0012 ETH | ||||
| Transfer | 16358469 | 1152 days ago | 0.00055 ETH | ||||
| Transfer | 16358469 | 1152 days ago | 0.00055 ETH | ||||
| Transfer | 16358469 | 1152 days ago | 0.00055 ETH | ||||
| Transfer | 16351650 | 1153 days ago | 0.0012 ETH | ||||
| Transfer | 16300634 | 1160 days ago | 0.0005 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
PolysRoyaltiesSplitter
Compiler Version
v0.8.4+commit.c7e474f2
Optimization Enabled:
Yes with 2000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (finance/PaymentSplitter.sol)
pragma solidity ^0.8.4;
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
/**
* @title PaymentSplitter
* @dev This contract allows to split Ether payments among a group of accounts. The sender does not need to be aware
* that the Ether will be split in this way, since it is handled transparently by the contract.
*
* The split can be in equal parts or in any other arbitrary proportion. The way this is specified is by assigning each
* account to a number of shares. Of all the Ether that this contract receives, each account will then be able to claim
* an amount proportional to the percentage of total shares they were assigned.
*
* `PaymentSplitter` follows a _pull payment_ model. This means that payments are not automatically forwarded to the
* accounts but kept in this contract, and the actual transfer is triggered as a separate step by calling the {release}
* function.
*
* NOTE: This contract assumes that ERC20 tokens will behave similarly to native tokens (Ether). Rebasing tokens, and
* tokens that apply fees during transfers, are likely to not be supported as expected. If in doubt, we encourage you
* to run tests before sending real value to this contract.
*/
contract PolysRoyaltiesSplitter is Context, Ownable {
uint256 private _totalShares;
uint256 private _totalReleased;
mapping(address => uint256) private _shares;
mapping(address => uint256) private _released;
mapping(IERC20 => uint256) private _erc20TotalReleased;
mapping(IERC20 => mapping(address => uint256)) private _erc20Released;
/**
* @dev Creates an instance of `PaymentSplitter` where each account in `payees` is assigned the number of shares at
* the matching position in the `shares` array.
*
* All addresses in `payees` must be non-zero. Both arrays must have the same non-zero length, and there must be no
* duplicates in `payees`.
*/
constructor(address[] memory payees, uint256[] memory shares_) payable {
require(payees.length == shares_.length, "1");
require(payees.length > 0, "2");
for (uint256 i = 0; i < payees.length; i++) {
_addPayee(payees[i], shares_[i]);
}
}
function issueShares(address payee, uint256 additionalShares) external onlyOwner {
_shares[payee] += additionalShares;
}
/**
* @dev The Ether received will be logged with {PaymentReceived} events. Note that these events are not fully
* reliable: it's possible for a contract to receive Ether without triggering this function. This only affects the
* reliability of the events, and not the actual splitting of Ether.
*
* To learn more about this see the Solidity documentation for
* https://solidity.readthedocs.io/en/latest/contracts.html#fallback-function[fallback
* functions].
*/
receive() external payable virtual {}
/**
* @dev Getter for the total shares held by payees.
*/
function totalShares() public view returns (uint256) {
return _totalShares;
}
/**
* @dev Getter for the total amount of Ether already released.
*/
function totalReleased() public view returns (uint256) {
return _totalReleased;
}
/**
* @dev Getter for the total amount of `token` already released. `token` should be the address of an IERC20
* contract.
*/
function totalReleased(IERC20 token) public view returns (uint256) {
return _erc20TotalReleased[token];
}
/**
* @dev Getter for the amount of shares held by an account.
*/
function shares(address account) public view returns (uint256) {
return _shares[account];
}
/**
* @dev Getter for the amount of Ether already released to a payee.
*/
function released(address account) public view returns (uint256) {
return _released[account];
}
/**
* @dev Getter for the amount of `token` tokens already released to a payee. `token` should be the address of an
* IERC20 contract.
*/
function released(IERC20 token, address account) public view returns (uint256) {
return _erc20Released[token][account];
}
/**
* @dev Triggers a transfer to `account` of the amount of Ether they are owed, according to their percentage of the
* total shares and their previous withdrawals.
*/
function release(address payable account) public virtual {
require(_shares[account] > 0, "3");
uint256 totalReceived = address(this).balance + totalReleased();
uint256 payment = _pendingPayment(account, totalReceived, released(account));
require(payment != 0, "4");
_released[account] += payment;
_totalReleased += payment;
Address.sendValue(account, payment);
}
/**
* @dev Triggers a transfer to `account` of the amount of `token` tokens they are owed, according to their
* percentage of the total shares and their previous withdrawals. `token` must be the address of an IERC20
* contract.
*/
function release(IERC20 token, address account) public virtual {
require(_shares[account] > 0, "3");
uint256 totalReceived = token.balanceOf(address(this)) + totalReleased(token);
uint256 payment = _pendingPayment(account, totalReceived, released(token, account));
require(payment != 0, "4");
_erc20Released[token][account] += payment;
_erc20TotalReleased[token] += payment;
SafeERC20.safeTransfer(token, account, payment);
}
/**
* @dev internal logic for computing the pending payment of an `account` given the token historical balances and
* already released amounts.
*/
function _pendingPayment(
address account,
uint256 totalReceived,
uint256 alreadyReleased
) private view returns (uint256) {
return (totalReceived * _shares[account]) / _totalShares - alreadyReleased;
}
/**
* @dev Add a new payee to the contract.
* @param account The address of the payee to add.
* @param shares_ The number of shares owned by the payee.
*/
function _addPayee(address account, uint256 shares_) private {
require(account != address(0), "5");
require(shares_ > 0, "6");
require(_shares[account] == 0, "7");
_shares[account] = shares_;
_totalShares = _totalShares + shares_;
}
}
// errors
// 1: PaymentSplitter: payees and shares length mismatch
// 2: PaymentSplitter: no payees
// 3: PaymentSplitter: account has no shares
// 4: PaymentSplitter: account is not due payment
// 5: PaymentSplitter: account is the zero address
// 6: PaymentSplitter: shares are 0
// 7: PaymentSplitter: account already has shares// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize, which returns 0 for contracts in
// construction, since the code is only stored at the end of the
// constructor execution.
uint256 size;
assembly {
size := extcodesize(account)
}
return size > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{value: amount}("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCall(target, data, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value
) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value,
string memory errorMessage
) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
require(isContract(target), "Address: call to non-contract");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
return functionStaticCall(target, data, "Address: low-level static call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(
address target,
bytes memory data,
string memory errorMessage
) internal view returns (bytes memory) {
require(isContract(target), "Address: static call to non-contract");
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
return functionDelegateCall(target, data, "Address: low-level delegate call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
require(isContract(target), "Address: delegate call to non-contract");
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../IERC20.sol";
import "../../../utils/Address.sol";
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
using Address for address;
function safeTransfer(
IERC20 token,
address to,
uint256 value
) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
}
function safeTransferFrom(
IERC20 token,
address from,
address to,
uint256 value
) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
}
/**
* @dev Deprecated. This function has issues similar to the ones found in
* {IERC20-approve}, and its usage is discouraged.
*
* Whenever possible, use {safeIncreaseAllowance} and
* {safeDecreaseAllowance} instead.
*/
function safeApprove(
IERC20 token,
address spender,
uint256 value
) internal {
// safeApprove should only be called when setting an initial allowance,
// or when resetting it to zero. To increase and decrease it, use
// 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
require(
(value == 0) || (token.allowance(address(this), spender) == 0),
"SafeERC20: approve from non-zero to non-zero allowance"
);
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
}
function safeIncreaseAllowance(
IERC20 token,
address spender,
uint256 value
) internal {
uint256 newAllowance = token.allowance(address(this), spender) + value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
function safeDecreaseAllowance(
IERC20 token,
address spender,
uint256 value
) internal {
unchecked {
uint256 oldAllowance = token.allowance(address(this), spender);
require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
uint256 newAllowance = oldAllowance - value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
// the target address contains contract code and also asserts for success in the low-level call.
bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
if (returndata.length > 0) {
// Return data is optional
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(
address sender,
address recipient,
uint256 amount
) external returns (bool);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_setOwner(_msgSender());
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
_;
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_setOwner(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_setOwner(newOwner);
}
function _setOwner(address newOwner) private {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}{
"remappings": [],
"optimizer": {
"enabled": true,
"runs": 2000
},
"evmVersion": "istanbul",
"libraries": {},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address[]","name":"payees","type":"address[]"},{"internalType":"uint256[]","name":"shares_","type":"uint256[]"}],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"payee","type":"address"},{"internalType":"uint256","name":"additionalShares","type":"uint256"}],"name":"issueShares","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address payable","name":"account","type":"address"}],"name":"release","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"address","name":"account","type":"address"}],"name":"release","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"address","name":"account","type":"address"}],"name":"released","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"released","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"shares","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"}],"name":"totalReleased","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalReleased","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalShares","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
608060405260405162001330380380620013308339810160408190526200002691620002e7565b620000313362000130565b80518251146200006c5760405162461bcd60e51b81526020600482015260016024820152603160f81b60448201526064015b60405180910390fd5b6000825111620000a35760405162461bcd60e51b81526020600482015260016024820152601960f91b604482015260640162000063565b60005b8251811015620001275762000112838281518110620000d557634e487b7160e01b600052603260045260246000fd5b6020026020010151838381518110620000fe57634e487b7160e01b600052603260045260246000fd5b60200260200101516200018060201b60201c565b806200011e8162000438565b915050620000a6565b50505062000482565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038216620001bc5760405162461bcd60e51b81526020600482015260016024820152603560f81b604482015260640162000063565b60008111620001f25760405162461bcd60e51b81526020600482015260016024820152601b60f91b604482015260640162000063565b6001600160a01b038216600090815260036020526040902054156200023e5760405162461bcd60e51b81526020600482015260016024820152603760f81b604482015260640162000063565b6001600160a01b0382166000908152600360205260409020819055600154620002699082906200041d565b6001555050565b600082601f83011262000281578081fd5b815160206200029a6200029483620003f7565b620003c4565b80838252828201915082860187848660051b8901011115620002ba578586fd5b855b85811015620002da57815184529284019290840190600101620002bc565b5090979650505050505050565b60008060408385031215620002fa578182fd5b82516001600160401b038082111562000311578384fd5b818501915085601f83011262000325578384fd5b81516020620003386200029483620003f7565b8083825282820191508286018a848660051b890101111562000358578889fd5b8896505b84871015620003915780516001600160a01b03811681146200037c57898afd5b8352600196909601959183019183016200035c565b5091880151919650909350505080821115620003ab578283fd5b50620003ba8582860162000270565b9150509250929050565b604051601f8201601f191681016001600160401b0381118282101715620003ef57620003ef6200046c565b604052919050565b60006001600160401b038211156200041357620004136200046c565b5060051b60200190565b6000821982111562000433576200043362000456565b500190565b60006000198214156200044f576200044f62000456565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b610e9e80620004926000396000f3fe6080604052600436106100cb5760003560e01c80639852595c11610074578063e33b7de31161004e578063e33b7de314610262578063efc7a8ee14610277578063f2fde38b1461029757600080fd5b80639852595c146101c0578063ce7c2ac2146101f6578063d79779b21461022c57600080fd5b806348b75044116100a557806348b7504414610163578063715018a6146101835780638da5cb5b1461019857600080fd5b806319165587146100d75780633a98ef39146100f9578063406072a91461011d57600080fd5b366100d257005b600080fd5b3480156100e357600080fd5b506100f76100f2366004610c2f565b6102b7565b005b34801561010557600080fd5b506001545b6040519081526020015b60405180910390f35b34801561012957600080fd5b5061010a610138366004610c96565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205490565b34801561016f57600080fd5b506100f761017e366004610c96565b610408565b34801561018f57600080fd5b506100f7610623565b3480156101a457600080fd5b506000546040516001600160a01b039091168152602001610114565b3480156101cc57600080fd5b5061010a6101db366004610c2f565b6001600160a01b031660009081526004602052604090205490565b34801561020257600080fd5b5061010a610211366004610c2f565b6001600160a01b031660009081526003602052604090205490565b34801561023857600080fd5b5061010a610247366004610c2f565b6001600160a01b031660009081526005602052604090205490565b34801561026e57600080fd5b5060025461010a565b34801561028357600080fd5b506100f7610292366004610c4b565b610689565b3480156102a357600080fd5b506100f76102b2366004610c2f565b610714565b6001600160a01b0381166000908152600360205260409020546103215760405162461bcd60e51b815260206004820152600160248201527f330000000000000000000000000000000000000000000000000000000000000060448201526064015b60405180910390fd5b600061032c60025490565b6103369047610d53565b90506000610363838361035e866001600160a01b031660009081526004602052604090205490565b6107f6565b9050806103b25760405162461bcd60e51b815260206004820152600160248201527f34000000000000000000000000000000000000000000000000000000000000006044820152606401610318565b6001600160a01b038316600090815260046020526040812080548392906103da908490610d53565b9250508190555080600260008282546103f39190610d53565b909155506104039050838261083e565b505050565b6001600160a01b03811660009081526003602052604090205461046d5760405162461bcd60e51b815260206004820152600160248201527f33000000000000000000000000000000000000000000000000000000000000006044820152606401610318565b6001600160a01b0382166000908152600560205260408120546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b038516906370a082319060240160206040518083038186803b1580156104de57600080fd5b505afa1580156104f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105169190610cce565b6105209190610d53565b90506000610559838361035e87876001600160a01b03918216600090815260066020908152604080832093909416825291909152205490565b9050806105a85760405162461bcd60e51b815260206004820152600160248201527f34000000000000000000000000000000000000000000000000000000000000006044820152606401610318565b6001600160a01b038085166000908152600660209081526040808320938716835292905290812080548392906105df908490610d53565b90915550506001600160a01b0384166000908152600560205260408120805483929061060c908490610d53565b9091555061061d9050848483610957565b50505050565b6000546001600160a01b0316331461067d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610318565b61068760006109d7565b565b6000546001600160a01b031633146106e35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610318565b6001600160a01b0382166000908152600360205260408120805483929061070b908490610d53565b90915550505050565b6000546001600160a01b0316331461076e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610318565b6001600160a01b0381166107ea5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610318565b6107f3816109d7565b50565b6001546001600160a01b038416600090815260036020526040812054909183916108209086610da4565b61082a9190610d6b565b6108349190610de1565b90505b9392505050565b8047101561088e5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610318565b6000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146108db576040519150601f19603f3d011682016040523d82523d6000602084013e6108e0565b606091505b50509050806104035760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610318565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052610403908490610a3f565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000610a94826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610b249092919063ffffffff16565b8051909150156104035780806020019051810190610ab29190610c76565b6104035760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610318565b6060610834848460008585843b610b7d5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610318565b600080866001600160a01b03168587604051610b999190610ce6565b60006040518083038185875af1925050503d8060008114610bd6576040519150601f19603f3d011682016040523d82523d6000602084013e610bdb565b606091505b5091509150610beb828286610bf6565b979650505050505050565b60608315610c05575081610837565b825115610c155782518084602001fd5b8160405162461bcd60e51b81526004016103189190610d02565b600060208284031215610c40578081fd5b813561083781610e53565b60008060408385031215610c5d578081fd5b8235610c6881610e53565b946020939093013593505050565b600060208284031215610c87578081fd5b81518015158114610837578182fd5b60008060408385031215610ca8578182fd5b8235610cb381610e53565b91506020830135610cc381610e53565b809150509250929050565b600060208284031215610cdf578081fd5b5051919050565b60008251610cf8818460208701610df8565b9190910192915050565b6020815260008251806020840152610d21816040850160208701610df8565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160400192915050565b60008219821115610d6657610d66610e24565b500190565b600082610d9f577f4e487b710000000000000000000000000000000000000000000000000000000081526012600452602481fd5b500490565b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615610ddc57610ddc610e24565b500290565b600082821015610df357610df3610e24565b500390565b60005b83811015610e13578181015183820152602001610dfb565b8381111561061d5750506000910152565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6001600160a01b03811681146107f357600080fdfea26469706673582212204fbc0a824dde83789383431aadf214e7b920f748cc149069f01af9485e1b95e564736f6c634300080400330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000036000000000000000000000000000000000000000000000000000000000000000180000000000000000000000004ae28e632616aadb48c6645a0fae99f7b9c6d93c000000000000000000000000c5ffbcd8a374889c6e95f8df733e32a0e9476a9c000000000000000000000000dc088de7c9e83efb8912d029fd7d80463083479f0000000000000000000000009e3dd3f09cf1b9937294b2a3e19351f700ecb6fd000000000000000000000000df0d68ac1036ca2e4f04c49a2704dc5ef76f9862000000000000000000000000492b1acdb6f1a28418dfc59b4fc9bcf5b8b2d88d0000000000000000000000006ebd8991fc87f130de28de4b37f882d6cbe9ab28000000000000000000000000d42bd96b117dd6bd63280620ea981bf967a7ad2b0000000000000000000000008e29b3f71a8c7276d122c88d9bf317e857abb3760000000000000000000000000459bcc9ecbf97bdb3614073a1532198a5c321b2000000000000000000000000ab2056903a7b62bac46f45a3d7a70ac799ca88cb000000000000000000000000b1b3751834646fb999edd18ca62c69663071cf43000000000000000000000000fa23b55345c7237b7eee52db975e8a72b840bc1a00000000000000000000000029310bbcf5cd3a88b88f24e0c0581a3a34e16f210000000000000000000000002052051a0474fb0b98283b3f38c13b0b0b6a367700000000000000000000000034f9cb383835f1e7725639d134128284aa7da21e0000000000000000000000001ccb3a24d386338d629e2fa7c3d81cfcd54ddecc00000000000000000000000087d2268a461639be3d17d95bcd6fef318c3e59230000000000000000000000005c7d894075e101c7eedbea98689dc34635fa2b8700000000000000000000000034be70055c1508d7d70c748e815795157e28031e000000000000000000000000fdbad1eb7f8f1a6225924be5fbf50d5d16fb65a1000000000000000000000000df47aa67f5ed63f36323d49d6be417bfee8fd121000000000000000000000000ce64ba0c1a72eb7734a03ae006fb82f06dcfddde0000000000000000000000006e0e75b64010da83ba46a18e4cfd7becc23401ba00000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000082000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001
Deployed Bytecode
0x6080604052600436106100cb5760003560e01c80639852595c11610074578063e33b7de31161004e578063e33b7de314610262578063efc7a8ee14610277578063f2fde38b1461029757600080fd5b80639852595c146101c0578063ce7c2ac2146101f6578063d79779b21461022c57600080fd5b806348b75044116100a557806348b7504414610163578063715018a6146101835780638da5cb5b1461019857600080fd5b806319165587146100d75780633a98ef39146100f9578063406072a91461011d57600080fd5b366100d257005b600080fd5b3480156100e357600080fd5b506100f76100f2366004610c2f565b6102b7565b005b34801561010557600080fd5b506001545b6040519081526020015b60405180910390f35b34801561012957600080fd5b5061010a610138366004610c96565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205490565b34801561016f57600080fd5b506100f761017e366004610c96565b610408565b34801561018f57600080fd5b506100f7610623565b3480156101a457600080fd5b506000546040516001600160a01b039091168152602001610114565b3480156101cc57600080fd5b5061010a6101db366004610c2f565b6001600160a01b031660009081526004602052604090205490565b34801561020257600080fd5b5061010a610211366004610c2f565b6001600160a01b031660009081526003602052604090205490565b34801561023857600080fd5b5061010a610247366004610c2f565b6001600160a01b031660009081526005602052604090205490565b34801561026e57600080fd5b5060025461010a565b34801561028357600080fd5b506100f7610292366004610c4b565b610689565b3480156102a357600080fd5b506100f76102b2366004610c2f565b610714565b6001600160a01b0381166000908152600360205260409020546103215760405162461bcd60e51b815260206004820152600160248201527f330000000000000000000000000000000000000000000000000000000000000060448201526064015b60405180910390fd5b600061032c60025490565b6103369047610d53565b90506000610363838361035e866001600160a01b031660009081526004602052604090205490565b6107f6565b9050806103b25760405162461bcd60e51b815260206004820152600160248201527f34000000000000000000000000000000000000000000000000000000000000006044820152606401610318565b6001600160a01b038316600090815260046020526040812080548392906103da908490610d53565b9250508190555080600260008282546103f39190610d53565b909155506104039050838261083e565b505050565b6001600160a01b03811660009081526003602052604090205461046d5760405162461bcd60e51b815260206004820152600160248201527f33000000000000000000000000000000000000000000000000000000000000006044820152606401610318565b6001600160a01b0382166000908152600560205260408120546040517f70a082310000000000000000000000000000000000000000000000000000000081523060048201526001600160a01b038516906370a082319060240160206040518083038186803b1580156104de57600080fd5b505afa1580156104f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105169190610cce565b6105209190610d53565b90506000610559838361035e87876001600160a01b03918216600090815260066020908152604080832093909416825291909152205490565b9050806105a85760405162461bcd60e51b815260206004820152600160248201527f34000000000000000000000000000000000000000000000000000000000000006044820152606401610318565b6001600160a01b038085166000908152600660209081526040808320938716835292905290812080548392906105df908490610d53565b90915550506001600160a01b0384166000908152600560205260408120805483929061060c908490610d53565b9091555061061d9050848483610957565b50505050565b6000546001600160a01b0316331461067d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610318565b61068760006109d7565b565b6000546001600160a01b031633146106e35760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610318565b6001600160a01b0382166000908152600360205260408120805483929061070b908490610d53565b90915550505050565b6000546001600160a01b0316331461076e5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610318565b6001600160a01b0381166107ea5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610318565b6107f3816109d7565b50565b6001546001600160a01b038416600090815260036020526040812054909183916108209086610da4565b61082a9190610d6b565b6108349190610de1565b90505b9392505050565b8047101561088e5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610318565b6000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146108db576040519150601f19603f3d011682016040523d82523d6000602084013e6108e0565b606091505b50509050806104035760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610318565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052610403908490610a3f565b600080546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000610a94826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610b249092919063ffffffff16565b8051909150156104035780806020019051810190610ab29190610c76565b6104035760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610318565b6060610834848460008585843b610b7d5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610318565b600080866001600160a01b03168587604051610b999190610ce6565b60006040518083038185875af1925050503d8060008114610bd6576040519150601f19603f3d011682016040523d82523d6000602084013e610bdb565b606091505b5091509150610beb828286610bf6565b979650505050505050565b60608315610c05575081610837565b825115610c155782518084602001fd5b8160405162461bcd60e51b81526004016103189190610d02565b600060208284031215610c40578081fd5b813561083781610e53565b60008060408385031215610c5d578081fd5b8235610c6881610e53565b946020939093013593505050565b600060208284031215610c87578081fd5b81518015158114610837578182fd5b60008060408385031215610ca8578182fd5b8235610cb381610e53565b91506020830135610cc381610e53565b809150509250929050565b600060208284031215610cdf578081fd5b5051919050565b60008251610cf8818460208701610df8565b9190910192915050565b6020815260008251806020840152610d21816040850160208701610df8565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160400192915050565b60008219821115610d6657610d66610e24565b500190565b600082610d9f577f4e487b710000000000000000000000000000000000000000000000000000000081526012600452602481fd5b500490565b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615610ddc57610ddc610e24565b500290565b600082821015610df357610df3610e24565b500390565b60005b83811015610e13578181015183820152602001610dfb565b8381111561061d5750506000910152565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6001600160a01b03811681146107f357600080fdfea26469706673582212204fbc0a824dde83789383431aadf214e7b920f748cc149069f01af9485e1b95e564736f6c63430008040033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000036000000000000000000000000000000000000000000000000000000000000000180000000000000000000000004ae28e632616aadb48c6645a0fae99f7b9c6d93c000000000000000000000000c5ffbcd8a374889c6e95f8df733e32a0e9476a9c000000000000000000000000dc088de7c9e83efb8912d029fd7d80463083479f0000000000000000000000009e3dd3f09cf1b9937294b2a3e19351f700ecb6fd000000000000000000000000df0d68ac1036ca2e4f04c49a2704dc5ef76f9862000000000000000000000000492b1acdb6f1a28418dfc59b4fc9bcf5b8b2d88d0000000000000000000000006ebd8991fc87f130de28de4b37f882d6cbe9ab28000000000000000000000000d42bd96b117dd6bd63280620ea981bf967a7ad2b0000000000000000000000008e29b3f71a8c7276d122c88d9bf317e857abb3760000000000000000000000000459bcc9ecbf97bdb3614073a1532198a5c321b2000000000000000000000000ab2056903a7b62bac46f45a3d7a70ac799ca88cb000000000000000000000000b1b3751834646fb999edd18ca62c69663071cf43000000000000000000000000fa23b55345c7237b7eee52db975e8a72b840bc1a00000000000000000000000029310bbcf5cd3a88b88f24e0c0581a3a34e16f210000000000000000000000002052051a0474fb0b98283b3f38c13b0b0b6a367700000000000000000000000034f9cb383835f1e7725639d134128284aa7da21e0000000000000000000000001ccb3a24d386338d629e2fa7c3d81cfcd54ddecc00000000000000000000000087d2268a461639be3d17d95bcd6fef318c3e59230000000000000000000000005c7d894075e101c7eedbea98689dc34635fa2b8700000000000000000000000034be70055c1508d7d70c748e815795157e28031e000000000000000000000000fdbad1eb7f8f1a6225924be5fbf50d5d16fb65a1000000000000000000000000df47aa67f5ed63f36323d49d6be417bfee8fd121000000000000000000000000ce64ba0c1a72eb7734a03ae006fb82f06dcfddde0000000000000000000000006e0e75b64010da83ba46a18e4cfd7becc23401ba00000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000082000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000500000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001
-----Decoded View---------------
Arg [0] : payees (address[]): 0x4aE28E632616aAdB48c6645a0fae99F7b9c6d93C,0xC5fFbCd8A374889c6e95f8df733e32A0e9476a9c,0xdC088dE7c9E83eFb8912D029Fd7D80463083479F,0x9E3DD3f09cF1b9937294b2A3e19351f700Ecb6FD,0xDF0D68ac1036CA2E4F04C49a2704dC5ef76f9862,0x492B1acdb6F1A28418dFc59B4fC9BCF5B8B2D88D,0x6EBd8991fC87F130DE28DE4b37F882d6cbE9aB28,0xd42bd96B117dd6BD63280620EA981BF967A7aD2B,0x8e29B3F71a8c7276d122C88d9bf317e857ABb376,0x0459bcC9eCbF97Bdb3614073A1532198A5C321B2,0xab2056903a7b62BAc46F45A3D7a70AC799CA88CB,0xB1b3751834646fb999EDd18CA62C69663071cF43,0xfa23B55345c7237b7eEE52Db975E8a72b840BC1A,0x29310bBcF5cD3a88b88f24e0c0581A3A34e16f21,0x2052051A0474fB0B98283b3F38C13b0B0B6a3677,0x34f9Cb383835f1e7725639d134128284aa7dA21E,0x1CCB3A24D386338d629e2fA7c3d81CFcd54DdEcc,0x87d2268A461639Be3D17d95BCD6fEF318C3E5923,0x5C7D894075e101C7eEDBEa98689dC34635FA2b87,0x34BE70055C1508D7d70c748e815795157e28031E,0xFdbAd1eB7F8F1a6225924be5FBf50D5d16FB65A1,0xDf47aa67f5eD63F36323D49D6be417bFEe8fD121,0xcE64bA0c1A72Eb7734A03AE006Fb82f06DcFdddE,0x6e0e75B64010da83bA46A18e4cFD7BeCC23401Ba
Arg [1] : shares_ (uint256[]): 130,12,6,2,6,4,2,6,2,2,2,2,1,1,1,5,6,2,2,1,2,1,1,1
-----Encoded View---------------
52 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000360
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000018
Arg [3] : 0000000000000000000000004ae28e632616aadb48c6645a0fae99f7b9c6d93c
Arg [4] : 000000000000000000000000c5ffbcd8a374889c6e95f8df733e32a0e9476a9c
Arg [5] : 000000000000000000000000dc088de7c9e83efb8912d029fd7d80463083479f
Arg [6] : 0000000000000000000000009e3dd3f09cf1b9937294b2a3e19351f700ecb6fd
Arg [7] : 000000000000000000000000df0d68ac1036ca2e4f04c49a2704dc5ef76f9862
Arg [8] : 000000000000000000000000492b1acdb6f1a28418dfc59b4fc9bcf5b8b2d88d
Arg [9] : 0000000000000000000000006ebd8991fc87f130de28de4b37f882d6cbe9ab28
Arg [10] : 000000000000000000000000d42bd96b117dd6bd63280620ea981bf967a7ad2b
Arg [11] : 0000000000000000000000008e29b3f71a8c7276d122c88d9bf317e857abb376
Arg [12] : 0000000000000000000000000459bcc9ecbf97bdb3614073a1532198a5c321b2
Arg [13] : 000000000000000000000000ab2056903a7b62bac46f45a3d7a70ac799ca88cb
Arg [14] : 000000000000000000000000b1b3751834646fb999edd18ca62c69663071cf43
Arg [15] : 000000000000000000000000fa23b55345c7237b7eee52db975e8a72b840bc1a
Arg [16] : 00000000000000000000000029310bbcf5cd3a88b88f24e0c0581a3a34e16f21
Arg [17] : 0000000000000000000000002052051a0474fb0b98283b3f38c13b0b0b6a3677
Arg [18] : 00000000000000000000000034f9cb383835f1e7725639d134128284aa7da21e
Arg [19] : 0000000000000000000000001ccb3a24d386338d629e2fa7c3d81cfcd54ddecc
Arg [20] : 00000000000000000000000087d2268a461639be3d17d95bcd6fef318c3e5923
Arg [21] : 0000000000000000000000005c7d894075e101c7eedbea98689dc34635fa2b87
Arg [22] : 00000000000000000000000034be70055c1508d7d70c748e815795157e28031e
Arg [23] : 000000000000000000000000fdbad1eb7f8f1a6225924be5fbf50d5d16fb65a1
Arg [24] : 000000000000000000000000df47aa67f5ed63f36323d49d6be417bfee8fd121
Arg [25] : 000000000000000000000000ce64ba0c1a72eb7734a03ae006fb82f06dcfddde
Arg [26] : 0000000000000000000000006e0e75b64010da83ba46a18e4cfd7becc23401ba
Arg [27] : 0000000000000000000000000000000000000000000000000000000000000018
Arg [28] : 0000000000000000000000000000000000000000000000000000000000000082
Arg [29] : 000000000000000000000000000000000000000000000000000000000000000c
Arg [30] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [31] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [32] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [33] : 0000000000000000000000000000000000000000000000000000000000000004
Arg [34] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [35] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [36] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [37] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [38] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [39] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [40] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [41] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [42] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [43] : 0000000000000000000000000000000000000000000000000000000000000005
Arg [44] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [45] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [46] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [47] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [48] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [49] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [50] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [51] : 0000000000000000000000000000000000000000000000000000000000000001
Loading...
Loading
Loading...
Loading
Net Worth in USD
$14.69
Net Worth in ETH
0.006912
Token Allocations
WETH
43.35%
BLUR POOL
28.94%
ETH
27.71%
Multichain Portfolio | 33 Chains
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ 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.