More Info
Private Name Tags
ContractCreator
Multi Chain
Multichain Addresses
9 addresses found via
Latest 25 from a total of 26,058 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
Value | ||||
---|---|---|---|---|---|---|---|---|---|
Collect_rewards | 17421380 | 22 hrs 4 mins ago | IN | 0 ETH | 0.02989764 | ||||
Collect_rewards | 17414307 | 1 day 22 hrs ago | IN | 0 ETH | 0.02037159 | ||||
Collect_rewards | 17407206 | 2 days 22 hrs ago | IN | 0 ETH | 0.01514845 | ||||
Collect_rewards | 17400143 | 3 days 22 hrs ago | IN | 0 ETH | 0.01504633 | ||||
Withdraw | 17396640 | 4 days 9 hrs ago | IN | 0 ETH | 0.00309439 | ||||
Collect_rewards | 17393021 | 4 days 22 hrs ago | IN | 0 ETH | 0.02242435 | ||||
Collect_rewards | 17385931 | 5 days 22 hrs ago | IN | 0 ETH | 0.02225293 | ||||
Collect_rewards | 17378830 | 6 days 22 hrs ago | IN | 0 ETH | 0.02592083 | ||||
Collect_rewards | 17371715 | 7 days 22 hrs ago | IN | 0 ETH | 0.031656 | ||||
Collect_rewards | 17364613 | 8 days 22 hrs ago | IN | 0 ETH | 0.0345284 | ||||
Collect_rewards | 17357494 | 9 days 22 hrs ago | IN | 0 ETH | 0.0216135 | ||||
Collect_rewards | 17350350 | 10 days 22 hrs ago | IN | 0 ETH | 0.01644812 | ||||
Collect_rewards | 17343241 | 11 days 22 hrs ago | IN | 0 ETH | 0.02128889 | ||||
Collect_rewards | 17336144 | 12 days 22 hrs ago | IN | 0 ETH | 0.03809851 | ||||
Collect_rewards | 17329008 | 13 days 22 hrs ago | IN | 0 ETH | 0.025044 | ||||
Collect_rewards | 17321912 | 14 days 22 hrs ago | IN | 0 ETH | 0.03661019 | ||||
Collect_rewards | 17314817 | 15 days 22 hrs ago | IN | 0 ETH | 0.02701872 | ||||
Collect_rewards | 17307715 | 16 days 22 hrs ago | IN | 0 ETH | 0.02418128 | ||||
Collect_rewards | 17300637 | 17 days 21 hrs ago | IN | 0 ETH | 0.02456266 | ||||
Collect_rewards | 17293523 | 18 days 22 hrs ago | IN | 0 ETH | 0.03120831 | ||||
Collect_rewards | 17286463 | 19 days 21 hrs ago | IN | 0 ETH | 0.04213726 | ||||
Collect_rewards | 17279470 | 20 days 21 hrs ago | IN | 0 ETH | 0.04459165 | ||||
Collect_rewards | 17272709 | 21 days 20 hrs ago | IN | 0 ETH | 0.04939567 | ||||
Collect_rewards | 17265164 | 22 days 22 hrs ago | IN | 0 ETH | 0.03230238 | ||||
Collect_rewards | 17258099 | 23 days 21 hrs ago | IN | 0 ETH | 0.03119491 |
Latest 25 internal transactions (View All)
Parent Txn Hash | Block | From | To | Value | ||
---|---|---|---|---|---|---|
16197893 | 172 days 19 hrs ago | 1.932 ETH | ||||
15722699 | 239 days 5 hrs ago | 0.705 ETH | ||||
15452562 | 278 days 23 hrs ago | 0.1 ETH | ||||
15043135 | 343 days 6 hrs ago | 0.95 ETH | ||||
15042801 | 343 days 7 hrs ago | 0.8 ETH | ||||
15040724 | 343 days 17 hrs ago | 0.7 ETH | ||||
15032172 | 345 days 7 hrs ago | 0.475 ETH | ||||
15016302 | 348 days 6 hrs ago | 0.34 ETH | ||||
15016220 | 348 days 7 hrs ago | 0.235 ETH | ||||
15011081 | 349 days 6 hrs ago | 0.23 ETH | ||||
15011059 | 349 days 6 hrs ago | 0.2 ETH | ||||
15011004 | 349 days 6 hrs ago | 0.05 ETH | ||||
15010804 | 349 days 7 hrs ago | 0.05 ETH | ||||
14915264 | 365 days 20 hrs ago | 0.06246195 ETH | ||||
14912197 | 366 days 9 hrs ago | 0.25 ETH | ||||
14900763 | 368 days 7 hrs ago | 0.4 ETH | ||||
14894766 | 369 days 7 hrs ago | 3.9 ETH | ||||
14893043 | 369 days 13 hrs ago | 2.20599243 ETH | ||||
14877262 | 372 days 3 hrs ago | 0.3 ETH | ||||
14872868 | 372 days 20 hrs ago | 0.2 ETH | ||||
14870660 | 373 days 5 hrs ago | 1 ETH | ||||
14870420 | 373 days 6 hrs ago | 1 ETH | ||||
14863635 | 374 days 9 hrs ago | 0.85720532 ETH | ||||
14855130 | 375 days 18 hrs ago | 9 ETH | ||||
14847308 | 377 days 33 mins ago | 0.01 ETH |
Loading...
Loading
Contract Name:
AnchorVaultProxy
Compiler Version
v0.8.4+commit.c7e474f2
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-07-30 */ // SPDX-License-Identifier: MIT pragma solidity 0.8.4; //////////////////////////////////////////////////////////////////////////////////////////////////// /// PART: OpenZeppelin/[email protected]/contracts/utils/Address.sol //////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// /** * @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; // solhint-disable-next-line no-inline-assembly 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"); // solhint-disable-next-line avoid-low-level-calls, avoid-call-value (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"); // solhint-disable-next-line avoid-low-level-calls (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"); // solhint-disable-next-line avoid-low-level-calls (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"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.delegatecall(data); return _verifyCallResult(success, returndata, errorMessage); } function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private 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 // solhint-disable-next-line no-inline-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } } //////////////////////////////////////////////////////////////////////////////////////////////////// /// PART: OpenZeppelin/[email protected]/contracts/proxy/Proxy.sol ////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// /** * @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 internall call site, it will return directly to the external caller. */ function _delegate(address implementation) internal virtual { // solhint-disable-next-line no-inline-assembly 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 overriden 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 internall 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 overriden should call `super._beforeFallback()`. */ function _beforeFallback() internal virtual { } } //////////////////////////////////////////////////////////////////////////////////////////////////// /// PART: OpenZeppelin/[email protected]/contracts/proxy/ERC1967/ERC1967Proxy.sol /////// //////////////////////////////////////////////////////////////////////////////////////////////////// /** * @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. * * Upgradeability is only provided internally through {_upgradeTo}. For an externally upgradeable proxy see * {TransparentUpgradeableProxy}. */ contract ERC1967Proxy is Proxy { /** * @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 initializating the storage of the proxy like a Solidity constructor. */ constructor(address _logic, bytes memory _data) payable { assert(_IMPLEMENTATION_SLOT == bytes32(uint256(keccak256("eip1967.proxy.implementation")) - 1)); _setImplementation(_logic); if(_data.length > 0) { Address.functionDelegateCall(_logic, _data); } } /** * @dev Emitted when the implementation is upgraded. */ event Upgraded(address indexed implementation); /** * @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 private constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; /** * @dev Returns the current implementation address. */ function _implementation() internal view virtual override returns (address impl) { bytes32 slot = _IMPLEMENTATION_SLOT; // solhint-disable-next-line no-inline-assembly assembly { impl := sload(slot) } } /** * @dev Upgrades the proxy to a new implementation. * * Emits an {Upgraded} event. */ function _upgradeTo(address newImplementation) internal virtual { _setImplementation(newImplementation); emit Upgraded(newImplementation); } /** * @dev Stores a new address in the EIP1967 implementation slot. */ function _setImplementation(address newImplementation) private { require(Address.isContract(newImplementation), "ERC1967Proxy: new implementation is not a contract"); bytes32 slot = _IMPLEMENTATION_SLOT; // solhint-disable-next-line no-inline-assembly assembly { sstore(slot, newImplementation) } } } //////////////////////////////////////////////////////////////////////////////////////////////////// /// PART: AnchorVaultProxy.sol ///////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// /** * @dev Copied from https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.1.0/contracts/utils/StorageSlot.sol */ library StorageSlot { struct AddressSlot { address value; } function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) { assembly { r.slot := slot } } } /** * @dev An ossifiable proxy for AnchorVault contract. */ contract AnchorVaultProxy is ERC1967Proxy { /** * @dev Storage slot with the admin of the contract. * * Equals `bytes32(uint256(keccak256("eip1967.proxy.admin")) - 1)`. */ bytes32 internal constant ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103; /** * @dev Emitted when the admin account has changed. */ event AdminChanged(address previousAdmin, address newAdmin); /** * @dev Initializes the upgradeable proxy with the initial implementation and admin. */ constructor(address implementation, address admin) ERC1967Proxy(implementation, new bytes(0)) { _setAdmin(admin); } /** * @return Returns the current implementation address. */ function implementation() external view returns (address) { return _implementation(); } /** * @dev Upgrades the proxy to a new implementation, optionally performing an additional * setup call. * * Can only be called by the proxy admin until the proxy is ossified. * Cannot be called after the proxy is ossified. * * Emits an {Upgraded} event. * * @param setupCalldata Data for the setup call. The call is skipped if data is empty. */ function proxy_upgradeTo(address newImplementation, bytes memory setupCalldata) external { address admin = _getAdmin(); require(admin != address(0), "proxy: ossified"); require(msg.sender == admin, "proxy: unauthorized"); _upgradeTo(newImplementation); if (setupCalldata.length > 0) { Address.functionDelegateCall(newImplementation, setupCalldata, "proxy: setup failed"); } } /** * @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 { StorageSlot.getAddressSlot(ADMIN_SLOT).value = newAdmin; } /** * @dev Returns the current admin of the proxy. */ function proxy_getAdmin() external view returns (address) { return _getAdmin(); } /** * @dev Changes the admin of the proxy. * * Emits an {AdminChanged} event. */ function proxy_changeAdmin(address newAdmin) external { address admin = _getAdmin(); require(admin != address(0), "proxy: ossified"); require(msg.sender == admin, "proxy: unauthorized"); emit AdminChanged(admin, newAdmin); _setAdmin(newAdmin); } /** * @dev Returns whether the implementation is locked forever. */ function proxy_getIsOssified() external view returns (bool) { return _getAdmin() == address(0); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"implementation","type":"address"},{"internalType":"address","name":"admin","type":"address"}],"stateMutability":"nonpayable","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":"implementation","type":"address"}],"name":"Upgraded","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newAdmin","type":"address"}],"name":"proxy_changeAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"proxy_getAdmin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"proxy_getIsOssified","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"},{"internalType":"bytes","name":"setupCalldata","type":"bytes"}],"name":"proxy_upgradeTo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60806040523480156200001157600080fd5b5060405162000c6838038062000c68833981016040819052620000349162000341565b60408051600081526020810190915282906200007260017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd620003cb565b60008051602062000c21833981519152146200009e57634e487b7160e01b600052600160045260246000fd5b620000a982620000e0565b805115620000ca57620000c882826200017660201b620003ad1760201c565b505b50620000d8905081620001a5565b505062000422565b620000f6816200020060201b620003d91760201c565b620001635760405162461bcd60e51b815260206004820152603260248201527f4552433139363750726f78793a206e657720696d706c656d656e746174696f6e604482015271081a5cc81b9bdd08184818dbdb9d1c9858dd60721b60648201526084015b60405180910390fd5b60008051602062000c2183398151915255565b60606200019e838360405180606001604052806027815260200162000c416027913962000206565b9392505050565b80620001df7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610360001b620002e360201b620003df1760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b3b151590565b6060833b620002675760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016200015a565b600080856001600160a01b03168560405162000284919062000378565b600060405180830381855af49150503d8060008114620002c1576040519150601f19603f3d011682016040523d82523d6000602084013e620002c6565b606091505b509092509050620002d9828286620002e6565b9695505050505050565b90565b60608315620002f75750816200019e565b825115620003085782518084602001fd5b8160405162461bcd60e51b81526004016200015a919062000396565b80516001600160a01b03811681146200033c57600080fd5b919050565b6000806040838503121562000354578182fd5b6200035f8362000324565b91506200036f6020840162000324565b90509250929050565b600082516200038c818460208701620003ef565b9190910192915050565b6020815260008251806020840152620003b7816040850160208701620003ef565b601f01601f19169190910160400192915050565b600082821015620003ea57634e487b7160e01b81526011600452602481fd5b500390565b60005b838110156200040c578181015183820152602001620003f2565b838111156200041c576000848401525b50505050565b6107ef80620004326000396000f3fe60806040526004361061004e5760003560e01c8063019fa4f1146100655780632e1997b6146100855780635c60da1b146100af578063621f6309146100dc578063abe5e587146100fc5761005d565b3661005d5761005b610111565b005b61005b610111565b34801561007157600080fd5b5061005b61008036600461062a565b610143565b34801561009157600080fd5b5061009a61026b565b60405190151581526020015b60405180910390f35b3480156100bb57600080fd5b506100c4610285565b6040516001600160a01b0390911681526020016100a6565b3480156100e857600080fd5b5061005b6100f7366004610644565b6102b4565b34801561010857600080fd5b506100c46103a3565b61014161013c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6103e2565b565b600061014d610406565b90506001600160a01b03811661019c5760405162461bcd60e51b815260206004820152600f60248201526e1c1c9bde1e4e881bdcdcda599a5959608a1b60448201526064015b60405180910390fd5b336001600160a01b038216146101ea5760405162461bcd60e51b81526020600482015260136024820152721c1c9bde1e4e881d5b985d5d1a1bdc9a5e9959606a1b6044820152606401610193565b604080516001600160a01b038084168252841660208201527f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f910160405180910390a17fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610380546001600160a01b0319166001600160a01b0384161790555050565b600080610276610406565b6001600160a01b031614905090565b60006102af7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b60006102be610406565b90506001600160a01b0381166103085760405162461bcd60e51b815260206004820152600f60248201526e1c1c9bde1e4e881bdcdcda599a5959608a1b6044820152606401610193565b336001600160a01b038216146103565760405162461bcd60e51b81526020600482015260136024820152721c1c9bde1e4e881d5b985d5d1a1bdc9a5e9959606a1b6044820152606401610193565b61035f83610434565b81511561039e5761039c8383604051806040016040528060138152602001721c1c9bde1e4e881cd95d1d5c0819985a5b1959606a1b815250610474565b505b505050565b60006102af610406565b60606103d2838360405180606001604052806027815260200161079360279139610474565b9392505050565b3b151590565b90565b3660008037600080366000845af43d6000803e808015610401573d6000f35b3d6000fd5b7fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103546001600160a01b031690565b61043d81610548565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060833b6104d35760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610193565b600080856001600160a01b0316856040516104ee9190610701565b600060405180830381855af49150503d8060008114610529576040519150601f19603f3d011682016040523d82523d6000602084013e61052e565b606091505b509150915061053e8282866105d5565b9695505050505050565b803b6105b15760405162461bcd60e51b815260206004820152603260248201527f4552433139363750726f78793a206e657720696d706c656d656e746174696f6e604482015271081a5cc81b9bdd08184818dbdb9d1c9858dd60721b6064820152608401610193565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b606083156105e45750816103d2565b8251156105f45782518084602001fd5b8160405162461bcd60e51b8152600401610193919061071d565b80356001600160a01b038116811461062557600080fd5b919050565b60006020828403121561063b578081fd5b6103d28261060e565b60008060408385031215610656578081fd5b61065f8361060e565b9150602083013567ffffffffffffffff8082111561067b578283fd5b818501915085601f83011261068e578283fd5b8135818111156106a0576106a061077c565b604051601f8201601f19908116603f011681019083821181831017156106c8576106c861077c565b816040528281528860208487010111156106e0578586fd5b82602086016020830137856020848301015280955050505050509250929050565b60008251610713818460208701610750565b9190910192915050565b602081526000825180602084015261073c816040850160208701610750565b601f01601f19169190910160400192915050565b60005b8381101561076b578181015183820152602001610753565b8381111561039c5750506000910152565b634e487b7160e01b600052604160045260246000fdfe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206c4edfb604a02d7611b9c9bb502c3a647b8d8ec1d1552b829dccfc1a26771c7b64736f6c63430008040033360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c65640000000000000000000000007b64b0116fb2d7f80392173bb21c2dc1143d6bdd0000000000000000000000003cd9f71f80ab08ea5a7dca348b5e94bc595f26a0
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000007b64b0116fb2d7f80392173bb21c2dc1143d6bdd0000000000000000000000003cd9f71f80ab08ea5a7dca348b5e94bc595f26a0
-----Decoded View---------------
Arg [0] : implementation (address): 0x7B64B0116fB2D7f80392173BB21C2DC1143D6bdd
Arg [1] : admin (address): 0x3cd9F71F80AB08ea5a7Dca348B5e94BC595f26A0
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000007b64b0116fb2d7f80392173bb21c2dc1143d6bdd
Arg [1] : 0000000000000000000000003cd9f71f80ab08ea5a7dca348b5e94bc595f26a0
Deployed ByteCode Sourcemap
15684:2960:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11465:11;:9;:11::i;:::-;15684:2960;;11233:11;:9;:11::i;18142:295::-;;;;;;;;;;-1:-1:-1;18142:295:0;;;;;:::i;:::-;;:::i;18530:111::-;;;;;;;;;;;;;:::i;:::-;;;2399:14:1;;2392:22;2374:41;;2362:2;2347:18;18530:111:0;;;;;;;;16484:101;;;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;;;;;1881:32:1;;;1863:51;;1851:2;1836:18;16484:101:0;1818:102:1;17004:451:0;;;;;;;;;;-1:-1:-1;17004:451:0;;;;;:::i;:::-;;:::i;17929:95::-;;;;;;;;;;;;;:::i;10869:113::-;10946:28;10956:17;13772:66;14149:11;;14126:45;10956:17;10946:9;:28::i;:::-;10869:113::o;18142:295::-;18207:13;18223:11;:9;:11::i;:::-;18207:27;-1:-1:-1;;;;;;18253:19:0;;18245:47;;;;-1:-1:-1;;;18245:47:0;;3783:2:1;18245:47:0;;;3765:21:1;3822:2;3802:18;;;3795:30;-1:-1:-1;;;3841:18:1;;;3834:45;3896:18;;18245:47:0;;;;;;;;;18311:10;-1:-1:-1;;;;;18311:19:0;;;18303:51;;;;-1:-1:-1;;;18303:51:0;;3435:2:1;18303:51:0;;;3417:21:1;3474:2;3454:18;;;3447:30;-1:-1:-1;;;3493:18:1;;;3486:49;3552:18;;18303:51:0;3407:169:1;18303:51:0;18370:29;;;-1:-1:-1;;;;;2155:15:1;;;2137:34;;2207:15;;2202:2;2187:18;;2180:43;18370:29:0;;2072:18:1;18370:29:0;;;;;;;15929:66;17787:55;;-1:-1:-1;;;;;;17787:55:0;-1:-1:-1;;;;;17787:55:0;;;;;18142:295;;:::o;18530:111::-;18584:4;;18608:11;:9;:11::i;:::-;-1:-1:-1;;;;;18608:25:0;;18601:32;;18530:111;:::o;16484:101::-;16533:7;16560:17;13772:66;14149:11;;14126:45;16560:17;16553:24;;16484:101;:::o;17004:451::-;17104:13;17120:11;:9;:11::i;:::-;17104:27;-1:-1:-1;;;;;;17150:19:0;;17142:47;;;;-1:-1:-1;;;17142:47:0;;3783:2:1;17142:47:0;;;3765:21:1;3822:2;3802:18;;;3795:30;-1:-1:-1;;;3841:18:1;;;3834:45;3896:18;;17142:47:0;3755:165:1;17142:47:0;17208:10;-1:-1:-1;;;;;17208:19:0;;;17200:51;;;;-1:-1:-1;;;17200:51:0;;3435:2:1;17200:51:0;;;3417:21:1;3474:2;3454:18;;;3447:30;-1:-1:-1;;;3493:18:1;;;3486:49;3552:18;;17200:51:0;3407:169:1;17200:51:0;17264:29;17275:17;17264:10;:29::i;:::-;17310:20;;:24;17306:142;;17351:85;17380:17;17399:13;17351:85;;;;;;;;;;;;;-1:-1:-1;;;17351:85:0;;;:28;:85::i;:::-;;17306:142;17004:451;;;:::o;17929:95::-;17978:7;18005:11;:9;:11::i;6737:200::-;6820:12;6852:77;6873:6;6881:4;6852:77;;;;;;;;;;;;;;;;;:20;:77::i;:::-;6845:84;6737:200;-1:-1:-1;;;6737:200:0:o;1052:422::-;1419:20;1458:8;;;1052:422::o;15461:151::-;15590:4;15565:40::o;9462:915::-;9862:14;9859:1;9856;9843:34;10080:1;10077;10061:14;10058:1;10042:14;10035:5;10022:60;10159:16;10156:1;10153;10138:38;10199:6;10268:38;;;;10340:16;10337:1;10330:27;10268:38;10287:16;10284:1;10277:27;17521:123;15929:66;17592:44;-1:-1:-1;;;;;17592:44:0;;17521:123::o;14304:163::-;14379:37;14398:17;14379:18;:37::i;:::-;14432:27;;-1:-1:-1;;;;;14432:27:0;;;;;;;;14304:163;:::o;7131:423::-;7242:12;1419:20;;7267:69;;;;-1:-1:-1;;;7267:69:0;;4127:2:1;7267:69:0;;;4109:21:1;4166:2;4146:18;;;4139:30;4205:34;4185:18;;;4178:62;-1:-1:-1;;;4256:18:1;;;4249:36;4302:19;;7267:69:0;4099:228:1;7267:69:0;7410:12;7424:23;7451:6;-1:-1:-1;;;;;7451:19:0;7471:4;7451:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7409:67;;;;7494:52;7512:7;7521:10;7533:12;7494:17;:52::i;:::-;7487:59;7131:423;-1:-1:-1;;;;;;7131:423:0:o;14563:365::-;1419:20;;14637:100;;;;-1:-1:-1;;;14637:100:0;;3016:2:1;14637:100:0;;;2998:21:1;3055:2;3035:18;;;3028:30;3094:34;3074:18;;;3067:62;-1:-1:-1;;;3145:18:1;;;3138:48;3203:19;;14637:100:0;2988:240:1;14637:100:0;13772:66;14879:31;14864:57::o;7562:742::-;7677:12;7706:7;7702:595;;;-1:-1:-1;7737:10:0;7730:17;;7702:595;7851:17;;:21;7847:439;;8114:10;8108:17;8175:15;8162:10;8158:2;8154:19;8147:44;8062:148;8257:12;8250:20;;-1:-1:-1;;;8250:20:0;;;;;;;;:::i;14:173:1:-;82:20;;-1:-1:-1;;;;;131:31:1;;121:42;;111:2;;177:1;174;167:12;111:2;63:124;;;:::o;192:196::-;251:6;304:2;292:9;283:7;279:23;275:32;272:2;;;325:6;317;310:22;272:2;353:29;372:9;353:29;:::i;393:1040::-;470:6;478;531:2;519:9;510:7;506:23;502:32;499:2;;;552:6;544;537:22;499:2;580:29;599:9;580:29;:::i;:::-;570:39;;660:2;649:9;645:18;632:32;683:18;724:2;716:6;713:14;710:2;;;745:6;737;730:22;710:2;788:6;777:9;773:22;763:32;;833:7;826:4;822:2;818:13;814:27;804:2;;860:6;852;845:22;804:2;901;888:16;923:2;919;916:10;913:2;;;929:18;;:::i;:::-;1004:2;998:9;972:2;1058:13;;-1:-1:-1;;1054:22:1;;;1078:2;1050:31;1046:40;1034:53;;;1102:18;;;1122:22;;;1099:46;1096:2;;;1148:18;;:::i;:::-;1188:10;1184:2;1177:22;1223:2;1215:6;1208:18;1263:7;1258:2;1253;1249;1245:11;1241:20;1238:33;1235:2;;;1289:6;1281;1274:22;1235:2;1350;1345;1341;1337:11;1332:2;1324:6;1320:15;1307:46;1395:6;1390:2;1385;1377:6;1373:15;1369:24;1362:40;1421:6;1411:16;;;;;;;489:944;;;;;:::o;1438:274::-;1567:3;1605:6;1599:13;1621:53;1667:6;1662:3;1655:4;1647:6;1643:17;1621:53;:::i;:::-;1690:16;;;;;1575:137;-1:-1:-1;;1575:137:1:o;2426:383::-;2575:2;2564:9;2557:21;2538:4;2607:6;2601:13;2650:6;2645:2;2634:9;2630:18;2623:34;2666:66;2725:6;2720:2;2709:9;2705:18;2700:2;2692:6;2688:15;2666:66;:::i;:::-;2793:2;2772:15;-1:-1:-1;;2768:29:1;2753:45;;;;2800:2;2749:54;;2547:262;-1:-1:-1;;2547:262:1:o;4332:258::-;4404:1;4414:113;4428:6;4425:1;4422:13;4414:113;;;4504:11;;;4498:18;4485:11;;;4478:39;4450:2;4443:10;4414:113;;;4545:6;4542:1;4539:13;4536:2;;;-1:-1:-1;;4580:1:1;4562:16;;4555:27;4385:205::o;4595:127::-;4656:10;4651:3;4647:20;4644:1;4637:31;4687:4;4684:1;4677:15;4711:4;4708:1;4701:15
Swarm Source
ipfs://6c4edfb604a02d7611b9c9bb502c3a647b8d8ec1d1552b829dccfc1a26771c7b
Loading...
Loading
Loading...
Loading
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.
[ 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.