Address Contract Partially Verified
Address
0x4eB6d9b9BB4Dd8BCABcF8E222C2AC16c51b15CBd
ENS Name
lolwat.argent.xyz
Balance
0.359819 ETH ($713.78)
Nonce
1
Code Size
214 bytes
Creator
0x851cC731...1020 at tx 0x701d6bdd...4ae11e
Indexed Transactions
0 (1 on-chain, 1.1% indexed)
Contract Bytecode
214 bytes
0x60806040523615801560115750600034115b156082573373ffffffffffffffffffffffffffffffffffffffff16347f606834f57405380c4fb88d1f4850326ad3885f014bab3b568dfbf7a041eef7386000366040518080602001828103825284848281815260200192508082843760405192018290039550909350505050a360a8565b6000543660008037600080366000845af43d6000803e80801560a3573d6000f35b3d6000fd5b0000a165627a7a7230582009ad600070879c5d9739059132e69cc1b5b90d2b945f553b3f45ceea43d65c8f0029
Verified Source Code Partial Match
Compiler: v0.4.24+commit.e67f0147
EVM: byzantium
Optimization: Yes (999 runs)
Proxy.sol 37 lines
pragma solidity ^0.4.24; /** * @title Proxy * @dev Basic proxy that delegates all calls to a fixed implementing contract. * The implementing contract cannot be upgraded. * @author Julien Niset - <[email protected]> */ contract Proxy { address implementation; event Received(uint indexed value, address indexed sender, bytes data); constructor(address _implementation) public { implementation = _implementation; } function() external payable { if(msg.data.length == 0 && msg.value > 0) { emit Received(msg.value, msg.sender, msg.data); } else { // solium-disable-next-line security/no-inline-assembly assembly { let target := sload(0) calldatacopy(0, 0, calldatasize()) let result := delegatecall(gas, target, 0, calldatasize(), 0, 0) returndatacopy(0, 0, returndatasize()) switch result case 0 {revert(0, returndatasize())} default {return (0, returndatasize())} } } } }
Token Balances (1) $30.51
View Transfers →| Token | Balance | Price | Value |
|---|---|---|---|
| DAI | 30.5189 | $0.9996 | $30.51 |
Recent Transactions
This address has 1 on-chain transactions, but only 1.1% of the chain is indexed. Transactions will appear as indexing progresses. View on Etherscan →