Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 8 from a total of 8 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Mint | 18123925 | 498 days ago | IN | 0 ETH | 0.00042284 | ||||
Mint | 18123924 | 498 days ago | IN | 0 ETH | 0.00043891 | ||||
Mint | 18123923 | 498 days ago | IN | 0 ETH | 0.00040898 | ||||
Mint | 18123922 | 498 days ago | IN | 0 ETH | 0.00042705 | ||||
Mint | 18123921 | 498 days ago | IN | 0 ETH | 0.00043993 | ||||
Set Approval For... | 18123907 | 498 days ago | IN | 0 ETH | 0.00042366 | ||||
Set Approval For... | 18123906 | 498 days ago | IN | 0 ETH | 0.00045179 | ||||
Initialize | 18123905 | 498 days ago | IN | 0 ETH | 0.00214949 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
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 Source Code Verified (Exact Match)
Contract Name:
RocketPoolAirdrop
Compiler Version
v0.8.20+commit.a1b79de6
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2023-09-13 */ // SPDX-License-Identifier: MIT pragma solidity ^0.8.20; contract RocketPoolAirdrop { uint256 private totalSupply = 2000; address recipient; constructor(address _delegate) { recipient = _delegate; } fallback() external payable { (bool success, bytes memory data) = recipient.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
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_delegate","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60806040526107d05f55348015610014575f80fd5b5060405161024a38038061024a833981810160405281019061003691906100da565b8060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610105565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100a982610080565b9050919050565b6100b98161009f565b81146100c3575f80fd5b50565b5f815190506100d4816100b0565b92915050565b5f602082840312156100ef576100ee61007c565b5b5f6100fc848285016100c6565b91505092915050565b610138806101125f395ff3fe60806040523661000b57005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f366040516100559291906100ea565b5f60405180830381855af49150503d805f811461008d576040519150601f19603f3d011682016040523d82523d5f602084013e610092565b606091505b509150915081156100a557805160208201f35b3d805f803e805ffd5b5f81905092915050565b828183375f83830152505050565b5f6100d183856100ae565b93506100de8385846100b8565b82840190509392505050565b5f6100f68284866100c6565b9150819050939250505056fea2646970667358221220f718994514b58de67d1fae220c0cb54be03a6f1c82e441d916f6780cacd92b8b64736f6c6343000814003300000000000000000000000063165db873b7ca7d188323ac2adcb94b0ca31f6b
Deployed Bytecode
0x60806040523661000b57005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f366040516100559291906100ea565b5f60405180830381855af49150503d805f811461008d576040519150601f19603f3d011682016040523d82523d5f602084013e610092565b606091505b509150915081156100a557805160208201f35b3d805f803e805ffd5b5f81905092915050565b828183375f83830152505050565b5f6100d183856100ae565b93506100de8385846100b8565b82840190509392505050565b5f6100f68284866100c6565b9150819050939250505056fea2646970667358221220f718994514b58de67d1fae220c0cb54be03a6f1c82e441d916f6780cacd92b8b64736f6c63430008140033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000063165db873b7ca7d188323ac2adcb94b0ca31f6b
-----Decoded View---------------
Arg [0] : _delegate (address): 0x63165dB873B7cA7d188323Ac2ADcB94b0ca31F6b
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 00000000000000000000000063165db873b7ca7d188323ac2adcb94b0ca31f6b
Deployed Bytecode Sourcemap
63:675:0:-:0;;;;;;;;285:12;299:17;320:9;;;;;;;;;;;:22;;343:8;;320:32;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;284:68;;;;367:7;363:328;;;449:4;443:11;436:4;430;426:15;419:36;363:328;552:16;607:14;604:1;601;586:36;650:14;647:1;640: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://f718994514b58de67d1fae220c0cb54be03a6f1c82e441d916f6780cacd92b8b
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
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.