ETH Price: $2,123.48 (-2.64%)

Contract

0xDF8E87F5EDee10366ADcf015c75D2Fd1d6F84DCA
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Advanced mode:
Parent Transaction Hash Method Block
From
To
View All Internal Transactions
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

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

Contract Source Code Verified (Exact Match)

Contract Name:
OthersideProxy

Compiler Version
v0.8.13+commit.abaa5c0e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2022-04-30
*/

// SPDX-License-Identifier: UNLICENSED

pragma solidity ^0.8.0;

interface OthersideToken {
    function balanceOf(address) external returns(uint256);
    function tokenOfOwnerByIndex(address,uint256) external returns(uint256);
    function transferFrom(address,address,uint256) external;
}

contract OthersideProxy {
    OthersideToken constant token = OthersideToken(0x34d85c9CDeB23FA97cb08333b511ac86E1C4E258);

    function execute(address recipient) public {
        uint256 bal = token.balanceOf(msg.sender);

        for (uint256 i = 0; i < bal;) {
            uint256 tokenIdx = token.tokenOfOwnerByIndex(msg.sender, i);
            token.transferFrom(msg.sender, recipient, tokenIdx);

            unchecked { ++i; }
        }
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"recipient","type":"address"}],"name":"execute","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405234801561001057600080fd5b506103d7806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c80634b64e49214610030575b600080fd5b61004a60048036038101906100459190610278565b61004c565b005b60007334d85c9cdeb23fa97cb08333b511ac86e1c4e25873ffffffffffffffffffffffffffffffffffffffff166370a08231336040518263ffffffff1660e01b815260040161009b91906102b4565b6020604051808303816000875af11580156100ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100de9190610305565b905060005b818110156102105760007334d85c9cdeb23fa97cb08333b511ac86e1c4e25873ffffffffffffffffffffffffffffffffffffffff16632f745c5933846040518363ffffffff1660e01b815260040161013c929190610341565b6020604051808303816000875af115801561015b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061017f9190610305565b90507334d85c9cdeb23fa97cb08333b511ac86e1c4e25873ffffffffffffffffffffffffffffffffffffffff166323b872dd3386846040518463ffffffff1660e01b81526004016101d29392919061036a565b600060405180830381600087803b1580156101ec57600080fd5b505af1158015610200573d6000803e3d6000fd5b50505050816001019150506100e3565b505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006102458261021a565b9050919050565b6102558161023a565b811461026057600080fd5b50565b6000813590506102728161024c565b92915050565b60006020828403121561028e5761028d610215565b5b600061029c84828501610263565b91505092915050565b6102ae8161023a565b82525050565b60006020820190506102c960008301846102a5565b92915050565b6000819050919050565b6102e2816102cf565b81146102ed57600080fd5b50565b6000815190506102ff816102d9565b92915050565b60006020828403121561031b5761031a610215565b5b6000610329848285016102f0565b91505092915050565b61033b816102cf565b82525050565b600060408201905061035660008301856102a5565b6103636020830184610332565b9392505050565b600060608201905061037f60008301866102a5565b61038c60208301856102a5565b6103996040830184610332565b94935050505056fea2646970667358221220d7b3b2dc277285ae7d34d8d43197a7d0c582f38298cecdf2253793720fb9c2ae64736f6c634300080d0033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061002b5760003560e01c80634b64e49214610030575b600080fd5b61004a60048036038101906100459190610278565b61004c565b005b60007334d85c9cdeb23fa97cb08333b511ac86e1c4e25873ffffffffffffffffffffffffffffffffffffffff166370a08231336040518263ffffffff1660e01b815260040161009b91906102b4565b6020604051808303816000875af11580156100ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100de9190610305565b905060005b818110156102105760007334d85c9cdeb23fa97cb08333b511ac86e1c4e25873ffffffffffffffffffffffffffffffffffffffff16632f745c5933846040518363ffffffff1660e01b815260040161013c929190610341565b6020604051808303816000875af115801561015b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061017f9190610305565b90507334d85c9cdeb23fa97cb08333b511ac86e1c4e25873ffffffffffffffffffffffffffffffffffffffff166323b872dd3386846040518463ffffffff1660e01b81526004016101d29392919061036a565b600060405180830381600087803b1580156101ec57600080fd5b505af1158015610200573d6000803e3d6000fd5b50505050816001019150506100e3565b505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006102458261021a565b9050919050565b6102558161023a565b811461026057600080fd5b50565b6000813590506102728161024c565b92915050565b60006020828403121561028e5761028d610215565b5b600061029c84828501610263565b91505092915050565b6102ae8161023a565b82525050565b60006020820190506102c960008301846102a5565b92915050565b6000819050919050565b6102e2816102cf565b81146102ed57600080fd5b50565b6000815190506102ff816102d9565b92915050565b60006020828403121561031b5761031a610215565b5b6000610329848285016102f0565b91505092915050565b61033b816102cf565b82525050565b600060408201905061035660008301856102a5565b6103636020830184610332565b9392505050565b600060608201905061037f60008301866102a5565b61038c60208301856102a5565b6103996040830184610332565b94935050505056fea2646970667358221220d7b3b2dc277285ae7d34d8d43197a7d0c582f38298cecdf2253793720fb9c2ae64736f6c634300080d0033

