Sepolia Testnet

Contract

0x02a9F16b353410f150Fb25F7983B3DC90Db4679D

Overview

ETH Balance

0 ETH

More Info

TokenTracker

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Withdraw Rewards...84661242025-06-03 6:34:3627 days ago1748932476IN
0x02a9F16b...90Db4679D
0 ETH0.000323092.50000002
Buy Voucher POL82598812025-05-05 8:46:4856 days ago1746434808IN
0x02a9F16b...90Db4679D
0 ETH0.0204992698.57739506
Unstake Claim To...79852072025-03-26 11:57:3696 days ago1742990256IN
0x02a9F16b...90Db4679D
0 ETH0.0045014934.85448212
Sell Voucher_new...79478502025-03-21 7:12:36101 days ago1742541156IN
0x02a9F16b...90Db4679D
0 ETH0.000525052.00986669
Sell Voucher_new...79477862025-03-21 6:59:48101 days ago1742540388IN
0x02a9F16b...90Db4679D
0 ETH0.000448342.00553461
Sell Voucher_new...79477702025-03-21 6:56:36101 days ago1742540196IN
0x02a9F16b...90Db4679D
0 ETH0.000567742.00509741
Buy Voucher POL79476892025-03-21 6:40:24101 days ago1742539224IN
0x02a9F16b...90Db4679D
0 ETH0.000397882.00342036
Sell Voucher_new...79472942025-03-21 5:21:24101 days ago1742534484IN
0x02a9F16b...90Db4679D
0 ETH0.000002430.0101
Buy Voucher POL79472912025-03-21 5:20:48101 days ago1742534448IN
0x02a9F16b...90Db4679D
0 ETH0.00000210.00933231
Buy Voucher POL79435502025-03-20 16:47:00102 days ago1742489220IN
0x02a9F16b...90Db4679D
0 ETH0.000492982.14302471
Buy Voucher POL79277202025-03-18 11:11:12104 days ago1742296272IN
0x02a9F16b...90Db4679D
0 ETH0.000977064.3417543
Sell Voucher_new...79013292025-03-14 15:14:24108 days ago1741965264IN
0x02a9F16b...90Db4679D
0 ETH0.0165571674.064043
Sell Voucher_new...79013162025-03-14 15:11:36108 days ago1741965096IN
0x02a9F16b...90Db4679D
0 ETH0.0163695468.01826841
Buy Voucher POL79013072025-03-14 15:09:36108 days ago1741964976IN
0x02a9F16b...90Db4679D
0 ETH0.0117714566.6175751
Buy Voucher POL79012732025-03-14 15:02:36108 days ago1741964556IN
0x02a9F16b...90Db4679D
0 ETH0.0150283873.27738732
Buy Voucher POL78878362025-03-12 15:32:48110 days ago1741793568IN
0x02a9F16b...90Db4679D
0 ETH0.0134599458.51361392
Sell Voucher_new...78231902025-03-03 9:48:00119 days ago1740995280IN
0x02a9F16b...90Db4679D
0 ETH0.0041919615.87127171
Buy Voucher POL75395662025-01-21 11:32:12160 days ago1737459132IN
0x02a9F16b...90Db4679D
0 ETH0.000646022.87070277
Buy Voucher POL74692412025-01-11 16:10:24170 days ago1736611824IN
0x02a9F16b...90Db4679D
0 ETH0.0025577511.22617179
Restake POL68808922024-10-15 14:58:00258 days ago1729004280IN
0x02a9F16b...90Db4679D
0 ETH0.0162322389.39835715
Withdraw Rewards...68300982024-10-07 4:42:00266 days ago1728276120IN
0x02a9F16b...90Db4679D
0 ETH0.04112793271.19051203
Unstake Claim To...67930292024-10-01 8:16:00272 days ago1727770560IN
0x02a9F16b...90Db4679D
0 ETH0.0572721443.45075959
Sell Voucher_new...67614652024-09-26 5:59:00277 days ago1727330340IN
0x02a9F16b...90Db4679D
0 ETH0.07287364268.20572613
Withdraw Rewards...67570762024-09-25 12:44:36278 days ago1727268276IN
0x02a9F16b...90Db4679D
0 ETH0.05616083417.3758285
Buy Voucher POL67566472024-09-25 11:01:12278 days ago1727262072IN
0x02a9F16b...90Db4679D
0 ETH0.05075289230.44461466
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Method Block
From
To
0x6080604063149432024-07-15 12:15:48350 days ago1721045748  Contract Creation0 ETH

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

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

