Contract 0xf918e5d0f4e34228d2555e777c882630c55cf8a8 13

Txn Hash Method
Block
From
To
Value [Txn Fee]
0x2e9ec87d8fd5bc4ba1b350420785d9a0b1a87a0a35718408d1b1973419057358Transfer4976722023-05-28 16:21:18124 days 35 mins ago0xc1f4d2cb93b4e9ad039321cd377b35cd73cc45de IN  0xf918e5d0f4e34228d2555e777c882630c55cf8a80.10933685409 ETH0.00007586946
0x95489cf9d48c64c3dece62d4c14f44c2d371b089224a12b311281aab8080fb41Transfer4976602023-05-28 16:20:13124 days 36 mins ago0xc1f4d2cb93b4e9ad039321cd377b35cd73cc45de IN  0xf918e5d0f4e34228d2555e777c882630c55cf8a80.01 ETH0.00014793434
0x87674f82c918e0e5f76dd3d3f1b9935e12b7d44ef4084953ab8ffacfcf6a5d160x608060404976222023-05-28 16:18:47124 days 37 mins ago0xc1f4d2cb93b4e9ad039321cd377b35cd73cc45de IN  Create: Forward0 ETH0.00039141168
[ Download CSV Export 
Latest 2 internal transactions
Parent Txn Hash Block From To Value
0x2e9ec87d8fd5bc4ba1b350420785d9a0b1a87a0a35718408d1b19734190573584976722023-05-28 16:21:18124 days 35 mins ago 0xc1f4d2cb93b4e9ad039321cd377b35cd73cc45de 0xf918e5d0f4e34228d2555e777c882630c55cf8a80.109336854090000021 ETH
0x95489cf9d48c64c3dece62d4c14f44c2d371b089224a12b311281aab8080fb414976602023-05-28 16:20:13124 days 36 mins ago 0xc1f4d2cb93b4e9ad039321cd377b35cd73cc45de 0xf918e5d0f4e34228d2555e777c882630c55cf8a80.01 ETH
[ Download CSV Export 
Index Block
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Forward

Compiler Version
v0.4.26+commit.4563c3fc

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at zkevm.polygonscan.com on 2023-05-28
*/

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)());
    }
}

Contract ABI

[{"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"}]

608060405234801561001057600080fd5b506040516020806101cc83398101806040528101908080519060200190929190505050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610149806100836000396000f300608060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063f7260d3e146100a1575b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166107d05a0334604051600060405180830381858888f19350505050151561009f57600080fd5b005b3480156100ad57600080fd5b506100b66100f8565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a72305820f9700bdd5658c616f9cd18e5bd6c8eddc1d84cd3dd48345ec0d463356025697200290000000000000000000000003bbc0b278ea4b79706769f4ca4b101b95ec04d75

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

0000000000000000000000003bbc0b278ea4b79706769f4ca4b101b95ec04d75

-----Decoded View---------------
Arg [0] : _receiver (address): 0x3bbc0b278ea4b79706769f4ca4b101b95ec04d75

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000003bbc0b278ea4b79706769f4ca4b101b95ec04d75


Deployed ByteCode Sourcemap

28:552:0:-;;;;;;;;;;;;;;;;;;;;;514:8;;;;;;;;;;;:13;;544:4;532:9;:16;556:9;514:54;;;;;;;;;;;;;;;;;;506:63;;;;;;;;28:552;52:23;;8:9:-1;5:2;;;30:1;27;20:12;5:2;52:23:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o

Swarm Source

bzzr://f9700bdd5658c616f9cd18e5bd6c8eddc1d84cd3dd48345ec0d4633560256972
Block Transaction Gas Used Reward
Age Block Fee Address BC Fee Address Voting Power Jailed Incoming
Block Uncle Number Difficulty Gas Used Reward
Loading
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.