Latest 25 from a total of 139 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Withdraw Tokens | 16836653 | 1109 days ago | IN | 0 ETH | 0.00268875 | ||||
| Transfer Locks | 16487634 | 1158 days ago | IN | 0 ETH | 0.00225805 | ||||
| Transfer Locks | 16487629 | 1158 days ago | IN | 0 ETH | 0.00228268 | ||||
| Transfer Locks | 16487625 | 1158 days ago | IN | 0 ETH | 0.00216345 | ||||
| Transfer Locks | 16487619 | 1158 days ago | IN | 0 ETH | 0.00219834 | ||||
| Transfer Locks | 16487613 | 1158 days ago | IN | 0 ETH | 0.00250571 | ||||
| Lock NFT | 16287324 | 1186 days ago | IN | 0 ETH | 0.00580228 | ||||
| Withdraw Tokens | 16222283 | 1195 days ago | IN | 0 ETH | 0.00204346 | ||||
| Lock Token | 16046136 | 1220 days ago | IN | 0 ETH | 0.00309174 | ||||
| Transfer Locks | 16046114 | 1220 days ago | IN | 0 ETH | 0.0015638 | ||||
| Transfer Locks | 16046109 | 1220 days ago | IN | 0 ETH | 0.00137876 | ||||
| Transfer Locks | 16046102 | 1220 days ago | IN | 0 ETH | 0.00141657 | ||||
| Transfer Locks | 16046089 | 1220 days ago | IN | 0 ETH | 0.00166937 | ||||
| Withdraw Tokens | 16046075 | 1220 days ago | IN | 0 ETH | 0.0013179 | ||||
| Transfer Locks | 16046069 | 1220 days ago | IN | 0 ETH | 0.00194117 | ||||
| Lock Token | 16046064 | 1220 days ago | IN | 0 ETH | 0.00259188 | ||||
| Transfer Locks | 16046045 | 1220 days ago | IN | 0 ETH | 0.00131202 | ||||
| Transfer Locks | 16046039 | 1220 days ago | IN | 0 ETH | 0.00130205 | ||||
| Transfer Locks | 16046035 | 1220 days ago | IN | 0 ETH | 0.00168478 | ||||
| Transfer Locks | 16046031 | 1220 days ago | IN | 0 ETH | 0.00160841 | ||||
| Withdraw Tokens | 16045973 | 1220 days ago | IN | 0 ETH | 0.00132338 | ||||
| Transfer Locks | 16045933 | 1220 days ago | IN | 0 ETH | 0.00196891 | ||||
| Lock Token | 16045927 | 1220 days ago | IN | 0 ETH | 0.0024359 | ||||
| Lock Token | 16045915 | 1220 days ago | IN | 0 ETH | 0.00232489 | ||||
| Transfer Locks | 16045911 | 1220 days ago | IN | 0 ETH | 0.00175044 |
Advanced mode: Intended for advanced users or developers and will display all Internal Transactions including zero value transfers.
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
|||
|---|---|---|---|---|---|---|---|---|
| Transfer | 16836653 | 1109 days ago | 0 ETH | |||||
| Withdraw Tokens | 16836653 | 1109 days ago | 0 ETH | |||||
| Transfer Locks | 16487634 | 1158 days ago | 0 ETH | |||||
| Transfer Locks | 16487629 | 1158 days ago | 0 ETH | |||||
| Transfer Locks | 16487625 | 1158 days ago | 0 ETH | |||||
| Transfer Locks | 16487619 | 1158 days ago | 0 ETH | |||||
| Transfer Locks | 16487613 | 1158 days ago | 0 ETH | |||||
| On ERC721Receive... | 16287324 | 1186 days ago | 0 ETH | |||||
| On ERC721Receive... | 16287324 | 1186 days ago | 0 ETH | |||||
| Safe Transfer Fr... | 16287324 | 1186 days ago | 0 ETH | |||||
| Lock NFT | 16287324 | 1186 days ago | 0 ETH | |||||
| Safe Transfer Fr... | 16222283 | 1195 days ago | 0 ETH | |||||
| Withdraw Tokens | 16222283 | 1195 days ago | 0 ETH | |||||
| Balance Of | 16046136 | 1220 days ago | 0 ETH | |||||
| Transfer From | 16046136 | 1220 days ago | 0 ETH | |||||
| Balance Of | 16046136 | 1220 days ago | 0 ETH | |||||
| Lock Token | 16046136 | 1220 days ago | 0 ETH | |||||
| Transfer Locks | 16046114 | 1220 days ago | 0 ETH | |||||
| Transfer Locks | 16046109 | 1220 days ago | 0 ETH | |||||
| Transfer Locks | 16046102 | 1220 days ago | 0 ETH | |||||
| Transfer Locks | 16046089 | 1220 days ago | 0 ETH | |||||
| Transfer | 16046075 | 1220 days ago | 0 ETH | |||||
| Withdraw Tokens | 16046075 | 1220 days ago | 0 ETH | |||||
| Transfer Locks | 16046069 | 1220 days ago | 0 ETH | |||||
| Balance Of | 16046064 | 1220 days ago | 0 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
TransparentUpgradeableProxy
Compiler Version
v0.8.9+commit.e5eed63a
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2022-11-15
*/
// File: @openzeppelin/contracts/utils/Context.sol
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
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;
}
}
// File: @openzeppelin/contracts/access/Ownable.sol
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
/**
* @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() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
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 {
_transferOwnership(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");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}
// File: @openzeppelin/contracts/utils/StorageSlot.sol
// OpenZeppelin Contracts (last updated v4.7.0) (utils/StorageSlot.sol)
pragma solidity ^0.8.0;
/**
* @dev Library for reading and writing primitive types to specific storage slots.
*
* Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.
* This library helps with reading and writing to such slots without the need for inline assembly.
*
* The functions in this library return Slot structs that contain a `value` member that can be used to read or write.
*
* Example usage to set ERC1967 implementation slot:
* ```
* contract ERC1967 {
* bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
*
* function _getImplementation() internal view returns (address) {
* return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
* }
*
* function _setImplementation(address newImplementation) internal {
* require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract");
* StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
* }
* }
* ```
*
* _Available since v4.1 for `address`, `bool`, `bytes32`, and `uint256`._
*/
library StorageSlot {
struct AddressSlot {
address value;
}
struct BooleanSlot {
bool value;
}
struct Bytes32Slot {
bytes32 value;
}
struct Uint256Slot {
uint256 value;
}
/**
* @dev Returns an `AddressSlot` with member `value` located at `slot`.
*/
function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {
/// @solidity memory-safe-assembly
assembly {
r.slot := slot
}
}
/**
* @dev Returns an `BooleanSlot` with member `value` located at `slot`.
*/
function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {
/// @solidity memory-safe-assembly
assembly {
r.slot := slot
}
}
/**
* @dev Returns an `Bytes32Slot` with member `value` located at `slot`.
*/
function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {
/// @solidity memory-safe-assembly
assembly {
r.slot := slot
}
}
/**
* @dev Returns an `Uint256Slot` with member `value` located at `slot`.
*/
function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {
/// @solidity memory-safe-assembly
assembly {
r.slot := slot
}
}
}
// File: @openzeppelin/contracts/utils/Address.sol
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @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
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 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 functionCallWithValue(target, data, 0, "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");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, 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) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, 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) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
* the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
*
* _Available since v4.8._
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata,
string memory errorMessage
) internal view returns (bytes memory) {
if (success) {
if (returndata.length == 0) {
// only check isContract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
require(isContract(target), "Address: call to non-contract");
}
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
/**
* @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason or 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 {
_revert(returndata, errorMessage);
}
}
function _revert(bytes memory returndata, string memory errorMessage) private pure {
// 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
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
// File: @openzeppelin/contracts/interfaces/draft-IERC1822.sol
// OpenZeppelin Contracts (last updated v4.5.0) (interfaces/draft-IERC1822.sol)
pragma solidity ^0.8.0;
/**
* @dev ERC1822: Universal Upgradeable Proxy Standard (UUPS) documents a method for upgradeability through a simplified
* proxy whose upgrades are fully controlled by the current implementation.
*/
interface IERC1822Proxiable {
/**
* @dev Returns the storage slot that the proxiable contract assumes is being used to store the implementation
* address.
*
* IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
* bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this
* function revert if invoked through a proxy.
*/
function proxiableUUID() external view returns (bytes32);
}
// File: @openzeppelin/contracts/proxy/beacon/IBeacon.sol
// OpenZeppelin Contracts v4.4.1 (proxy/beacon/IBeacon.sol)
pragma solidity ^0.8.0;
/**
* @dev This is the interface that {BeaconProxy} expects of its beacon.
*/
interface IBeacon {
/**
* @dev Must return an address that can be used as a delegate call target.
*
* {BeaconProxy} will check that this address is a contract.
*/
function implementation() external view returns (address);
}
// File: @openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol
// OpenZeppelin Contracts (last updated v4.5.0) (proxy/ERC1967/ERC1967Upgrade.sol)
pragma solidity ^0.8.2;
/**
* @dev This abstract contract provides getters and event emitting update functions for
* https://eips.ethereum.org/EIPS/eip-1967[EIP1967] slots.
*
* _Available since v4.1._
*
* @custom:oz-upgrades-unsafe-allow delegatecall
*/
abstract contract ERC1967Upgrade {
// This is the keccak-256 hash of "eip1967.proxy.rollback" subtracted by 1
bytes32 private constant _ROLLBACK_SLOT = 0x4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd9143;
/**
* @dev Storage slot with the address of the current implementation.
* This is the keccak-256 hash of "eip1967.proxy.implementation" subtracted by 1, and is
* validated in the constructor.
*/
bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
/**
* @dev Emitted when the implementation is upgraded.
*/
event Upgraded(address indexed implementation);
/**
* @dev Returns the current implementation address.
*/
function _getImplementation() internal view returns (address) {
return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
}
/**
* @dev Stores a new address in the EIP1967 implementation slot.
*/
function _setImplementation(address newImplementation) private {
require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract");
StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
}
/**
* @dev Perform implementation upgrade
*
* Emits an {Upgraded} event.
*/
function _upgradeTo(address newImplementation) internal {
_setImplementation(newImplementation);
emit Upgraded(newImplementation);
}
/**
* @dev Perform implementation upgrade with additional setup call.
*
* Emits an {Upgraded} event.
*/
function _upgradeToAndCall(
address newImplementation,
bytes memory data,
bool forceCall
) internal {
_upgradeTo(newImplementation);
if (data.length > 0 || forceCall) {
Address.functionDelegateCall(newImplementation, data);
}
}
/**
* @dev Perform implementation upgrade with security checks for UUPS proxies, and additional setup call.
*
* Emits an {Upgraded} event.
*/
function _upgradeToAndCallUUPS(
address newImplementation,
bytes memory data,
bool forceCall
) internal {
// Upgrades from old implementations will perform a rollback test. This test requires the new
// implementation to upgrade back to the old, non-ERC1822 compliant, implementation. Removing
// this special case will break upgrade paths from old UUPS implementation to new ones.
if (StorageSlot.getBooleanSlot(_ROLLBACK_SLOT).value) {
_setImplementation(newImplementation);
} else {
try IERC1822Proxiable(newImplementation).proxiableUUID() returns (bytes32 slot) {
require(slot == _IMPLEMENTATION_SLOT, "ERC1967Upgrade: unsupported proxiableUUID");
} catch {
revert("ERC1967Upgrade: new implementation is not UUPS");
}
_upgradeToAndCall(newImplementation, data, forceCall);
}
}
/**
* @dev Storage slot with the admin of the contract.
* This is the keccak-256 hash of "eip1967.proxy.admin" subtracted by 1, and is
* validated in the constructor.
*/
bytes32 internal constant _ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;
/**
* @dev Emitted when the admin account has changed.
*/
event AdminChanged(address previousAdmin, address newAdmin);
/**
* @dev Returns the current admin.
*/
function _getAdmin() internal view returns (address) {
return StorageSlot.getAddressSlot(_ADMIN_SLOT).value;
}
/**
* @dev Stores a new address in the EIP1967 admin slot.
*/
function _setAdmin(address newAdmin) private {
require(newAdmin != address(0), "ERC1967: new admin is the zero address");
StorageSlot.getAddressSlot(_ADMIN_SLOT).value = newAdmin;
}
/**
* @dev Changes the admin of the proxy.
*
* Emits an {AdminChanged} event.
*/
function _changeAdmin(address newAdmin) internal {
emit AdminChanged(_getAdmin(), newAdmin);
_setAdmin(newAdmin);
}
/**
* @dev The storage slot of the UpgradeableBeacon contract which defines the implementation for this proxy.
* This is bytes32(uint256(keccak256('eip1967.proxy.beacon')) - 1)) and is validated in the constructor.
*/
bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;
/**
* @dev Emitted when the beacon is upgraded.
*/
event BeaconUpgraded(address indexed beacon);
/**
* @dev Returns the current beacon.
*/
function _getBeacon() internal view returns (address) {
return StorageSlot.getAddressSlot(_BEACON_SLOT).value;
}
/**
* @dev Stores a new beacon in the EIP1967 beacon slot.
*/
function _setBeacon(address newBeacon) private {
require(Address.isContract(newBeacon), "ERC1967: new beacon is not a contract");
require(
Address.isContract(IBeacon(newBeacon).implementation()),
"ERC1967: beacon implementation is not a contract"
);
StorageSlot.getAddressSlot(_BEACON_SLOT).value = newBeacon;
}
/**
* @dev Perform beacon upgrade with additional setup call. Note: This upgrades the address of the beacon, it does
* not upgrade the implementation contained in the beacon (see {UpgradeableBeacon-_setImplementation} for that).
*
* Emits a {BeaconUpgraded} event.
*/
function _upgradeBeaconToAndCall(
address newBeacon,
bytes memory data,
bool forceCall
) internal {
_setBeacon(newBeacon);
emit BeaconUpgraded(newBeacon);
if (data.length > 0 || forceCall) {
Address.functionDelegateCall(IBeacon(newBeacon).implementation(), data);
}
}
}
// File: @openzeppelin/contracts/proxy/Proxy.sol
// OpenZeppelin Contracts (last updated v4.6.0) (proxy/Proxy.sol)
pragma solidity ^0.8.0;
/**
* @dev This abstract contract provides a fallback function that delegates all calls to another contract using the EVM
* instruction `delegatecall`. We refer to the second contract as the _implementation_ behind the proxy, and it has to
* be specified by overriding the virtual {_implementation} function.
*
* Additionally, delegation to the implementation can be triggered manually through the {_fallback} function, or to a
* different contract through the {_delegate} function.
*
* The success and return data of the delegated call will be returned back to the caller of the proxy.
*/
abstract contract Proxy {
/**
* @dev Delegates the current call to `implementation`.
*
* This function does not return to its internal call site, it will return directly to the external caller.
*/
function _delegate(address implementation) internal virtual {
assembly {
// Copy msg.data. We take full control of memory in this inline assembly
// block because it will not return to Solidity code. We overwrite the
// Solidity scratch pad at memory position 0.
calldatacopy(0, 0, calldatasize())
// Call the implementation.
// out and outsize are 0 because we don't know the size yet.
let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0)
// Copy the returned data.
returndatacopy(0, 0, returndatasize())
switch result
// delegatecall returns 0 on error.
case 0 {
revert(0, returndatasize())
}
default {
return(0, returndatasize())
}
}
}
/**
* @dev This is a virtual function that should be overridden so it returns the address to which the fallback function
* and {_fallback} should delegate.
*/
function _implementation() internal view virtual returns (address);
/**
* @dev Delegates the current call to the address returned by `_implementation()`.
*
* This function does not return to its internal call site, it will return directly to the external caller.
*/
function _fallback() internal virtual {
_beforeFallback();
_delegate(_implementation());
}
/**
* @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other
* function in the contract matches the call data.
*/
fallback() external payable virtual {
_fallback();
}
/**
* @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if call data
* is empty.
*/
receive() external payable virtual {
_fallback();
}
/**
* @dev Hook that is called before falling back to the implementation. Can happen as part of a manual `_fallback`
* call, or as part of the Solidity `fallback` or `receive` functions.
*
* If overridden should call `super._beforeFallback()`.
*/
function _beforeFallback() internal virtual {}
}
// File: @openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol
// OpenZeppelin Contracts (last updated v4.7.0) (proxy/ERC1967/ERC1967Proxy.sol)
pragma solidity ^0.8.0;
/**
* @dev This contract implements an upgradeable proxy. It is upgradeable because calls are delegated to an
* implementation address that can be changed. This address is stored in storage in the location specified by
* https://eips.ethereum.org/EIPS/eip-1967[EIP1967], so that it doesn't conflict with the storage layout of the
* implementation behind the proxy.
*/
contract ERC1967Proxy is Proxy, ERC1967Upgrade {
/**
* @dev Initializes the upgradeable proxy with an initial implementation specified by `_logic`.
*
* If `_data` is nonempty, it's used as data in a delegate call to `_logic`. This will typically be an encoded
* function call, and allows initializing the storage of the proxy like a Solidity constructor.
*/
constructor(address _logic, bytes memory _data) payable {
_upgradeToAndCall(_logic, _data, false);
}
/**
* @dev Returns the current implementation address.
*/
function _implementation() internal view virtual override returns (address impl) {
return ERC1967Upgrade._getImplementation();
}
}
// File: @openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol
// OpenZeppelin Contracts (last updated v4.7.0) (proxy/transparent/TransparentUpgradeableProxy.sol)
pragma solidity ^0.8.0;
/**
* @dev This contract implements a proxy that is upgradeable by an admin.
*
* To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector
* clashing], which can potentially be used in an attack, this contract uses the
* https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two
* things that go hand in hand:
*
* 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if
* that call matches one of the admin functions exposed by the proxy itself.
* 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the
* implementation. If the admin tries to call a function on the implementation it will fail with an error that says
* "admin cannot fallback to proxy target".
*
* These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing
* the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due
* to sudden errors when trying to call a function from the proxy implementation.
*
* Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way,
* you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.
*/
contract TransparentUpgradeableProxy is ERC1967Proxy {
/**
* @dev Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and
* optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}.
*/
constructor(
address _logic,
address admin_,
bytes memory _data
) payable ERC1967Proxy(_logic, _data) {
_changeAdmin(admin_);
}
/**
* @dev Modifier used internally that will delegate the call to the implementation unless the sender is the admin.
*/
modifier ifAdmin() {
if (msg.sender == _getAdmin()) {
_;
} else {
_fallback();
}
}
/**
* @dev Returns the current admin.
*
* NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}.
*
* TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the
* https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
* `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`
*/
function admin() external ifAdmin returns (address admin_) {
admin_ = _getAdmin();
}
/**
* @dev Returns the current implementation.
*
* NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}.
*
* TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the
* https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call.
* `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`
*/
function implementation() external ifAdmin returns (address implementation_) {
implementation_ = _implementation();
}
/**
* @dev Changes the admin of the proxy.
*
* Emits an {AdminChanged} event.
*
* NOTE: Only the admin can call this function. See {ProxyAdmin-changeProxyAdmin}.
*/
function changeAdmin(address newAdmin) external virtual ifAdmin {
_changeAdmin(newAdmin);
}
/**
* @dev Upgrade the implementation of the proxy.
*
* NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}.
*/
function upgradeTo(address newImplementation) external ifAdmin {
_upgradeToAndCall(newImplementation, bytes(""), false);
}
/**
* @dev Upgrade the implementation of the proxy, and then call a function from the new implementation as specified
* by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the
* proxied contract.
*
* NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}.
*/
function upgradeToAndCall(address newImplementation, bytes calldata data) external payable ifAdmin {
_upgradeToAndCall(newImplementation, data, true);
}
/**
* @dev Returns the current admin.
*/
function _admin() internal view virtual returns (address) {
return _getAdmin();
}
/**
* @dev Makes sure the admin cannot access the fallback function. See {Proxy-_beforeFallback}.
*/
function _beforeFallback() internal virtual override {
require(msg.sender != _getAdmin(), "TransparentUpgradeableProxy: admin cannot fallback to proxy target");
super._beforeFallback();
}
}
// File: @openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol
// OpenZeppelin Contracts v4.4.1 (proxy/transparent/ProxyAdmin.sol)
pragma solidity ^0.8.0;
/**
* @dev This is an auxiliary contract meant to be assigned as the admin of a {TransparentUpgradeableProxy}. For an
* explanation of why you would want to use this see the documentation for {TransparentUpgradeableProxy}.
*/
contract ProxyAdmin is Ownable {
/**
* @dev Returns the current implementation of `proxy`.
*
* Requirements:
*
* - This contract must be the admin of `proxy`.
*/
function getProxyImplementation(TransparentUpgradeableProxy proxy) public view virtual returns (address) {
// We need to manually run the static call since the getter cannot be flagged as view
// bytes4(keccak256("implementation()")) == 0x5c60da1b
(bool success, bytes memory returndata) = address(proxy).staticcall(hex"5c60da1b");
require(success);
return abi.decode(returndata, (address));
}
/**
* @dev Returns the current admin of `proxy`.
*
* Requirements:
*
* - This contract must be the admin of `proxy`.
*/
function getProxyAdmin(TransparentUpgradeableProxy proxy) public view virtual returns (address) {
// We need to manually run the static call since the getter cannot be flagged as view
// bytes4(keccak256("admin()")) == 0xf851a440
(bool success, bytes memory returndata) = address(proxy).staticcall(hex"f851a440");
require(success);
return abi.decode(returndata, (address));
}
/**
* @dev Changes the admin of `proxy` to `newAdmin`.
*
* Requirements:
*
* - This contract must be the current admin of `proxy`.
*/
function changeProxyAdmin(TransparentUpgradeableProxy proxy, address newAdmin) public virtual onlyOwner {
proxy.changeAdmin(newAdmin);
}
/**
* @dev Upgrades `proxy` to `implementation`. See {TransparentUpgradeableProxy-upgradeTo}.
*
* Requirements:
*
* - This contract must be the admin of `proxy`.
*/
function upgrade(TransparentUpgradeableProxy proxy, address implementation) public virtual onlyOwner {
proxy.upgradeTo(implementation);
}
/**
* @dev Upgrades `proxy` to `implementation` and calls a function on the new implementation. See
* {TransparentUpgradeableProxy-upgradeToAndCall}.
*
* Requirements:
*
* - This contract must be the admin of `proxy`.
*/
function upgradeAndCall(
TransparentUpgradeableProxy proxy,
address implementation,
bytes memory data
) public payable virtual onlyOwner {
proxy.upgradeToAndCall{value: msg.value}(implementation, data);
}
}
// File: ProxyAdmin.sol
pragma solidity 0.8.9;
contract Test {
constructor() {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"address","name":"admin_","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"previousAdmin","type":"address"},{"indexed":false,"internalType":"address","name":"newAdmin","type":"address"}],"name":"AdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beacon","type":"address"}],"name":"BeaconUpgraded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"admin","outputs":[{"internalType":"address","name":"admin_","type":"address"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newAdmin","type":"address"}],"name":"changeAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"implementation_","type":"address"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"}],"name":"upgradeTo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"upgradeToAndCall","outputs":[],"stateMutability":"payable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
6080604052604051620018f3380380620018f3833981810160405281019062000029919062000754565b82816200003f828260006200005b60201b60201c565b505062000052826200009e60201b60201c565b50505062000a96565b6200006c83620000fc60201b60201c565b6000825111806200007a5750805b1562000099576200009783836200015360201b6200034f1760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f620000cf6200018960201b60201c565b82604051620000e0929190620007e0565b60405180910390a1620000f981620001ed60201b60201c565b50565b6200010d81620002de60201b60201c565b8073ffffffffffffffffffffffffffffffffffffffff167fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b60405160405180910390a250565b6060620001818383604051806060016040528060278152602001620018cc60279139620003b460201b60201c565b905092915050565b6000620001c47fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b6200044660201b6200037c1760201c565b60000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141562000260576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620002579062000894565b60405180910390fd5b806200029a7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b6200044660201b6200037c1760201c565b60000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b620002f4816200045060201b620003861760201c565b62000336576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200032d906200092c565b60405180910390fd5b80620003707f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b6200044660201b6200037c1760201c565b60000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60606000808573ffffffffffffffffffffffffffffffffffffffff1685604051620003e091906200099b565b600060405180830381855af49150503d80600081146200041d576040519150601f19603f3d011682016040523d82523d6000602084013e62000422565b606091505b50915091506200043b868383876200047360201b60201c565b925050509392505050565b6000819050919050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b60608315620004e457600083511415620004db5762000498856200045060201b60201c565b620004da576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004d19062000a04565b60405180910390fd5b5b829050620004f7565b620004f68383620004ff60201b60201c565b5b949350505050565b600082511115620005135781518083602001fd5b806040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000549919062000a72565b60405180910390fd5b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000620005938262000566565b9050919050565b620005a58162000586565b8114620005b157600080fd5b50565b600081519050620005c5816200059a565b92915050565b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6200062082620005d5565b810181811067ffffffffffffffff82111715620006425762000641620005e6565b5b80604052505050565b60006200065762000552565b905062000665828262000615565b919050565b600067ffffffffffffffff821115620006885762000687620005e6565b5b6200069382620005d5565b9050602081019050919050565b60005b83811015620006c0578082015181840152602081019050620006a3565b83811115620006d0576000848401525b50505050565b6000620006ed620006e7846200066a565b6200064b565b9050828152602081018484840111156200070c576200070b620005d0565b5b62000719848285620006a0565b509392505050565b600082601f830112620007395762000738620005cb565b5b81516200074b848260208601620006d6565b91505092915050565b60008060006060848603121562000770576200076f6200055c565b5b60006200078086828701620005b4565b93505060206200079386828701620005b4565b925050604084015167ffffffffffffffff811115620007b757620007b662000561565b5b620007c58682870162000721565b9150509250925092565b620007da8162000586565b82525050565b6000604082019050620007f76000830185620007cf565b620008066020830184620007cf565b9392505050565b600082825260208201905092915050565b7f455243313936373a206e65772061646d696e20697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006200087c6026836200080d565b915062000889826200081e565b604082019050919050565b60006020820190508181036000830152620008af816200086d565b9050919050565b7f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60008201527f6f74206120636f6e747261637400000000000000000000000000000000000000602082015250565b600062000914602d836200080d565b91506200092182620008b6565b604082019050919050565b60006020820190508181036000830152620009478162000905565b9050919050565b600081519050919050565b600081905092915050565b600062000971826200094e565b6200097d818562000959565b93506200098f818560208601620006a0565b80840191505092915050565b6000620009a9828462000964565b915081905092915050565b7f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000600082015250565b6000620009ec601d836200080d565b9150620009f982620009b4565b602082019050919050565b6000602082019050818103600083015262000a1f81620009dd565b9050919050565b600081519050919050565b600062000a3e8262000a26565b62000a4a81856200080d565b935062000a5c818560208601620006a0565b62000a6781620005d5565b840191505092915050565b6000602082019050818103600083015262000a8e818462000a31565b905092915050565b610e268062000aa66000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100675780634f1ef286146100905780635c60da1b146100ac5780638f283970146100d7578063f851a440146101005761005d565b3661005d5761005b61012b565b005b61006561012b565b005b34801561007357600080fd5b5061008e60048036038101906100899190610923565b610145565b005b6100aa60048036038101906100a591906109b5565b6101ac565b005b3480156100b857600080fd5b506100c161024a565b6040516100ce9190610a24565b60405180910390f35b3480156100e357600080fd5b506100fe60048036038101906100f99190610923565b6102a2565b005b34801561010c57600080fd5b506101156102f7565b6040516101229190610a24565b60405180910390f35b6101336103a9565b61014361013e610429565b610438565b565b61014d61045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156101a05761019b816040518060200160405280600081525060006104b5565b6101a9565b6101a861012b565b5b50565b6101b461045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023c576102378383838080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505060016104b5565b610245565b61024461012b565b5b505050565b600061025461045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102965761028f610429565b905061029f565b61029e61012b565b5b90565b6102aa61045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102eb576102e6816104e1565b6102f4565b6102f361012b565b5b50565b600061030161045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156103435761033c61045e565b905061034c565b61034b61012b565b5b90565b60606103748383604051806060016040528060278152602001610dca6027913961052d565b905092915050565b6000819050919050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6103b161045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561041f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161041690610ae8565b60405180910390fd5b6104276105b3565b565b60006104336105b5565b905090565b3660008037600080366000845af43d6000803e8060008114610459573d6000f35b3d6000fd5b600061048c7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b61037c565b60000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6104be8361060c565b6000825111806104cb5750805b156104dc576104da838361034f565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61050a61045e565b82604051610519929190610b08565b60405180910390a161052a8161065b565b50565b60606000808573ffffffffffffffffffffffffffffffffffffffff16856040516105579190610bab565b600060405180830381855af49150503d8060008114610592576040519150601f19603f3d011682016040523d82523d6000602084013e610597565b606091505b50915091506105a88683838761073c565b925050509392505050565b565b60006105e37f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b61037c565b60000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610615816107b2565b8073ffffffffffffffffffffffffffffffffffffffff167fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b60405160405180910390a250565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156106cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106c290610c34565b60405180910390fd5b806106f87fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b61037c565b60000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6060831561079f576000835114156107975761075785610386565b610796576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161078d90610ca0565b60405180910390fd5b5b8290506107aa565b6107a9838361086b565b5b949350505050565b6107bb81610386565b6107fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f190610d32565b60405180910390fd5b806108277f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b61037c565b60000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008251111561087e5781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108b29190610da7565b60405180910390fd5b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006108f0826108c5565b9050919050565b610900816108e5565b811461090b57600080fd5b50565b60008135905061091d816108f7565b92915050565b600060208284031215610939576109386108bb565b5b60006109478482850161090e565b91505092915050565b600080fd5b600080fd5b600080fd5b60008083601f84011261097557610974610950565b5b8235905067ffffffffffffffff81111561099257610991610955565b5b6020830191508360018202830111156109ae576109ad61095a565b5b9250929050565b6000806000604084860312156109ce576109cd6108bb565b5b60006109dc8682870161090e565b935050602084013567ffffffffffffffff8111156109fd576109fc6108c0565b5b610a098682870161095f565b92509250509250925092565b610a1e816108e5565b82525050565b6000602082019050610a396000830184610a15565b92915050565b600082825260208201905092915050565b7f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60008201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760208201527f6574000000000000000000000000000000000000000000000000000000000000604082015250565b6000610ad2604283610a3f565b9150610add82610a50565b606082019050919050565b60006020820190508181036000830152610b0181610ac5565b9050919050565b6000604082019050610b1d6000830185610a15565b610b2a6020830184610a15565b9392505050565b600081519050919050565b600081905092915050565b60005b83811015610b65578082015181840152602081019050610b4a565b83811115610b74576000848401525b50505050565b6000610b8582610b31565b610b8f8185610b3c565b9350610b9f818560208601610b47565b80840191505092915050565b6000610bb78284610b7a565b915081905092915050565b7f455243313936373a206e65772061646d696e20697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000610c1e602683610a3f565b9150610c2982610bc2565b604082019050919050565b60006020820190508181036000830152610c4d81610c11565b9050919050565b7f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000600082015250565b6000610c8a601d83610a3f565b9150610c9582610c54565b602082019050919050565b60006020820190508181036000830152610cb981610c7d565b9050919050565b7f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60008201527f6f74206120636f6e747261637400000000000000000000000000000000000000602082015250565b6000610d1c602d83610a3f565b9150610d2782610cc0565b604082019050919050565b60006020820190508181036000830152610d4b81610d0f565b9050919050565b600081519050919050565b6000601f19601f8301169050919050565b6000610d7982610d52565b610d838185610a3f565b9350610d93818560208601610b47565b610d9c81610d5d565b840191505092915050565b60006020820190508181036000830152610dc18184610d6e565b90509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220c3964d31fb37dcc7fbc9919c93d2965af5dd3cca41cd5df1bd1dc2a5a46a738864736f6c63430008090033416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c656400000000000000000000000048d118c9185e4dbafe7f3813f8f29ec8a62483590000000000000000000000003b40c24f55251cf9b40ef68a01bbd0cc10315b4000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040526004361061004e5760003560e01c80633659cfe6146100675780634f1ef286146100905780635c60da1b146100ac5780638f283970146100d7578063f851a440146101005761005d565b3661005d5761005b61012b565b005b61006561012b565b005b34801561007357600080fd5b5061008e60048036038101906100899190610923565b610145565b005b6100aa60048036038101906100a591906109b5565b6101ac565b005b3480156100b857600080fd5b506100c161024a565b6040516100ce9190610a24565b60405180910390f35b3480156100e357600080fd5b506100fe60048036038101906100f99190610923565b6102a2565b005b34801561010c57600080fd5b506101156102f7565b6040516101229190610a24565b60405180910390f35b6101336103a9565b61014361013e610429565b610438565b565b61014d61045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156101a05761019b816040518060200160405280600081525060006104b5565b6101a9565b6101a861012b565b5b50565b6101b461045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023c576102378383838080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505060016104b5565b610245565b61024461012b565b5b505050565b600061025461045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102965761028f610429565b905061029f565b61029e61012b565b5b90565b6102aa61045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102eb576102e6816104e1565b6102f4565b6102f361012b565b5b50565b600061030161045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156103435761033c61045e565b905061034c565b61034b61012b565b5b90565b60606103748383604051806060016040528060278152602001610dca6027913961052d565b905092915050565b6000819050919050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6103b161045e565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561041f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161041690610ae8565b60405180910390fd5b6104276105b3565b565b60006104336105b5565b905090565b3660008037600080366000845af43d6000803e8060008114610459573d6000f35b3d6000fd5b600061048c7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b61037c565b60000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6104be8361060c565b6000825111806104cb5750805b156104dc576104da838361034f565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61050a61045e565b82604051610519929190610b08565b60405180910390a161052a8161065b565b50565b60606000808573ffffffffffffffffffffffffffffffffffffffff16856040516105579190610bab565b600060405180830381855af49150503d8060008114610592576040519150601f19603f3d011682016040523d82523d6000602084013e610597565b606091505b50915091506105a88683838761073c565b925050509392505050565b565b60006105e37f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b61037c565b60000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610615816107b2565b8073ffffffffffffffffffffffffffffffffffffffff167fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b60405160405180910390a250565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156106cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106c290610c34565b60405180910390fd5b806106f87fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b61037c565b60000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6060831561079f576000835114156107975761075785610386565b610796576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161078d90610ca0565b60405180910390fd5b5b8290506107aa565b6107a9838361086b565b5b949350505050565b6107bb81610386565b6107fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f190610d32565b60405180910390fd5b806108277f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b61037c565b60000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b60008251111561087e5781518083602001fd5b806040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108b29190610da7565b60405180910390fd5b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006108f0826108c5565b9050919050565b610900816108e5565b811461090b57600080fd5b50565b60008135905061091d816108f7565b92915050565b600060208284031215610939576109386108bb565b5b60006109478482850161090e565b91505092915050565b600080fd5b600080fd5b600080fd5b60008083601f84011261097557610974610950565b5b8235905067ffffffffffffffff81111561099257610991610955565b5b6020830191508360018202830111156109ae576109ad61095a565b5b9250929050565b6000806000604084860312156109ce576109cd6108bb565b5b60006109dc8682870161090e565b935050602084013567ffffffffffffffff8111156109fd576109fc6108c0565b5b610a098682870161095f565b92509250509250925092565b610a1e816108e5565b82525050565b6000602082019050610a396000830184610a15565b92915050565b600082825260208201905092915050565b7f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60008201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f7879207461726760208201527f6574000000000000000000000000000000000000000000000000000000000000604082015250565b6000610ad2604283610a3f565b9150610add82610a50565b606082019050919050565b60006020820190508181036000830152610b0181610ac5565b9050919050565b6000604082019050610b1d6000830185610a15565b610b2a6020830184610a15565b9392505050565b600081519050919050565b600081905092915050565b60005b83811015610b65578082015181840152602081019050610b4a565b83811115610b74576000848401525b50505050565b6000610b8582610b31565b610b8f8185610b3c565b9350610b9f818560208601610b47565b80840191505092915050565b6000610bb78284610b7a565b915081905092915050565b7f455243313936373a206e65772061646d696e20697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000610c1e602683610a3f565b9150610c2982610bc2565b604082019050919050565b60006020820190508181036000830152610c4d81610c11565b9050919050565b7f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000600082015250565b6000610c8a601d83610a3f565b9150610c9582610c54565b602082019050919050565b60006020820190508181036000830152610cb981610c7d565b9050919050565b7f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60008201527f6f74206120636f6e747261637400000000000000000000000000000000000000602082015250565b6000610d1c602d83610a3f565b9150610d2782610cc0565b604082019050919050565b60006020820190508181036000830152610d4b81610d0f565b9050919050565b600081519050919050565b6000601f19601f8301169050919050565b6000610d7982610d52565b610d838185610a3f565b9350610d93818560208601610b47565b610d9c81610d5d565b840191505092915050565b60006020820190508181036000830152610dc18184610d6e565b90509291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220c3964d31fb37dcc7fbc9919c93d2965af5dd3cca41cd5df1bd1dc2a5a46a738864736f6c63430008090033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000048d118c9185e4dbafe7f3813f8f29ec8a62483590000000000000000000000003b40c24f55251cf9b40ef68a01bbd0cc10315b4000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _logic (address): 0x48D118C9185e4dBAFE7f3813F8F29EC8a6248359
Arg [1] : admin_ (address): 0x3b40c24F55251cF9b40Ef68A01bBD0Cc10315B40
Arg [2] : _data (bytes): 0x
-----Encoded View---------------
4 Constructor Arguments found :
Arg [0] : 00000000000000000000000048d118c9185e4dbafe7f3813f8f29ec8a6248359
Arg [1] : 0000000000000000000000003b40c24f55251cf9b40ef68a01bbd0cc10315b40
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
30190:3564:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26828:11;:9;:11::i;:::-;30190:3564;;26597:11;:9;:11::i;:::-;30190:3564;32567:136;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33088:166;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;31950:131;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32295:105;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;31381:98;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26234:113;26283:17;:15;:17::i;:::-;26311:28;26321:17;:15;:17::i;:::-;26311:9;:28::i;:::-;26234:113::o;32567:136::-;30836:11;:9;:11::i;:::-;30822:25;;:10;:25;;;30818:103;;;32641:54:::1;32659:17;32678:9;;;;;;;;;;;::::0;32689:5:::1;32641:17;:54::i;:::-;30818:103:::0;;;30898:11;:9;:11::i;:::-;30818:103;32567:136;:::o;33088:166::-;30836:11;:9;:11::i;:::-;30822:25;;:10;:25;;;30818:103;;;33198:48:::1;33216:17;33235:4;;33198:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33241:4;33198:17;:48::i;:::-;30818:103:::0;;;30898:11;:9;:11::i;:::-;30818:103;33088:166;;;:::o;31950:131::-;32002:23;30836:11;:9;:11::i;:::-;30822:25;;:10;:25;;;30818:103;;;32056:17:::1;:15;:17::i;:::-;32038:35;;30818:103:::0;;;30898:11;:9;:11::i;:::-;30818:103;31950:131;:::o;32295:105::-;30836:11;:9;:11::i;:::-;30822:25;;:10;:25;;;30818:103;;;32370:22:::1;32383:8;32370:12;:22::i;:::-;30818:103:::0;;;30898:11;:9;:11::i;:::-;30818:103;32295:105;:::o;31381:98::-;31424:14;30836:11;:9;:11::i;:::-;30822:25;;:10;:25;;;30818:103;;;31460:11:::1;:9;:11::i;:::-;31451:20;;30818:103:::0;;;30898:11;:9;:11::i;:::-;30818:103;31381:98;:::o;13042:200::-;13125:12;13157:77;13178:6;13186:4;13157:77;;;;;;;;;;;;;;;;;:20;:77::i;:::-;13150:84;;13042:200;;;;:::o;5285:195::-;5346:21;5458:4;5448:14;;5285:195;;;:::o;7614:326::-;7674:4;7931:1;7909:7;:19;;;:23;7902:30;;7614:326;;;:::o;33541:210::-;33627:11;:9;:11::i;:::-;33613:25;;:10;:25;;;;33605:104;;;;;;;;;;;;:::i;:::-;;;;;;;;;33720:23;:21;:23::i;:::-;33541:210::o;28348:142::-;28415:12;28447:35;:33;:35::i;:::-;28440:42;;28348:142;:::o;24824:918::-;25167:14;25164:1;25161;25148:34;25385:1;25382;25366:14;25363:1;25347:14;25340:5;25327:60;25464:16;25461:1;25458;25443:38;25504:6;25578:1;25573:68;;;;25692:16;25689:1;25682:27;25573:68;25609:16;25606:1;25599:27;21356:124;21400:7;21427:39;21080:66;21454:11;;21427:26;:39::i;:::-;:45;;;;;;;;;;;;21420:52;;21356:124;:::o;19380:304::-;19523:29;19534:17;19523:10;:29::i;:::-;19581:1;19567:4;:11;:15;:28;;;;19586:9;19567:28;19563:114;;;19612:53;19641:17;19660:4;19612:28;:53::i;:::-;;19563:114;19380:304;;;:::o;21889:138::-;21954:35;21967:11;:9;:11::i;:::-;21980:8;21954:35;;;;;;;:::i;:::-;;;;;;;;22000:19;22010:8;22000:9;:19::i;:::-;21889:138;:::o;13436:332::-;13581:12;13607;13621:23;13648:6;:19;;13668:4;13648:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13606:67;;;;13691:69;13718:6;13726:7;13735:10;13747:12;13691:26;:69::i;:::-;13684:76;;;;13436:332;;;;;:::o;27137:46::-;:::o;18471:142::-;18524:7;18551:48;18190:66;18578:20;;18551:26;:48::i;:::-;:54;;;;;;;;;;;;18544:61;;18471:142;:::o;19084:155::-;19151:37;19170:17;19151:18;:37::i;:::-;19213:17;19204:27;;;;;;;;;;;;19084:155;:::o;21567:204::-;21651:1;21631:22;;:8;:22;;;;21623:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;21755:8;21707:39;21080:66;21734:11;;21707:26;:39::i;:::-;:45;;;:56;;;;;;;;;;;;;;;;;;21567:204;:::o;14064:644::-;14249:12;14278:7;14274:427;;;14327:1;14306:10;:17;:22;14302:290;;;14524:18;14535:6;14524:10;:18::i;:::-;14516:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;14302:290;14613:10;14606:17;;;;14274:427;14656:33;14664:10;14676:12;14656:7;:33::i;:::-;14064:644;;;;;;;:::o;18709:262::-;18791:37;18810:17;18791:18;:37::i;:::-;18783:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;18946:17;18889:48;18190:66;18916:20;;18889:26;:48::i;:::-;:54;;;:74;;;;;;;;;;;;;;;;;;18709:262;:::o;15250:552::-;15431:1;15411:10;:17;:21;15407:388;;;15643:10;15637:17;15700:15;15687:10;15683:2;15679:19;15672:44;15407:388;15770:12;15763:20;;;;;;;;;;;:::i;:::-;;;;;;;;88:117:1;197:1;194;187:12;211:117;320:1;317;310:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:96::-;503:7;532:24;550:5;532:24;:::i;:::-;521:35;;466:96;;;:::o;568:122::-;641:24;659:5;641:24;:::i;:::-;634:5;631:35;621:63;;680:1;677;670:12;621:63;568:122;:::o;696:139::-;742:5;780:6;767:20;758:29;;796:33;823:5;796:33;:::i;:::-;696:139;;;;:::o;841:329::-;900:6;949:2;937:9;928:7;924:23;920:32;917:119;;;955:79;;:::i;:::-;917:119;1075:1;1100:53;1145:7;1136:6;1125:9;1121:22;1100:53;:::i;:::-;1090:63;;1046:117;841:329;;;;:::o;1176:117::-;1285:1;1282;1275:12;1299:117;1408:1;1405;1398:12;1422:117;1531:1;1528;1521:12;1558:552;1615:8;1625:6;1675:3;1668:4;1660:6;1656:17;1652:27;1642:122;;1683:79;;:::i;:::-;1642:122;1796:6;1783:20;1773:30;;1826:18;1818:6;1815:30;1812:117;;;1848:79;;:::i;:::-;1812:117;1962:4;1954:6;1950:17;1938:29;;2016:3;2008:4;2000:6;1996:17;1986:8;1982:32;1979:41;1976:128;;;2023:79;;:::i;:::-;1976:128;1558:552;;;;;:::o;2116:672::-;2195:6;2203;2211;2260:2;2248:9;2239:7;2235:23;2231:32;2228:119;;;2266:79;;:::i;:::-;2228:119;2386:1;2411:53;2456:7;2447:6;2436:9;2432:22;2411:53;:::i;:::-;2401:63;;2357:117;2541:2;2530:9;2526:18;2513:32;2572:18;2564:6;2561:30;2558:117;;;2594:79;;:::i;:::-;2558:117;2707:64;2763:7;2754:6;2743:9;2739:22;2707:64;:::i;:::-;2689:82;;;;2484:297;2116:672;;;;;:::o;2794:118::-;2881:24;2899:5;2881:24;:::i;:::-;2876:3;2869:37;2794:118;;:::o;2918:222::-;3011:4;3049:2;3038:9;3034:18;3026:26;;3062:71;3130:1;3119:9;3115:17;3106:6;3062:71;:::i;:::-;2918:222;;;;:::o;3146:169::-;3230:11;3264:6;3259:3;3252:19;3304:4;3299:3;3295:14;3280:29;;3146:169;;;;:::o;3321:290::-;3461:34;3457:1;3449:6;3445:14;3438:58;3530:34;3525:2;3517:6;3513:15;3506:59;3599:4;3594:2;3586:6;3582:15;3575:29;3321:290;:::o;3617:366::-;3759:3;3780:67;3844:2;3839:3;3780:67;:::i;:::-;3773:74;;3856:93;3945:3;3856:93;:::i;:::-;3974:2;3969:3;3965:12;3958:19;;3617:366;;;:::o;3989:419::-;4155:4;4193:2;4182:9;4178:18;4170:26;;4242:9;4236:4;4232:20;4228:1;4217:9;4213:17;4206:47;4270:131;4396:4;4270:131;:::i;:::-;4262:139;;3989:419;;;:::o;4414:332::-;4535:4;4573:2;4562:9;4558:18;4550:26;;4586:71;4654:1;4643:9;4639:17;4630:6;4586:71;:::i;:::-;4667:72;4735:2;4724:9;4720:18;4711:6;4667:72;:::i;:::-;4414:332;;;;;:::o;4752:98::-;4803:6;4837:5;4831:12;4821:22;;4752:98;;;:::o;4856:147::-;4957:11;4994:3;4979:18;;4856:147;;;;:::o;5009:307::-;5077:1;5087:113;5101:6;5098:1;5095:13;5087:113;;;5186:1;5181:3;5177:11;5171:18;5167:1;5162:3;5158:11;5151:39;5123:2;5120:1;5116:10;5111:15;;5087:113;;;5218:6;5215:1;5212:13;5209:101;;;5298:1;5289:6;5284:3;5280:16;5273:27;5209:101;5058:258;5009:307;;;:::o;5322:373::-;5426:3;5454:38;5486:5;5454:38;:::i;:::-;5508:88;5589:6;5584:3;5508:88;:::i;:::-;5501:95;;5605:52;5650:6;5645:3;5638:4;5631:5;5627:16;5605:52;:::i;:::-;5682:6;5677:3;5673:16;5666:23;;5430:265;5322:373;;;;:::o;5701:271::-;5831:3;5853:93;5942:3;5933:6;5853:93;:::i;:::-;5846:100;;5963:3;5956:10;;5701:271;;;;:::o;5978:225::-;6118:34;6114:1;6106:6;6102:14;6095:58;6187:8;6182:2;6174:6;6170:15;6163:33;5978:225;:::o;6209:366::-;6351:3;6372:67;6436:2;6431:3;6372:67;:::i;:::-;6365:74;;6448:93;6537:3;6448:93;:::i;:::-;6566:2;6561:3;6557:12;6550:19;;6209:366;;;:::o;6581:419::-;6747:4;6785:2;6774:9;6770:18;6762:26;;6834:9;6828:4;6824:20;6820:1;6809:9;6805:17;6798:47;6862:131;6988:4;6862:131;:::i;:::-;6854:139;;6581:419;;;:::o;7006:179::-;7146:31;7142:1;7134:6;7130:14;7123:55;7006:179;:::o;7191:366::-;7333:3;7354:67;7418:2;7413:3;7354:67;:::i;:::-;7347:74;;7430:93;7519:3;7430:93;:::i;:::-;7548:2;7543:3;7539:12;7532:19;;7191:366;;;:::o;7563:419::-;7729:4;7767:2;7756:9;7752:18;7744:26;;7816:9;7810:4;7806:20;7802:1;7791:9;7787:17;7780:47;7844:131;7970:4;7844:131;:::i;:::-;7836:139;;7563:419;;;:::o;7988:232::-;8128:34;8124:1;8116:6;8112:14;8105:58;8197:15;8192:2;8184:6;8180:15;8173:40;7988:232;:::o;8226:366::-;8368:3;8389:67;8453:2;8448:3;8389:67;:::i;:::-;8382:74;;8465:93;8554:3;8465:93;:::i;:::-;8583:2;8578:3;8574:12;8567:19;;8226:366;;;:::o;8598:419::-;8764:4;8802:2;8791:9;8787:18;8779:26;;8851:9;8845:4;8841:20;8837:1;8826:9;8822:17;8815:47;8879:131;9005:4;8879:131;:::i;:::-;8871:139;;8598:419;;;:::o;9023:99::-;9075:6;9109:5;9103:12;9093:22;;9023:99;;;:::o;9128:102::-;9169:6;9220:2;9216:7;9211:2;9204:5;9200:14;9196:28;9186:38;;9128:102;;;:::o;9236:364::-;9324:3;9352:39;9385:5;9352:39;:::i;:::-;9407:71;9471:6;9466:3;9407:71;:::i;:::-;9400:78;;9487:52;9532:6;9527:3;9520:4;9513:5;9509:16;9487:52;:::i;:::-;9564:29;9586:6;9564:29;:::i;:::-;9559:3;9555:39;9548:46;;9328:272;9236:364;;;;:::o;9606:313::-;9719:4;9757:2;9746:9;9742:18;9734:26;;9806:9;9800:4;9796:20;9792:1;9781:9;9777:17;9770:47;9834:78;9907:4;9898:6;9834:78;:::i;:::-;9826:86;;9606:313;;;;:::o
Swarm Source
ipfs://c3964d31fb37dcc7fbc9919c93d2965af5dd3cca41cd5df1bd1dc2a5a46a7388
Loading...
Loading
Loading...
Loading
Net Worth in USD
$375.21
Net Worth in ETH
0.188177
Token Allocations
USDC.E
100.00%
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| AVAX | 100.00% | $0.999697 | 375.328 | $375.21 |
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.