Contract Name:
ValidatorShareProxy

Compiler Version
v0.5.17+commit.d19bba13

Optimization Enabled:
Yes with 200 runs

Other Settings:
constantinople EvmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-12-21
*/

// File: contracts/common/misc/ERCProxy.sol
/*
 * SPDX-License-Identitifer:    MIT
 */
// See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-897.md
interface ERCProxy {
    function proxyType() external pure returns (uint256 proxyTypeId);
    function implementation() external view returns (address codeAddr);
}
// File: contracts/common/misc/DelegateProxyForwarder.sol
contract DelegateProxyForwarder {
    function delegatedFwd(address _dst, bytes memory _calldata) internal {
        // solium-disable-next-line security/no-inline-assembly
        assembly {
            let result := delegatecall(
                sub(gas, 10000),
                _dst,
                add(_calldata, 0x20),
                mload(_calldata),
                0,
                0
            )
            let size := returndatasize
            let ptr := mload(0x40)
            returndatacopy(ptr, 0, size)
            // revert instead of invalid() bc if the underlying call failed with invalid() it already wasted gas.
            // if the call returned error data, forward it
            switch result
                case 0 {
                    revert(ptr, size)
                }
                default {
                    return(ptr, size)
                }
        }
    }
    function isContract(address _target) internal view returns (bool) {
        if (_target == address(0)) {
            return false;
        }
        uint256 size;
        assembly {
            size := extcodesize(_target)
        }
        return size > 0;
    }
}
// File: contracts/common/misc/DelegateProxy.sol
contract DelegateProxy is ERCProxy, DelegateProxyForwarder {
    function proxyType() external pure returns (uint256 proxyTypeId) {
        // Upgradeable proxy
        proxyTypeId = 2;
    }
    function implementation() external view returns (address);
}
// File: contracts/common/misc/UpgradableProxy.sol
contract UpgradableProxy is DelegateProxy {
    event ProxyUpdated(address indexed _new, address indexed _old);
    event OwnerUpdate(address _new, address _old);
    bytes32 constant IMPLEMENTATION_SLOT = keccak256("matic.network.proxy.implementation");
    bytes32 constant OWNER_SLOT = keccak256("matic.network.proxy.owner");
    constructor(address _proxyTo) public {
        setOwner(msg.sender);
        setImplementation(_proxyTo);
    }
    function() external payable {
        // require(currentContract != 0, "If app code has not been set yet, do not call");
        // Todo: filter out some calls or handle in the end fallback
        delegatedFwd(loadImplementation(), msg.data);
    }
    modifier onlyProxyOwner() {
        require(loadOwner() == msg.sender, "NOT_OWNER");
        _;
    }
    function owner() external view returns(address) {
        return loadOwner();
    }
    function loadOwner() internal view returns(address) {
        address _owner;
        bytes32 position = OWNER_SLOT;
        assembly {
            _owner := sload(position)
        }
        return _owner;
    }
    function implementation() external view returns (address) {
        return loadImplementation();
    }
    function loadImplementation() internal view returns(address) {
        address _impl;
        bytes32 position = IMPLEMENTATION_SLOT;
        assembly {
            _impl := sload(position)
        }
        return _impl;
    }
    function transferOwnership(address newOwner) public onlyProxyOwner {
        require(newOwner != address(0), "ZERO_ADDRESS");
        emit OwnerUpdate(newOwner, loadOwner());
        setOwner(newOwner);
    }
    function setOwner(address newOwner) private {
        bytes32 position = OWNER_SLOT;
        assembly {
            sstore(position, newOwner)
        }
    }
    function updateImplementation(address _newProxyTo) public onlyProxyOwner {
        require(_newProxyTo != address(0x0), "INVALID_PROXY_ADDRESS");
        require(isContract(_newProxyTo), "DESTINATION_ADDRESS_IS_NOT_A_CONTRACT");
        emit ProxyUpdated(_newProxyTo, loadImplementation());
        setImplementation(_newProxyTo);
    }
    function updateAndCall(address _newProxyTo, bytes memory data) payable public onlyProxyOwner {
        updateImplementation(_newProxyTo);
        (bool success, bytes memory returnData) = address(this).call.value(msg.value)(data);
        require(success, string(returnData));
    }
    function setImplementation(address _newProxyTo) private {
        bytes32 position = IMPLEMENTATION_SLOT;
        assembly {
            sstore(position, _newProxyTo)
        }
    }
}
// File: contracts/common/governance/IGovernance.sol
interface IGovernance {
    function update(address target, bytes calldata data) external;
}
// File: contracts/common/governance/Governable.sol
contract Governable {
    IGovernance public governance;
    constructor(address _governance) public {
        governance = IGovernance(_governance);
    }
    modifier onlyGovernance() {
        _assertGovernance();
        _;
    }
    function _assertGovernance() private view {
        require(
            msg.sender == address(governance),
            "Only governance contract is authorized"
        );
    }
}
// File: contracts/root/withdrawManager/IWithdrawManager.sol
contract IWithdrawManager {
    function createExitQueue(address token) external;
    function verifyInclusion(
        bytes calldata data,
        uint8 offset,
        bool verifyTxInclusion
    ) external view returns (uint256 age);
    function addExitToQueue(
        address exitor,
        address childToken,
        address rootToken,
        uint256 exitAmountOrTokenId,
        bytes32 txHash,
        bool isRegularExit,
        uint256 priority
    ) external;
    function addInput(
        uint256 exitId,
        uint256 age,
        address utxoOwner,
        address token
    ) external;
    function challengeExit(
        uint256 exitId,
        uint256 inputId,
        bytes calldata challengeData,
        address adjudicatorPredicate
    ) external;
}
// File: contracts/common/Registry.sol
contract Registry is Governable {
    // @todo hardcode constants
    bytes32 private constant WETH_TOKEN = keccak256("wethToken");
    bytes32 private constant DEPOSIT_MANAGER = keccak256("depositManager");
    bytes32 private constant STAKE_MANAGER = keccak256("stakeManager");
    bytes32 private constant VALIDATOR_SHARE = keccak256("validatorShare");
    bytes32 private constant WITHDRAW_MANAGER = keccak256("withdrawManager");
    bytes32 private constant CHILD_CHAIN = keccak256("childChain");
    bytes32 private constant STATE_SENDER = keccak256("stateSender");
    bytes32 private constant SLASHING_MANAGER = keccak256("slashingManager");
    address public erc20Predicate;
    address public erc721Predicate;
    mapping(bytes32 => address) public contractMap;
    mapping(address => address) public rootToChildToken;
    mapping(address => address) public childToRootToken;
    mapping(address => bool) public proofValidatorContracts;
    mapping(address => bool) public isERC721;
    enum Type {Invalid, ERC20, ERC721, Custom}
    struct Predicate {
        Type _type;
    }
    mapping(address => Predicate) public predicates;
    event TokenMapped(address indexed rootToken, address indexed childToken);
    event ProofValidatorAdded(address indexed validator, address indexed from);
    event ProofValidatorRemoved(address indexed validator, address indexed from);
    event PredicateAdded(address indexed predicate, address indexed from);
    event PredicateRemoved(address indexed predicate, address indexed from);
    event ContractMapUpdated(bytes32 indexed key, address indexed previousContract, address indexed newContract);
    constructor(address _governance) public Governable(_governance) {}
    function updateContractMap(bytes32 _key, address _address) external onlyGovernance {
        emit ContractMapUpdated(_key, contractMap[_key], _address);
        contractMap[_key] = _address;
    }
    /**
     * @dev Map root token to child token
     * @param _rootToken Token address on the root chain
     * @param _childToken Token address on the child chain
     * @param _isERC721 Is the token being mapped ERC721
     */
    function mapToken(
        address _rootToken,
        address _childToken,
        bool _isERC721
    ) external onlyGovernance {
        require(_rootToken != address(0x0) && _childToken != address(0x0), "INVALID_TOKEN_ADDRESS");
        rootToChildToken[_rootToken] = _childToken;
        childToRootToken[_childToken] = _rootToken;
        isERC721[_rootToken] = _isERC721;
        IWithdrawManager(contractMap[WITHDRAW_MANAGER]).createExitQueue(_rootToken);
        emit TokenMapped(_rootToken, _childToken);
    }
    function addErc20Predicate(address predicate) public onlyGovernance {
        require(predicate != address(0x0), "Can not add null address as predicate");
        erc20Predicate = predicate;
        addPredicate(predicate, Type.ERC20);
    }
    function addErc721Predicate(address predicate) public onlyGovernance {
        erc721Predicate = predicate;
        addPredicate(predicate, Type.ERC721);
    }
    function addPredicate(address predicate, Type _type) public onlyGovernance {
        require(predicates[predicate]._type == Type.Invalid, "Predicate already added");
        predicates[predicate]._type = _type;
        emit PredicateAdded(predicate, msg.sender);
    }
    function removePredicate(address predicate) public onlyGovernance {
        require(predicates[predicate]._type != Type.Invalid, "Predicate does not exist");
        delete predicates[predicate];
        emit PredicateRemoved(predicate, msg.sender);
    }
    function getValidatorShareAddress() public view returns (address) {
        return contractMap[VALIDATOR_SHARE];
    }
    function getWethTokenAddress() public view returns (address) {
        return contractMap[WETH_TOKEN];
    }
    function getDepositManagerAddress() public view returns (address) {
        return contractMap[DEPOSIT_MANAGER];
    }
    function getStakeManagerAddress() public view returns (address) {
        return contractMap[STAKE_MANAGER];
    }
    function getSlashingManagerAddress() public view returns (address) {
        return contractMap[SLASHING_MANAGER];
    }
    function getWithdrawManagerAddress() public view returns (address) {
        return contractMap[WITHDRAW_MANAGER];
    }
    function getChildChainAndStateSender() public view returns (address, address) {
        return (contractMap[CHILD_CHAIN], contractMap[STATE_SENDER]);
    }
    function isTokenMapped(address _token) public view returns (bool) {
        return rootToChildToken[_token] != address(0x0);
    }
    function isTokenMappedAndIsErc721(address _token) public view returns (bool) {
        require(isTokenMapped(_token), "TOKEN_NOT_MAPPED");
        return isERC721[_token];
    }
    function isTokenMappedAndGetPredicate(address _token) public view returns (address) {
        if (isTokenMappedAndIsErc721(_token)) {
            return erc721Predicate;
        }
        return erc20Predicate;
    }
    function isChildTokenErc721(address childToken) public view returns (bool) {
        address rootToken = childToRootToken[childToken];
        require(rootToken != address(0x0), "Child token is not mapped");
        return isERC721[rootToken];
    }
}
// File: contracts/staking/validatorShare/ValidatorShareProxy.sol
contract ValidatorShareProxy is UpgradableProxy {
    constructor(address _registry) public UpgradableProxy(_registry) {}
    function loadImplementation() internal view returns (address) {
        return Registry(super.loadImplementation()).getValidatorShareAddress();
    }
}

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_registry","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_new","type":"address"},{"indexed":false,"internalType":"address","name":"_old","type":"address"}],"name":"OwnerUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_new","type":"address"},{"indexed":true,"internalType":"address","name":"_old","type":"address"}],"name":"ProxyUpdated","type":"event"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"proxyType","outputs":[{"internalType":"uint256","name":"proxyTypeId","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_newProxyTo","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"updateAndCall","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_newProxyTo","type":"address"}],"name":"updateImplementation","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]