Deployed Bytecode Sourcemap

302:464:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;432:331;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;486:11;380:42;500:15;;;516:10;500:27;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;486:41;;545:9;540:216;564:3;560:1;:7;540:216;;;585:16;380:42;604:25;;;630:10;642:1;604:40;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;585:59;;380:42;659:18;;;678:10;690:9;701:8;659:51;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;739:3;;;;;570:186;540:216;;;;475:288;432:331;:::o;88:117:1:-;197:1;194;187:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:96::-;503:7;532:24;550:5;532:24;:::i;:::-;521:35;;466:96;;;:::o;568:122::-;641:24;659:5;641:24;:::i;:::-;634:5;631:35;621:63;;680:1;677;670:12;621:63;568:122;:::o;696:139::-;742:5;780:6;767:20;758:29;;796:33;823:5;796:33;:::i;:::-;696:139;;;;:::o;841:329::-;900:6;949:2;937:9;928:7;924:23;920:32;917:119;;;955:79;;:::i;:::-;917:119;1075:1;1100:53;1145:7;1136:6;1125:9;1121:22;1100:53;:::i;:::-;1090:63;;1046:117;841:329;;;;:::o;1176:118::-;1263:24;1281:5;1263:24;:::i;:::-;1258:3;1251:37;1176:118;;:::o;1300:222::-;1393:4;1431:2;1420:9;1416:18;1408:26;;1444:71;1512:1;1501:9;1497:17;1488:6;1444:71;:::i;:::-;1300:222;;;;:::o;1528:77::-;1565:7;1594:5;1583:16;;1528:77;;;:::o;1611:122::-;1684:24;1702:5;1684:24;:::i;:::-;1677:5;1674:35;1664:63;;1723:1;1720;1713:12;1664:63;1611:122;:::o;1739:143::-;1796:5;1827:6;1821:13;1812:22;;1843:33;1870:5;1843:33;:::i;:::-;1739:143;;;;:::o;1888:351::-;1958:6;2007:2;1995:9;1986:7;1982:23;1978:32;1975:119;;;2013:79;;:::i;:::-;1975:119;2133:1;2158:64;2214:7;2205:6;2194:9;2190:22;2158:64;:::i;:::-;2148:74;;2104:128;1888:351;;;;:::o;2245:118::-;2332:24;2350:5;2332:24;:::i;:::-;2327:3;2320:37;2245:118;;:::o;2369:332::-;2490:4;2528:2;2517:9;2513:18;2505:26;;2541:71;2609:1;2598:9;2594:17;2585:6;2541:71;:::i;:::-;2622:72;2690:2;2679:9;2675:18;2666:6;2622:72;:::i;:::-;2369:332;;;;;:::o;2707:442::-;2856:4;2894:2;2883:9;2879:18;2871:26;;2907:71;2975:1;2964:9;2960:17;2951:6;2907:71;:::i;:::-;2988:72;3056:2;3045:9;3041:18;3032:6;2988:72;:::i;:::-;3070;3138:2;3127:9;3123:18;3114:6;3070:72;:::i;:::-;2707:442;;;;;;:::o

Swarm Source

ipfs://d7b3b2dc277285ae7d34d8d43197a7d0c582f38298cecdf2253793720fb9c2ae

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

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.