Source Code
Overview
CELO Balance
4.99999999999999999 CELO
More Info
ContractCreator
Multichain Info
N/A
Latest 12 from a total of 12 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Perform Transfer | 25026389 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25026214 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25026197 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25026152 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25026144 | 71 days ago | IN | 0 CELO | 0.00031244 | ||||
Perform Transfer | 25026124 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25026089 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25026036 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25025983 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Perform Transfer | 25025975 | 71 days ago | IN | 0 CELO | 0.00031256 | ||||
Transfer | 25025966 | 71 days ago | IN | 5 CELO | 0.00021055 | ||||
0x60806040 | 25025641 | 71 days ago | IN | 0 CELO | 0.00124573 |
Latest 10 internal transactions
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
MultiTransfer
Compiler Version
v0.8.24+commit.e11b9ed9
Optimization Enabled:
Yes with 200 runs
Other Settings:
london EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// Deployed with the Atlas IDE // https://app.atlaszk.com/ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; contract MultiTransfer { // Function to perform a single transfer function performTransfer(address payable recipient, uint256 amount) public payable { require(address(this).balance >= amount, "Insufficient balance for transfer"); recipient.transfer(amount); } // Fallback function to receive Ether receive() external payable {} }
{ "remappings": [ "forge-std/=lib/forge-std/src/" ], "optimizer": { "enabled": true, "runs": 200 }, "metadata": { "useLiteralContent": false, "bytecodeHash": "ipfs", "appendCBOR": true }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "evmVersion": "london", "viaIR": false, "debug": { "revertStrings": "default" }, "libraries": {} }
[{"inputs":[{"internalType":"address payable","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"performTransfer","outputs":[],"stateMutability":"payable","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
608060405234801561001057600080fd5b5061014a806100206000396000f3fe6080604052600436106100225760003560e01c80631862b3e81461002e57600080fd5b3661002957005b600080fd5b61004161003c3660046100dc565b610043565b005b804710156100a15760405162461bcd60e51b815260206004820152602160248201527f496e73756666696369656e742062616c616e636520666f72207472616e7366656044820152603960f91b606482015260840160405180910390fd5b6040516001600160a01b0383169082156108fc029083906000818181858888f193505050501580156100d7573d6000803e3d6000fd5b505050565b600080604083850312156100ef57600080fd5b82356001600160a01b038116811461010657600080fd5b94602093909301359350505056fea26469706673582212203a1db8a77d09945ac5b667c278c8c00c68fdecac9ef679945f02417e528ec83f64736f6c63430008180033
Deployed Bytecode
0x6080604052600436106100225760003560e01c80631862b3e81461002e57600080fd5b3661002957005b600080fd5b61004161003c3660046100dc565b610043565b005b804710156100a15760405162461bcd60e51b815260206004820152602160248201527f496e73756666696369656e742062616c616e636520666f72207472616e7366656044820152603960f91b606482015260840160405180910390fd5b6040516001600160a01b0383169082156108fc029083906000818181858888f193505050501580156100d7573d6000803e3d6000fd5b505050565b600080604083850312156100ef57600080fd5b82356001600160a01b038116811461010657600080fd5b94602093909301359350505056fea26469706673582212203a1db8a77d09945ac5b667c278c8c00c68fdecac9ef679945f02417e528ec83f64736f6c63430008180033
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ 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.