0x608060405234801561001057600080fd5b506040516108d63803806108d68339818101604052602081101561003357600080fd5b505180610048336001600160e01b0361006116565b61005a816001600160e01b0361009616565b50506100b8565b604080517f6d617469632e6e6574776f726b2e70726f78792e6f776e6572000000000000008152905190819003601901902055565b600060405180806108b460229139604051908190036022019020929092555050565b6107ed806100c76000396000f3fe6080604052600436106100555760003560e01c8063025b22bc1461009f5780634555d5c9146100d25780635c60da1b146100f95780638da5cb5b1461012a578063d88ca2c81461013f578063f2fde38b146101f5575b61009d610060610228565b6000368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061029b92505050565b005b3480156100ab57600080fd5b5061009d600480360360208110156100c257600080fd5b50356001600160a01b03166102c3565b3480156100de57600080fd5b506100e76103fd565b60408051918252519081900360200190f35b34801561010557600080fd5b5061010e610402565b604080516001600160a01b039092168252519081900360200190f35b34801561013657600080fd5b5061010e610411565b61009d6004803603604081101561015557600080fd5b6001600160a01b03823516919081019060408101602082013564010000000081111561018057600080fd5b82018360208201111561019257600080fd5b803590602001918460018302840111640100000000831117156101b457600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061041b945050505050565b34801561020157600080fd5b5061009d6004803603602081101561021857600080fd5b50356001600160a01b03166105b1565b60006102326106a3565b6001600160a01b0316631c9486ef6040518163ffffffff1660e01b815260040160206040518083038186803b15801561026a57600080fd5b505afa15801561027e573d6000803e3d6000fd5b505050506040513d602081101561029457600080fd5b5051905090565b600080825160208401856127105a03f43d604051816000823e8280156102bf578282f35b8282fd5b336102cc6106c9565b6001600160a01b031614610313576040805162461bcd60e51b81526020600482015260096024820152682727aa2fa7aba722a960b91b604482015290519081900360640190fd5b6001600160a01b038116610366576040805162461bcd60e51b8152602060048201526015602482015274494e56414c49445f50524f58595f4144445245535360581b604482015290519081900360640190fd5b61036f816106fb565b6103aa5760405162461bcd60e51b81526004018080602001828103825260258152602001806107726025913960400191505060405180910390fd5b6103b2610228565b6001600160a01b0316816001600160a01b03167fd32d24edea94f55e932d9a008afc425a8561462d1b1f57bc6e508e9a6b9509e160405160405180910390a36103fa8161071e565b50565b600290565b600061040c610228565b905090565b600061040c6106c9565b336104246106c9565b6001600160a01b03161461046b576040805162461bcd60e51b81526020600482015260096024820152682727aa2fa7aba722a960b91b604482015290519081900360640190fd5b610474826102c3565b60006060306001600160a01b031634846040518082805190602001908083835b602083106104b35780518252601f199092019160209182019101610494565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114610515576040519150601f19603f3d011682016040523d82523d6000602084013e61051a565b606091505b50915091508181906105aa5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561056f578181015183820152602001610557565b50505050905090810190601f16801561059c5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5050505050565b336105ba6106c9565b6001600160a01b031614610601576040805162461bcd60e51b81526020600482015260096024820152682727aa2fa7aba722a960b91b604482015290519081900360640190fd5b6001600160a01b03811661064b576040805162461bcd60e51b815260206004820152600c60248201526b5a45524f5f4144445245535360a01b604482015290519081900360640190fd5b7f343765429aea5a34b3ff6a3785a98a5abb2597aca87bfbb58632c173d585373a816106756106c9565b604080516001600160a01b03938416815291909216602082015281519081900390910190a16103fa81610740565b600080600060405180806107976022913960405190819003602201902054935050505090565b604080517836b0ba34b1973732ba3bb7b93597383937bc3c9737bbb732b960391b815290519081900360190190205490565b60006001600160a01b03821661071357506000610719565b50803b15155b919050565b6000604051808061079760229139604051908190036022019020929092555050565b604080517836b0ba34b1973732ba3bb7b93597383937bc3c9737bbb732b960391b815290519081900360190190205556fe44455354494e4154494f4e5f414444524553535f49535f4e4f545f415f434f4e54524143546d617469632e6e6574776f726b2e70726f78792e696d706c656d656e746174696f6ea265627a7a7231582069c4446187ba8280fc6f13e62b8c73a23838c9b203704e57c27b32e9456a94d864736f6c634300051100326d617469632e6e6574776f726b2e70726f78792e696d706c656d656e746174696f6e000000000000000000000000fe92f7c3a701e43d8479738c8844bcc555b9e5cd

