Alfajores Testnet

Contract

0x15b1333Ae1c44B643B7ed407bc1D84C21A18A90B

Overview

CELO Balance

Celo Alfajores LogoCelo Alfajores LogoCelo Alfajores Logo4.99999999999999999 CELO

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Perform Transfer250263892024-07-09 15:10:0171 days ago1720537801IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250262142024-07-09 14:55:2671 days ago1720536926IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250261972024-07-09 14:54:0171 days ago1720536841IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250261522024-07-09 14:50:1671 days ago1720536616IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250261442024-07-09 14:49:3671 days ago1720536576IN
0x15b1333A...21A18A90B
0 CELO0.0003124410
Perform Transfer250261242024-07-09 14:47:5671 days ago1720536476IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250260892024-07-09 14:45:0171 days ago1720536301IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250260362024-07-09 14:40:3671 days ago1720536036IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250259832024-07-09 14:36:1171 days ago1720535771IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Perform Transfer250259752024-07-09 14:35:3171 days ago1720535731IN
0x15b1333A...21A18A90B
0 CELO0.0003125610
Transfer250259662024-07-09 14:34:4671 days ago1720535686IN
0x15b1333A...21A18A90B
5 CELO0.0002105510
0x60806040250256412024-07-09 14:07:4171 days ago1720534061IN
 Create: MultiTransfer
0 CELO0.0012457310

Latest 10 internal transactions

Parent Transaction Hash Block From To
250263892024-07-09 15:10:0171 days ago1720537801
0x15b1333A...21A18A90B
1 wei
250262142024-07-09 14:55:2671 days ago1720536926
0x15b1333A...21A18A90B
1 wei
250261972024-07-09 14:54:0171 days ago1720536841
0x15b1333A...21A18A90B
1 wei
250261522024-07-09 14:50:1671 days ago1720536616
0x15b1333A...21A18A90B
1 wei
250261442024-07-09 14:49:3671 days ago1720536576
0x15b1333A...21A18A90B
1 wei
250261242024-07-09 14:47:5671 days ago1720536476
0x15b1333A...21A18A90B
1 wei
250260892024-07-09 14:45:0171 days ago1720536301
0x15b1333A...21A18A90B
1 wei
250260362024-07-09 14:40:3671 days ago1720536036
0x15b1333A...21A18A90B
1 wei
250259832024-07-09 14:36:1171 days ago1720535771
0x15b1333A...21A18A90B
1 wei
250259752024-07-09 14:35:3171 days ago1720535731
0x15b1333A...21A18A90B
1 wei
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)

File 1 of 1 : Transfer.sol
// 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 {}
}

Settings
{
  "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": {}
}

Contract ABI

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

Block Transaction Gas Used Reward
view all blocks validated

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
[ 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.