More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 1,185 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Approve | 65177594 | 2 days ago | IN | 0 POL | 0.0007577 | ||||
Approve | 65177590 | 2 days ago | IN | 0 POL | 0.00075773 | ||||
Approve | 65000593 | 6 days ago | IN | 0 POL | 0.00221855 | ||||
Approve | 64998042 | 6 days ago | IN | 0 POL | 0.00282797 | ||||
Approve | 64193088 | 26 days ago | IN | 0 POL | 0.01701012 | ||||
Approve | 63453455 | 45 days ago | IN | 0 POL | 0.00298311 | ||||
Approve | 63453429 | 45 days ago | IN | 0 POL | 0.00291086 | ||||
Approve | 63152050 | 52 days ago | IN | 0 POL | 0.00096179 | ||||
Approve | 62472360 | 69 days ago | IN | 0 POL | 0.00096178 | ||||
Approve | 61452343 | 94 days ago | IN | 0 POL | 0.00096177 | ||||
Approve | 59024489 | 156 days ago | IN | 0 POL | 0.00090349 | ||||
Approve | 58424199 | 171 days ago | IN | 0 POL | 0.0016898 | ||||
Burn | 57772018 | 187 days ago | IN | 0 POL | 0.00217557 | ||||
Burn | 57772006 | 187 days ago | IN | 0 POL | 0.00195806 | ||||
Burn | 57771961 | 187 days ago | IN | 0 POL | 0.00195806 | ||||
Burn | 57771944 | 187 days ago | IN | 0 POL | 0.00180591 | ||||
Burn | 57771926 | 187 days ago | IN | 0 POL | 0.0018683 | ||||
Approve | 57575051 | 192 days ago | IN | 0 POL | 0.00153423 | ||||
Burn | 57044422 | 206 days ago | IN | 0 POL | 0.00883952 | ||||
Transfer | 57006592 | 207 days ago | IN | 0 POL | 0.00219473 | ||||
Approve | 55518946 | 246 days ago | IN | 0 POL | 0.00524715 | ||||
Approve | 55518852 | 246 days ago | IN | 0 POL | 0.00499074 | ||||
Approve | 55518768 | 246 days ago | IN | 0 POL | 0.02046566 | ||||
Approve | 55518193 | 246 days ago | IN | 0 POL | 0.00431385 | ||||
Approve | 55518165 | 246 days ago | IN | 0 POL | 0.0230956 |
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xfe4546fe...07A7987F9 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
Proxy
Compiler Version
v0.8.10+commit.fc410830
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Proxy { // Code position in storage is keccak256("PROXIABLE") = "0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7" uint256 constant PROXIABLE_MEM_SLOT = 0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7; // constructor(bytes memory constructData, address contractLogic) public { constructor(address contractLogic) { // Verify a valid address was passed in require(contractLogic != address(0), "Contract Logic cannot be 0x0"); // save the code address assembly { // solium-disable-line sstore(PROXIABLE_MEM_SLOT, contractLogic) } } fallback() external payable { assembly { // solium-disable-line let contractLogic := sload(PROXIABLE_MEM_SLOT) let ptr := mload(0x40) calldatacopy(ptr, 0x0, calldatasize()) let success := delegatecall( gas(), contractLogic, ptr, calldatasize(), 0, 0 ) let retSz := returndatasize() returndatacopy(ptr, 0, retSz) switch success case 0 { revert(ptr, retSz) } default { return(ptr, retSz) } } } }
{ "remappings": [], "optimizer": { "enabled": true, "runs": 200 }, "evmVersion": "london", "libraries": {}, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"contractLogic","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
Deployed Bytecode
0x60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf75460405136600082376000803683855af491503d806000833e8280156048578183f35b8183fdfea26469706673582212205ba3ef47360b6c73203875ef0108514e12ddb3fd41522ddc47f5a21fc9b81dc764736f6c634300080a0033
Loading...
Loading
OVERVIEW
CelsiusX is the DeFi engineering arm of Celsius. Their mission is to bridge CeFi and DeFi and facilitate cross-chain liquidity through the bridge.Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ 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.