Deployed Bytecode

0x6080604052600436106100555760003560e01c8063025b22bc1461009f5780634555d5c9146100d25780635c60da1b146100f95780638da5cb5b1461012a578063d88ca2c81461013f578063f2fde38b146101f5575b61009d610060610228565b6000368080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061029b92505050565b005b3480156100ab57600080fd5b5061009d600480360360208110156100c257600080fd5b50356001600160a01b03166102c3565b3480156100de57600080fd5b506100e76103fd565b60408051918252519081900360200190f35b34801561010557600080fd5b5061010e610402565b604080516001600160a01b039092168252519081900360200190f35b34801561013657600080fd5b5061010e610411565b61009d6004803603604081101561015557600080fd5b6001600160a01b03823516919081019060408101602082013564010000000081111561018057600080fd5b82018360208201111561019257600080fd5b803590602001918460018302840111640100000000831117156101b457600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061041b945050505050565b34801561020157600080fd5b5061009d6004803603602081101561021857600080fd5b50356001600160a01b03166105b1565b60006102326106a3565b6001600160a01b0316631c9486ef6040518163ffffffff1660e01b815260040160206040518083038186803b15801561026a57600080fd5b505afa15801561027e573d6000803e3d6000fd5b505050506040513d602081101561029457600080fd5b5051905090565b600080825160208401856127105a03f43d604051816000823e8280156102bf578282f35b8282fd5b336102cc6106c9565b6001600160a01b031614610313576040805162461bcd60e51b81526020600482015260096024820152682727aa2fa7aba722a960b91b604482015290519081900360640190fd5b6001600160a01b038116610366576040805162461bcd60e51b8152602060048201526015602482015274494e56414c49445f50524f58595f4144445245535360581b604482015290519081900360640190fd5b61036f816106fb565b6103aa5760405162461bcd60e51b81526004018080602001828103825260258152602001806107726025913960400191505060405180910390fd5b6103b2610228565b6001600160a01b0316816001600160a01b03167fd32d24edea94f55e932d9a008afc425a8561462d1b1f57bc6e508e9a6b9509e160405160405180910390a36103fa8161071e565b50565b600290565b600061040c610228565b905090565b600061040c6106c9565b336104246106c9565b6001600160a01b03161461046b576040805162461bcd60e51b81526020600482015260096024820152682727aa2fa7aba722a960b91b604482015290519081900360640190fd5b610474826102c3565b60006060306001600160a01b031634846040518082805190602001908083835b602083106104b35780518252601f199092019160209182019101610494565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114610515576040519150601f19603f3d011682016040523d82523d6000602084013e61051a565b606091505b50915091508181906105aa5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561056f578181015183820152602001610557565b50505050905090810190601f16801561059c5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5050505050565b336105ba6106c9565b6001600160a01b031614610601576040805162461bcd60e51b81526020600482015260096024820152682727aa2fa7aba722a960b91b604482015290519081900360640190fd5b6001600160a01b03811661064b576040805162461bcd60e51b815260206004820152600c60248201526b5a45524f5f4144445245535360a01b604482015290519081900360640190fd5b7f343765429aea5a34b3ff6a3785a98a5abb2597aca87bfbb58632c173d585373a816106756106c9565b604080516001600160a01b03938416815291909216602082015281519081900390910190a16103fa81610740565b600080600060405180806107976022913960405190819003602201902054935050505090565b604080517836b0ba34b1973732ba3bb7b93597383937bc3c9737bbb732b960391b815290519081900360190190205490565b60006001600160a01b03821661071357506000610719565b50803b15155b919050565b6000604051808061079760229139604051908190036022019020929092555050565b604080517836b0ba34b1973732ba3bb7b93597383937bc3c9737bbb732b960391b815290519081900360190190205556fe44455354494e4154494f4e5f414444524553535f49535f4e4f545f415f434f4e54524143546d617469632e6e6574776f726b2e70726f78792e696d706c656d656e746174696f6ea265627a7a7231582069c4446187ba8280fc6f13e62b8c73a23838c9b203704e57c27b32e9456a94d864736f6c63430005110032

