Contract
0x32044408d8e78b37ed05561ebfb7745ac7e7f45a
1
Contract Overview
Balance:
0 ETH
ETH Value:
$0.00
My Name Tag:
Not Available, login to update
[ Download CSV Export ]
Latest 25 internal transaction
[ Download CSV Export ]
Contract Name:
Forward
Compiler Version
v0.4.26+commit.4563c3fc
Contract Source Code (Solidity)
/** *Submitted for verification at zkevm.polygonscan.com on 2023-05-26 */ /** *Submitted for verification at goerli.basescan.org on 2023-04-14 */ pragma solidity ^0.4.21; contract Forward { address public receiver; // Constructor, pass the address of the account you want this contract // to forward any incoming ether to. function Forward(address _receiver) { receiver = _receiver; } function() public payable { // Forward the received ether to receiver, as well as some gas, // which the receiver can use to run code // If something goes wrong, the ether is sent back require(receiver.call.gas(gasleft() - 2000).value(msg.value)()); } }
[{"constant":true,"inputs":[],"name":"receiver","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_receiver","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]
Contract Creation Code
608060405234801561001057600080fd5b506040516020806101cc83398101806040528101908080519060200190929190505050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610149806100836000396000f300608060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063f7260d3e146100a1575b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166107d05a0334604051600060405180830381858888f19350505050151561009f57600080fd5b005b3480156100ad57600080fd5b506100b66100f8565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a72305820edfdf95b814a6171276c436e81b85b650ce6b122480393b0980508824931e8050029000000000000000000000000d0615037bbe05e45b75f26858d9cba76e4d969b2
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000d0615037bbe05e45b75f26858d9cba76e4d969b2
-----Decoded View---------------
Arg [0] : _receiver (address): 0xd0615037bbe05e45b75f26858d9cba76e4d969b2
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000d0615037bbe05e45b75f26858d9cba76e4d969b2
Deployed ByteCode Sourcemap
106:552:0:-;;;;;;;;;;;;;;;;;;;;;592:8;;;;;;;;;;;:13;;622:4;610:9;:16;634:9;592:54;;;;;;;;;;;;;;;;;;584:63;;;;;;;;106:552;130:23;;8:9:-1;5:2;;;30:1;27;20:12;5:2;130:23:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o
Swarm Source
bzzr://edfdf95b814a6171276c436e81b85b650ce6b122480393b0980508824931e805
Age | Block | Fee Address | BC Fee Address | Voting Power | Jailed | Incoming |
---|
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.