More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 144 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Withdraw DPP Fun... | 20655102 | 171 days ago | IN | 0 ETH | 0.00013758 | ||||
Withdraw DPP Fun... | 20475986 | 196 days ago | IN | 0 ETH | 0.00032183 | ||||
Rebate Collector | 20134668 | 243 days ago | IN | 0 ETH | 0.00075267 | ||||
Update Vector | 19988068 | 264 days ago | IN | 0 ETH | 0.00057141 | ||||
Withdraw DPP Fun... | 19734872 | 299 days ago | IN | 0 ETH | 0.00128711 | ||||
Withdraw DPP Fun... | 19536525 | 327 days ago | IN | 0 ETH | 0.00342789 | ||||
Rebate Collector | 19519954 | 330 days ago | IN | 0 ETH | 0.00756478 | ||||
Rebate Collector | 19488540 | 334 days ago | IN | 0 ETH | 0.00185198 | ||||
Rebate Collector | 19488540 | 334 days ago | IN | 0 ETH | 0.00185174 | ||||
Rebate Collector | 19488540 | 334 days ago | IN | 0 ETH | 0.00185198 | ||||
Rebate Collector | 19488540 | 334 days ago | IN | 0 ETH | 0.00185267 | ||||
Rebate Collector | 19488537 | 334 days ago | IN | 0 ETH | 0.00178598 | ||||
Rebate Collector | 19488537 | 334 days ago | IN | 0 ETH | 0.00178598 | ||||
Rebate Collector | 19488534 | 334 days ago | IN | 0 ETH | 0.00187995 | ||||
Rebate Collector | 19488534 | 334 days ago | IN | 0 ETH | 0.00187995 | ||||
Update Vector | 19487986 | 334 days ago | IN | 0 ETH | 0.01072834 | ||||
Withdraw DPP Fun... | 19436573 | 341 days ago | IN | 0 ETH | 0.00582946 | ||||
Rebate Collector | 19435031 | 341 days ago | IN | 0 ETH | 0.00533264 | ||||
Rebate Collector | 19434887 | 342 days ago | IN | 0 ETH | 0.0071405 | ||||
Update Vector | 19433123 | 342 days ago | IN | 0 ETH | 0.00385993 | ||||
Update Vector | 19422917 | 343 days ago | IN | 0 ETH | 0.00885135 | ||||
Update Vector | 19414708 | 344 days ago | IN | 0 ETH | 0.00581276 | ||||
Update Vector | 19372155 | 350 days ago | IN | 0 ETH | 0.00518247 | ||||
Update Vector | 19367072 | 351 days ago | IN | 0 ETH | 0.00552744 | ||||
Rebate Collector | 19320917 | 357 days ago | IN | 0 ETH | 0.00548414 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
20655102 | 171 days ago | 0.12375 ETH | ||||
20655102 | 171 days ago | 2.35125 ETH | ||||
20475986 | 196 days ago | 0.275 ETH | ||||
20475986 | 196 days ago | 5.225 ETH | ||||
20448220 | 200 days ago | 0.5 ETH | ||||
20371365 | 210 days ago | 0.165 ETH | ||||
20277257 | 224 days ago | 0.165 ETH | ||||
20168171 | 239 days ago | 0.165 ETH | ||||
20160071 | 240 days ago | 0.5 ETH | ||||
20160064 | 240 days ago | 0.165 ETH | ||||
20150015 | 241 days ago | 0.5 ETH | ||||
20148100 | 242 days ago | 0.165 ETH | ||||
20143620 | 242 days ago | 0.33 ETH | ||||
20137143 | 243 days ago | 0.165 ETH | ||||
20135097 | 243 days ago | 0.165 ETH | ||||
20134668 | 243 days ago | 0.25 ETH | ||||
20134485 | 244 days ago | 0.5 ETH | ||||
20134438 | 244 days ago | 0.165 ETH | ||||
20134322 | 244 days ago | 0.5 ETH | ||||
20134162 | 244 days ago | 0.165 ETH | ||||
20134150 | 244 days ago | 0.165 ETH | ||||
20134134 | 244 days ago | 0.165 ETH | ||||
20134132 | 244 days ago | 0.5 ETH | ||||
20134132 | 244 days ago | 0.165 ETH | ||||
20134132 | 244 days ago | 0.5 ETH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
ERC1967Proxy
Compiler Version
v0.8.10+commit.fc410830
Optimization Enabled:
Yes with 1 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.7.0) (proxy/ERC1967/ERC1967Proxy.sol)pragma solidity 0.8.10;import "@openzeppelin/contracts/proxy/Proxy.sol";import "@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol";/*** @title Appending ERC1967Proxy to use UUPS* @author highlight.xyz and OpenZeppelin* @dev Implements an upgradeable proxy. OpenZeppelin template edited by Highlight*/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 {_upgradeToAndCallUUPS(_logic, _data, false);}/*** @dev Returns the current implementation address.
1234567891011121314151617181920// SPDX-License-Identifier: MIT// 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);}
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC1967.sol)pragma solidity ^0.8.0;/*** @dev ERC-1967: Proxy Storage Slots. This interface contains the events defined in the ERC.** _Available since v4.8.3._*/interface IERC1967 {/*** @dev Emitted when the implementation is upgraded.*/event Upgraded(address indexed implementation);/*** @dev Emitted when the admin account has changed.*/event AdminChanged(address previousAdmin, address newAdmin);/*** @dev Emitted when the beacon is changed.*/event BeaconUpgraded(address indexed beacon);}
12345678910111213141516// SPDX-License-Identifier: MIT// 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);}
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.9.0) (proxy/ERC1967/ERC1967Upgrade.sol)pragma solidity ^0.8.2;import "../beacon/IBeacon.sol";import "../../interfaces/IERC1967.sol";import "../../interfaces/draft-IERC1822.sol";import "../../utils/Address.sol";import "../../utils/StorageSlot.sol";/*** @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._*/abstract contract ERC1967Upgrade is IERC1967 {// This is the keccak-256 hash of "eip1967.proxy.rollback" subtracted by 1bytes32 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.*/
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// 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.
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.9.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** Furthermore, `isContract` will also return true if the target contract within
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.9.0) (utils/StorageSlot.sol)// This file was procedurally generated from scripts/generate/templates/StorageSlot.js.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:* ```solidity* 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;
12345678910111213141516171819202122{"metadata": {"bytecodeHash": "none"},"optimizer": {"enabled": true,"runs": 1},"outputSelection": {"*": {"*": ["evm.bytecode","evm.deployedBytecode","devdoc","userdoc","metadata","abi"]}},"libraries": {}}
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_logic","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"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60806040526040516108b33803806108b38339810160408190526100229161048e565b61002e82826000610035565b50506105c4565b61006b7f4910fdfa16fed3260ed0e7147f7cc6da11a60208b5b9406d12a635614ffd914360001b6101bf60201b6100291760201c565b5460ff16156100825761007d836101c2565b505050565b826001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa9250505080156100dc575060408051601f3d908101601f191682019092526100d99181019061055c565b60015b6101445760405162461bcd60e51b815260206004820152602e60248201527f45524331393637557067726164653a206e657720696d706c656d656e7461746960448201526d6f6e206973206e6f74205555505360901b60648201526084015b60405180910390fd5b60008051602061086c83398151915281146101b35760405162461bcd60e51b815260206004820152602960248201527f45524331393637557067726164653a20756e737570706f727465642070726f786044820152681a58589b195555525160ba1b606482015260840161013b565b5061007d83838361027d565b90565b6101d5816102b260201b61002c1760201c565b6102375760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b606482015260840161013b565b8061025c60008051602061086c83398151915260001b6101bf60201b6100291760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b610286836102c1565b6000825111806102935750805b1561007d576102ac838361030160201b61003b1760201c565b50505050565b6001600160a01b03163b151590565b6102ca816101c2565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6060610326838360405180606001604052806027815260200161088c6027913961032d565b9392505050565b6060600080856001600160a01b03168560405161034a9190610575565b600060405180830381855af49150503d8060008114610385576040519150601f19603f3d011682016040523d82523d6000602084013e61038a565b606091505b50909250905061039c868383876103a6565b9695505050505050565b60608315610410578251610409576103bd856102b2565b6104095760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161013b565b508161041a565b61041a8383610422565b949350505050565b8151156104325781518083602001fd5b8060405162461bcd60e51b815260040161013b9190610591565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561047d578181015183820152602001610465565b838111156102ac5750506000910152565b600080604083850312156104a157600080fd5b82516001600160a01b03811681146104b857600080fd5b60208401519092506001600160401b03808211156104d557600080fd5b818501915085601f8301126104e957600080fd5b8151818111156104fb576104fb61044c565b604051601f8201601f19908116603f011681019083821181831017156105235761052361044c565b8160405282815288602084870101111561053c57600080fd5b61054d836020830160208801610462565b80955050505050509250929050565b60006020828403121561056e57600080fd5b5051919050565b60008251610587818460208701610462565b9190910192915050565b60208152600082518060208401526105b0816040850160208701610462565b601f01601f19169190910160400192915050565b610299806105d36000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b61009f565b565b90565b6001600160a01b03163b151590565b60606100608383604051806060016040528060278152602001610266602791396100c3565b9392505050565b600061009a7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100be573d6000f35b3d6000fd5b6060600080856001600160a01b0316856040516100e09190610216565b600060405180830381855af49150503d806000811461011b576040519150601f19603f3d011682016040523d82523d6000602084013e610120565b606091505b50915091506101318683838761013b565b9695505050505050565b606083156101aa5782516101a3576101528561002c565b6101a35760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b50816101b4565b6101b483836101bc565b949350505050565b8151156101cc5781518083602001fd5b8060405162461bcd60e51b815260040161019a9190610232565b60005b838110156102015781810151838201526020016101e9565b83811115610210576000848401525b50505050565b600082516102288184602087016101e6565b9190910192915050565b60208152600082518060208401526102518160408501602087016101e6565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a164736f6c634300080a000a360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564000000000000000000000000bb999a5e8935c3fe71a141330a0d641b9c23555200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044485cc9550000000000000000000000001bf979282181f2b7a640d17ab5d2e25125f2de5e000000000000000000000000e637e568e1e12a45528aa4069fe200e4276c8ae500000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x60806040523661001357610011610017565b005b6100115b610027610022610067565b61009f565b565b90565b6001600160a01b03163b151590565b60606100608383604051806060016040528060278152602001610266602791396100c3565b9392505050565b600061009a7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100be573d6000f35b3d6000fd5b6060600080856001600160a01b0316856040516100e09190610216565b600060405180830381855af49150503d806000811461011b576040519150601f19603f3d011682016040523d82523d6000602084013e610120565b606091505b50915091506101318683838761013b565b9695505050505050565b606083156101aa5782516101a3576101528561002c565b6101a35760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b50816101b4565b6101b483836101bc565b949350505050565b8151156101cc5781518083602001fd5b8060405162461bcd60e51b815260040161019a9190610232565b60005b838110156102015781810151838201526020016101e9565b83811115610210576000848401525b50505050565b600082516102288184602087016101e6565b9190910192915050565b60208152600082518060208401526102518160408501602087016101e6565b601f01601f1916919091016040019291505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a164736f6c634300080a000a
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000bb999a5e8935c3fe71a141330a0d641b9c23555200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000044485cc9550000000000000000000000001bf979282181f2b7a640d17ab5d2e25125f2de5e000000000000000000000000e637e568e1e12a45528aa4069fe200e4276c8ae500000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _logic (address): 0xBB999a5E8935c3Fe71a141330A0d641b9c235552
Arg [1] : _data (bytes): 0x485cc9550000000000000000000000001bf979282181f2b7a640d17ab5d2e25125f2de5e000000000000000000000000e637e568e1e12a45528aa4069fe200e4276c8ae5
-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 000000000000000000000000bb999a5e8935c3fe71a141330a0d641b9c235552
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000044
Arg [3] : 485cc9550000000000000000000000001bf979282181f2b7a640d17ab5d2e251
Arg [4] : 25f2de5e000000000000000000000000e637e568e1e12a45528aa4069fe200e4
Arg [5] : 276c8ae500000000000000000000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 100.00% | $2,704.7 | 3.0819 | $8,335.61 |
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.