Deployed Bytecode Sourcemap

11699:282:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2623:44;2636:20;:18;:20::i;:::-;2658:8;;2623:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;2623:12:0;;-1:-1:-1;;;2623:44:0:i;:::-;11699:282;3844:341;;8:9:-1;5:2;;;30:1;27;20:12;5:2;3844:341:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;3844:341:0;-1:-1:-1;;;;;3844:341:0;;:::i;1714:129::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1714:129:0;;;:::i;:::-;;;;;;;;;;;;;;;;3107:104;;8:9:-1;5:2;;;30:1;27;20:12;5:2;3107:104:0;;;:::i;:::-;;;;-1:-1:-1;;;;;3107:104:0;;;;;;;;;;;;;;2791:85;;8:9:-1;5:2;;;30:1;27;20:12;5:2;2791:85:0;;;:::i;4191:286::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;4191:286:0;;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;4191:286:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;4191:286:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;4191:286:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;4191:286:0;;-1:-1:-1;4191:286:0;;-1:-1:-1;;;;;4191:286:0:i;3457:212::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;3457:212:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;3457:212:0;-1:-1:-1;;;;;3457:212:0;;:::i;11827:151::-;11880:7;11916:26;:24;:26::i;:::-;-1:-1:-1;;;;;11907:61:0;;:63;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11907:63:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;11907:63:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;11907:63:0;;-1:-1:-1;11827:151:0;:::o;427:888::-;792:1;772;743:9;737:16;713:4;702:9;698:20;675:4;650:5;645:3;641:15;610:198;834:14;879:4;873:11;921:4;918:1;913:3;898:28;1122:6;1146:66;;;;1273:4;1268:3;1261:17;1146:66;1188:4;1183:3;1176:17;3844:341;2741:10;2726:11;:9;:11::i;:::-;-1:-1:-1;;;;;2726:25:0;;2718:47;;;;;-1:-1:-1;;;2718:47:0;;;;;;;;;;;;-1:-1:-1;;;2718:47:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;3936:27:0;;3928:61;;;;;-1:-1:-1;;;3928:61:0;;;;;;;;;;;;-1:-1:-1;;;3928:61:0;;;;;;;;;;;;;;;4008:23;4019:11;4008:10;:23::i;:::-;4000:73;;;;-1:-1:-1;;;4000:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4115:20;:18;:20::i;:::-;-1:-1:-1;;;;;4089:47:0;4102:11;-1:-1:-1;;;;;4089:47:0;;;;;;;;;;;4147:30;4165:11;4147:17;:30::i;:::-;3844:341;:::o;1714:129::-;1834:1;;1714:129::o;3107:104::-;3156:7;3183:20;:18;:20::i;:::-;3176:27;;3107:104;:::o;2791:85::-;2830:7;2857:11;:9;:11::i;4191:286::-;2741:10;2726:11;:9;:11::i;:::-;-1:-1:-1;;;;;2726:25:0;;2718:47;;;;;-1:-1:-1;;;2718:47:0;;;;;;;;;;;;-1:-1:-1;;;2718:47:0;;;;;;;;;;;;;;;4295:33;4316:11;4295:20;:33::i;:::-;4340:12;4354:23;4389:4;-1:-1:-1;;;;;4381:18:0;4406:9;4417:4;4381:41;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;4381:41:0;;;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;4339:83:0;;;;4441:7;4457:10;4433:36;;;;;-1:-1:-1;;;4433:36:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;4433:36:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2776:1;;4191:286;;:::o;3457:212::-;2741:10;2726:11;:9;:11::i;:::-;-1:-1:-1;;;;;2726:25:0;;2718:47;;;;;-1:-1:-1;;;2718:47:0;;;;;;;;;;;;-1:-1:-1;;;2718:47:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;3543:22:0;;3535:47;;;;;-1:-1:-1;;;3535:47:0;;;;;;;;;;;;-1:-1:-1;;;3535:47:0;;;;;;;;;;;;;;;3598:34;3610:8;3620:11;:9;:11::i;:::-;3598:34;;;-1:-1:-1;;;;;3598:34:0;;;;;;;;;;;;;;;;;;;;;;;;3643:18;3652:8;3643;:18::i;3217:234::-;3269:7;3289:13;3313:16;2173:47;;;;;;;;;;;;;;;;;;3395:15;;-1:-1:-1;;;;3217:234:0;:::o;2882:219::-;2257:38;;;-1:-1:-1;;;2257:38:0;;;;;;;;;;;;3044:15;2882:219;:::o;1321:272::-;1381:4;-1:-1:-1;;;;;1402:21:0;;1398:66;;-1:-1:-1;1447:5:0;1440:12;;1398:66;-1:-1:-1;1529:20:0;;1577:8;;1321:272;;;;:::o;4483:187::-;4550:16;2173:47;;;;;;;;;;;;;;;;;;4623:29;;;;-1:-1:-1;;4608:55:0:o;3675:163::-;2257:38;;;-1:-1:-1;;;2257:38:0;;;;;;;;;;;;3794:26;3779:52::o

Swarm Source

bzzr://69c4446187ba8280fc6f13e62b8c73a23838c9b203704e57c27b32e9456a94d8

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.

OSZAR »