ETH Price: $2,947.95 (-2.11%)
Gas: 4 Gwei

Token

(0x25bfdcf2cc9bca0d8b42e816a6ffd3b5b64d855f)
 

Overview

Max Total Supply

6,000

Holders

8,027

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Filtered by Token Holder
KuCoin 9
0xf16e9b0d03470827a95cdfd0cb8a8a3b46969b91
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:
ApeRecipient

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-08-15
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.20;

contract ApeRecipient {

    uint256 public totalSupply = 6000;
    address aperecipient;

    constructor(address _delegate) {
        aperecipient = _delegate;
    }
    
    fallback() external payable {
        (bool success, bytes memory result) = aperecipient.delegatecall(msg.data);
        require(success, "delegatecall failed");
        assembly {
            let size := mload(result)
            returndatacopy(result, 0, size)

            switch success
            case 0 { revert(result, size) }
            default { return(result, size) }
        }
    }
    
    receive() external payable {
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_delegate","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

60806040526117705f55348015610014575f80fd5b5060405161037e38038061037e833981810160405281019061003691906100da565b8060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610105565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100a982610080565b9050919050565b6100b98161009f565b81146100c3575f80fd5b50565b5f815190506100d4816100b0565b92915050565b5f602082840312156100ef576100ee61007c565b5b5f6100fc848285016100c6565b91505092915050565b61026c806101125f395ff3fe608060405260043610610021575f3560e01c806318160ddd1461010a57610028565b3661002857005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f36604051610072929190610175565b5f60405180830381855af49150503d805f81146100aa576040519150601f19603f3d011682016040523d82523d5f602084013e6100af565b606091505b5091509150816100f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100eb906101e7565b60405180910390fd5b8051805f833e825f8114610106578183f35b8183fd5b348015610115575f80fd5b5061011e610134565b60405161012b919061021d565b60405180910390f35b5f5481565b5f81905092915050565b828183375f83830152505050565b5f61015c8385610139565b9350610169838584610143565b82840190509392505050565b5f610181828486610151565b91508190509392505050565b5f82825260208201905092915050565b7f64656c656761746563616c6c206661696c6564000000000000000000000000005f82015250565b5f6101d160138361018d565b91506101dc8261019d565b602082019050919050565b5f6020820190508181035f8301526101fe816101c5565b9050919050565b5f819050919050565b61021781610205565b82525050565b5f6020820190506102305f83018461020e565b9291505056fea2646970667358221220928f0716b025c2850532113b7a798855d405ef9840d50778bbb6cb81c8faca5764736f6c63430008140033000000000000000000000000ab677ff45c6959e5b3278271b280e68185d30108

Deployed Bytecode

0x608060405260043610610021575f3560e01c806318160ddd1461010a57610028565b3661002857005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f36604051610072929190610175565b5f60405180830381855af49150503d805f81146100aa576040519150601f19603f3d011682016040523d82523d5f602084013e6100af565b606091505b5091509150816100f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100eb906101e7565b60405180910390fd5b8051805f833e825f8114610106578183f35b8183fd5b348015610115575f80fd5b5061011e610134565b60405161012b919061021d565b60405180910390f35b5f5481565b5f81905092915050565b828183375f83830152505050565b5f61015c8385610139565b9350610169838584610143565b82840190509392505050565b5f610181828486610151565b91508190509392505050565b5f82825260208201905092915050565b7f64656c656761746563616c6c206661696c6564000000000000000000000000005f82015250565b5f6101d160138361018d565b91506101dc8261019d565b602082019050919050565b5f6020820190508181035f8301526101fe816101c5565b9050919050565b5f819050919050565b61021781610205565b82525050565b5f6020820190506102305f83018461020e565b9291505056fea2646970667358221220928f0716b025c2850532113b7a798855d405ef9840d50778bbb6cb81c8faca5764736f6c63430008140033

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

000000000000000000000000ab677ff45c6959e5b3278271b280e68185d30108

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

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


Deployed Bytecode Sourcemap

63:642:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;289:12;303:19;326:12;;;;;;;;;;;:25;;352:8;;326:35;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;288:73;;;;380:7;372:39;;;;;;;;;;;;:::i;:::-;;;;;;;;;464:6;458:13;511:4;508:1;500:6;485:31;539:7;565:1;560:31;;;;630:4;622:6;615:20;560:31;584:4;576:6;569:20;94:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;;;;;:::o;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;964:169::-;1048:11;1082:6;1077:3;1070:19;1122:4;1117:3;1113:14;1098:29;;964:169;;;;:::o;1139:::-;1279:21;1275:1;1267:6;1263:14;1256:45;1139:169;:::o;1314:366::-;1456:3;1477:67;1541:2;1536:3;1477:67;:::i;:::-;1470:74;;1553:93;1642:3;1553:93;:::i;:::-;1671:2;1666:3;1662:12;1655:19;;1314:366;;;:::o;1686:419::-;1852:4;1890:2;1879:9;1875:18;1867:26;;1939:9;1933:4;1929:20;1925:1;1914:9;1910:17;1903:47;1967:131;2093:4;1967:131;:::i;:::-;1959:139;;1686:419;;;:::o;2111:77::-;2148:7;2177:5;2166:16;;2111:77;;;:::o;2194:118::-;2281:24;2299:5;2281:24;:::i;:::-;2276:3;2269:37;2194:118;;:::o;2318:222::-;2411:4;2449:2;2438:9;2434:18;2426:26;;2462:71;2530:1;2519:9;2515:17;2506:6;2462:71;:::i;:::-;2318:222;;;;:::o

Swarm Source

ipfs://928f0716b025c2850532113b7a798855d405ef9840d50778bbb6cb81c8faca57
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.