ETH Price: $1,583.55 (-0.52%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Add Airdrop222620472025-04-13 19:08:354 days ago1744571315IN
0xC2A0dB4d...5F5A08a75
0 ETH0.00020471.07260752
Add Airdrop221962972025-04-04 14:57:2313 days ago1743778643IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000629723.3
Add Airdrop221876702025-04-03 10:04:2314 days ago1743674663IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000453242.37488901
Add Airdrop218534482025-02-15 17:55:1161 days ago1739642111IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000152660.79999527
Add Airdrop218022752025-02-08 14:04:4768 days ago1739023487IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000243091.27406597
Add Airdrop217370202025-01-30 11:21:4777 days ago1738236107IN
0xC2A0dB4d...5F5A08a75
0 ETH0.00116416.1
Add Airdrop217070352025-01-26 6:54:5981 days ago1737874499IN
0xC2A0dB4d...5F5A08a75
0 ETH0.00058563.06862721
Add Airdrop217045772025-01-25 22:42:1182 days ago1737844931IN
0xC2A0dB4d...5F5A08a75
0 ETH0.00102195.35451075
Add Airdrop216962422025-01-24 18:45:5983 days ago1737744359IN
0xC2A0dB4d...5F5A08a75
0 ETH0.0022259311.66257593
Add Airdrop216890352025-01-23 18:38:2384 days ago1737657503IN
0xC2A0dB4d...5F5A08a75
0 ETH0.001787889.36807248
Add Airdrop216873712025-01-23 13:04:2384 days ago1737637463IN
0xC2A0dB4d...5F5A08a75
0 ETH0.001614838.46219993
Add Airdrop216653572025-01-20 11:18:3587 days ago1737371915IN
0xC2A0dB4d...5F5A08a75
0 ETH0.0043003522.53510764
Add Airdrop216537232025-01-18 20:20:3589 days ago1737231635IN
0xC2A0dB4d...5F5A08a75
0 ETH0.001675388.77861079
Add Airdrop216470722025-01-17 22:02:4790 days ago1737151367IN
0xC2A0dB4d...5F5A08a75
0 ETH0.0019798510.37501781
Add Airdrop216448912025-01-17 14:44:3590 days ago1737125075IN
0xC2A0dB4d...5F5A08a75
0 ETH0.0024447912.81143475
Add Airdrop216430852025-01-17 8:41:3590 days ago1737103295IN
0xC2A0dB4d...5F5A08a75
0 ETH0.001293616.77891654
Add Airdrop216352292025-01-16 6:22:5991 days ago1737008579IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000563022.9506112
Withdraw Airdrop...216128722025-01-13 3:25:4794 days ago1736738747IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000355313.61073761
Add Airdrop216085952025-01-12 13:05:1195 days ago1736687111IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000478892.50973078
Add Airdrop216059152025-01-12 4:07:3595 days ago1736654855IN
0xC2A0dB4d...5F5A08a75
0 ETH0.00050922.66827929
Add Airdrop216006932025-01-11 10:38:2396 days ago1736591903IN
0xC2A0dB4d...5F5A08a75
0 ETH0.000848784.44740034
Withdraw Airdrop...215944122025-01-10 13:36:1197 days ago1736516171IN
0xC2A0dB4d...5F5A08a75
0 ETH0.0021929916.53342642
Add Airdrop215934242025-01-10 10:17:2397 days ago1736504243IN
0xC2A0dB4d...5F5A08a75
0 ETH0.001173886.15227051
Withdraw Airdrop...215802822025-01-08 14:13:5999 days ago1736345639IN
0xC2A0dB4d...5F5A08a75
0 ETH0.001313699.9041877
Add Airdrop215686962025-01-06 23:26:23101 days ago1736205983IN
0xC2A0dB4d...5F5A08a75
0 ETH0.0020443510.71190097
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xCc439b2D...d033f4B3A
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
FiasDevvDropVestingProxy

Compiler Version
v0.8.25+commit.b61c2a91

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2024-06-11
*/

/**
 *Submitted for verification at polygonscan.com on 2024-04-29
*/

/**
 *Submitted for verification at Etherscan.io on 2024-04-27
*/

/**
 *Submitted for verification at Etherscan.io on 2024-04-22
*/

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;

/**
 * @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 {
        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 {}
}
contract FiasDevvDropVestingProxy is Proxy {
    
    // Storage position of the address of the current implementation
    bytes32 private constant implementationPosition = 
        keccak256("org.smartdefi.implementation.address");
    
    // Storage position of the owner of the contract
    bytes32 private constant proxyOwnerPosition = 
        keccak256("org.smartdefi.proxy.owner");
    
    /**
    * @dev Throws if called by any account other than the owner.
    */
    modifier onlyProxyOwner() {
        require (msg.sender == proxyOwner(), "Not Proxy owner");
        _;
    }

    /**
    * @dev the constructor sets owner
    */
    constructor() {
        _setUpgradeabilityOwner(msg.sender);
    }

    /**
     * @dev Allows the current owner to transfer ownership
     * @param _newOwner The address to transfer ownership to
     */
    function transferProxyOwnership(address _newOwner) 
        public onlyProxyOwner 
    {
        require(_newOwner != address(0));
        _setUpgradeabilityOwner(_newOwner);
    }
    
    /**
     * @dev Allows the proxy owner to upgrade the implementation
     * @param _impl address of the new implementation
     */
    function upgradeTo(address _impl) 
        public onlyProxyOwner
    {
        _upgradeTo(_impl);
    }
    
    /**
     * @dev Tells the address of the current implementation
     * @return impl address of the current implementation
     */
    function _implementation()
        internal
        view
        override
        returns (address impl)
    {
        bytes32 position = implementationPosition;
        assembly {
            impl := sload(position)
        }
    }

    function implementation() external view returns (address) {
        return _implementation();
    }
    
    /**
     * @dev Tells the address of the owner
     * @return owner the address of the owner
     */
    function proxyOwner() public view returns (address owner) {
        bytes32 position = proxyOwnerPosition;
        assembly {
            owner := sload(position)
        }
    }
    
    /**
     * @dev Sets the address of the current implementation
     * @param _newImplementation address of the new implementation
     */
    function _setImplementation(address _newImplementation) 
        internal 
    {
        bytes32 position = implementationPosition;
        assembly {
            sstore(position, _newImplementation)
        }
    }
    
    /**
     * @dev Upgrades the implementation address
     * @param _newImplementation address of the new implementation
     */
    function _upgradeTo(address _newImplementation) internal {
        address currentImplementation = _implementation();
        require(currentImplementation != _newImplementation);
        _setImplementation(_newImplementation);
    }
    
    /**
     * @dev Sets the address of the owner
     */
    function _setUpgradeabilityOwner(address _newProxyOwner) 
        internal 
    {
        bytes32 position = proxyOwnerPosition;
        assembly {
            sstore(position, _newProxyOwner)
        }
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"proxyOwner","outputs":[{"internalType":"address","name":"owner","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"transferProxyOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_impl","type":"address"}],"name":"upgradeTo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x608060405260043610610042575f3560e01c8063025313a2146100595780633659cfe6146100915780635c60da1b146100b0578063f1739cae146100c457610051565b366100515761004f6100e3565b005b61004f6100e3565b348015610064575f80fd5b505f805160206102d1833981519152545b6040516001600160a01b03909116815260200160405180910390f35b34801561009c575f80fd5b5061004f6100ab366004610283565b610102565b3480156100bb575f80fd5b50610075610174565b3480156100cf575f80fd5b5061004f6100de366004610283565b61018f565b6101006100fb5f805160206102b18339815191525490565b610217565b565b5f805160206102d1833981519152546001600160a01b0316336001600160a01b0316146101685760405162461bcd60e51b815260206004820152600f60248201526e2737ba10283937bc3c9037bbb732b960891b60448201526064015b60405180910390fd5b61017181610235565b50565b5f61018a5f805160206102b18339815191525490565b905090565b5f805160206102d1833981519152546001600160a01b0316336001600160a01b0316146101f05760405162461bcd60e51b815260206004820152600f60248201526e2737ba10283937bc3c9037bbb732b960891b604482015260640161015f565b6001600160a01b038116610202575f80fd5b610171815f805160206102d183398151915255565b365f80375f80365f845af43d5f803e808015610231573d5ff35b3d5ffd5b5f61024b5f805160206102b18339815191525490565b9050816001600160a01b0316816001600160a01b03160361026a575f80fd5b61027f825f805160206102b183398151915255565b5050565b5f60208284031215610293575f80fd5b81356001600160a01b03811681146102a9575f80fd5b939250505056fefede9e42e1fa6028f70c9467c66f74b1840d179d4e78cd28a66d5f518a70a7ae41abdf0bc588410884c48a0fda5e2a0b74e12008127712c9a6c9ef14b05dadeba26469706673582212204697425de417365ffc9cc8148bdd43e6b4541e244b868eb2cc9c7ccf057bb5fd64736f6c63430008190033

Deployed Bytecode Sourcemap

3481:3187:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3122:11;:9;:11::i;:::-;3481:3187;;2891:11;:9;:11::i;5430:183::-;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;5580:15:0;5430:183;;;-1:-1:-1;;;;;178:32:1;;;160:51;;148:2;133:18;5430:183:0;;;;;;;4701:107;;;;;;;;;;-1:-1:-1;4701:107:0;;;;;:::i;:::-;;:::i;5208:101::-;;;;;;;;;;;;;:::i;4365:185::-;;;;;;;;;;-1:-1:-1;4365:185:0;;;;;:::i;:::-;;:::i;2528:113::-;2605:28;2615:17;-1:-1:-1;;;;;;;;;;;5167:15:0;;4958:242;2615:17;2605:9;:28::i;:::-;2528:113::o;4701:107::-;-1:-1:-1;;;;;;;;;;;5580:15:0;-1:-1:-1;;;;;4019:26:0;:10;-1:-1:-1;;;;;4019:26:0;;4010:55;;;;-1:-1:-1;;;4010:55:0;;715:2:1;4010:55:0;;;697:21:1;754:2;734:18;;;727:30;-1:-1:-1;;;773:18:1;;;766:45;828:18;;4010:55:0;;;;;;;;;4783:17:::1;4794:5;4783:10;:17::i;:::-;4701:107:::0;:::o;5208:101::-;5257:7;5284:17;-1:-1:-1;;;;;;;;;;;5167:15:0;;4958:242;5284:17;5277:24;;5208:101;:::o;4365:185::-;-1:-1:-1;;;;;;;;;;;5580:15:0;-1:-1:-1;;;;;4019:26:0;:10;-1:-1:-1;;;;;4019:26:0;;4010:55;;;;-1:-1:-1;;;4010:55:0;;715:2:1;4010:55:0;;;697:21:1;754:2;734:18;;;727:30;-1:-1:-1;;;773:18:1;;;766:45;828:18;;4010:55:0;513:339:1;4010:55:0;-1:-1:-1;;;;;4473:23:0;::::1;4465:32;;;::::0;::::1;;4508:34;4532:9;-1:-1:-1::0;;;;;;;;;;;6615:32:0;6450:215;1118:918;1461:14;1458:1;1455;1442:34;1679:1;1676;1660:14;1657:1;1641:14;1634:5;1621:60;1758:16;1755:1;1752;1737:38;1798:6;1867:68;;;;1986:16;1983:1;1976:27;1867:68;1903:16;1900:1;1893:27;6140:237;6208:29;6240:17;-1:-1:-1;;;;;;;;;;;5167:15:0;;4958:242;6240:17;6208:49;;6301:18;-1:-1:-1;;;;;6276:43:0;:21;-1:-1:-1;;;;;6276:43:0;;6268:52;;;;;;6331:38;6350:18;-1:-1:-1;;;;;;;;;;;5939:36:0;5771:222;6331:38;6197:180;6140:237;:::o;222:286:1:-;281:6;334:2;322:9;313:7;309:23;305:32;302:52;;;350:1;347;340:12;302:52;376:23;;-1:-1:-1;;;;;428:31:1;;418:42;;408:70;;474:1;471;464:12;408:70;497:5;222:286;-1:-1:-1;;;222:286:1:o

Swarm Source

ipfs://4697425de417365ffc9cc8148bdd43e6b4541e244b868eb2cc9c7ccf057bb5fd

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.