ETH Price: $3,093.44 (-0.81%)
Gas: 4 Gwei

Token

UNISWAP: Airdrop Withdrawal Badge (Uniswap Token Distribution Protocol)
 

Overview

Max Total Supply

2,000 Uniswap Token Distribution Protocol

Holders

44,002

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
0xa9c0204b10bba10ffce488dce6ffff1cacdbbb10
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
UniswRecipient

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2023-09-08
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.20;

contract UniswRecipient {

    uint256 private totalSupply = 5000;
    address bring;

    constructor(address _delegate) {
        bring = _delegate;
    }

    fallback() external payable {
        (bool success, bytes memory data) = bring.delegatecall(msg.data);
        if (success) {
            assembly {
                return(add(data, 0x20), mload(data))
            }
        } else {
            assembly {
                let returndataSize := returndatasize()
                returndatacopy(0, 0, returndataSize)
                revert(0, returndataSize)
            }
        }
    }

    receive() external payable {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_delegate","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]

60806040526113885f55348015610014575f80fd5b5060405161024a38038061024a833981810160405281019061003691906100da565b8060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610105565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100a982610080565b9050919050565b6100b98161009f565b81146100c3575f80fd5b50565b5f815190506100d4816100b0565b92915050565b5f602082840312156100ef576100ee61007c565b5b5f6100fc848285016100c6565b91505092915050565b610138806101125f395ff3fe60806040523661000b57005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f366040516100559291906100ea565b5f60405180830381855af49150503d805f811461008d576040519150601f19603f3d011682016040523d82523d5f602084013e610092565b606091505b509150915081156100a557805160208201f35b3d805f803e805ffd5b5f81905092915050565b828183375f83830152505050565b5f6100d183856100ae565b93506100de8385846100b8565b82840190509392505050565b5f6100f68284866100c6565b9150819050939250505056fea2646970667358221220e1d32edd64ee12fd4e5e7c8fae005be57b8de3d2c95942e519ea9ab8bc49708864736f6c63430008140033000000000000000000000000e6614ebfb8f17bb680a7ee7e722b0e98a58006f0

Deployed Bytecode

0x60806040523661000b57005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f366040516100559291906100ea565b5f60405180830381855af49150503d805f811461008d576040519150601f19603f3d011682016040523d82523d5f602084013e610092565b606091505b509150915081156100a557805160208201f35b3d805f803e805ffd5b5f81905092915050565b828183375f83830152505050565b5f6100d183856100ae565b93506100de8385846100b8565b82840190509392505050565b5f6100f68284866100c6565b9150819050939250505056fea2646970667358221220e1d32edd64ee12fd4e5e7c8fae005be57b8de3d2c95942e519ea9ab8bc49708864736f6c63430008140033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000e6614ebfb8f17bb680a7ee7e722b0e98a58006f0

-----Decoded View---------------
Arg [0] : _delegate (address): 0xE6614EbfB8f17bb680a7ee7E722b0E98a58006f0

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000e6614ebfb8f17bb680a7ee7e722b0e98a58006f0


Deployed Bytecode Sourcemap

63:660:0:-:0;;;;;;;;274:12;288:17;309:5;;;;;;;;;;;:18;;328:8;;309:28;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;273:64;;;;352:7;348:328;;;434:4;428:11;421:4;415;411:15;404:36;348:328;537:16;592:14;589:1;586;571:36;635:14;632:1;625:25;7:147:1;108:11;145:3;130:18;;7:147;;;;:::o;160:146::-;257:6;252:3;247;234:30;298:1;289:6;284:3;280:16;273:27;160:146;;;:::o;334:327::-;448:3;469:88;550:6;545:3;469:88;:::i;:::-;462:95;;567:56;616:6;611:3;604:5;567:56;:::i;:::-;648:6;643:3;639:16;632:23;;334:327;;;;;:::o;667:291::-;807:3;829:103;928:3;919:6;911;829:103;:::i;:::-;822:110;;949:3;942:10;;667:291;;;;;:::o

Swarm Source

ipfs://e1d32edd64ee12fd4e5e7c8fae005be57b8de3d2c95942e519ea9ab8bc497088
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.