Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 1 from a total of 1 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Reimburse | 16134609 | 786 days ago | IN | 3.696 ETH | 0.06012745 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH | ||||
16134609 | 786 days ago | 0.011 ETH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
SAEReimburse
Compiler Version
v0.8.17+commit.8df45f5f
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract SAEReimburse { address saeOwner; uint256 public constant amount = 0.011 ether; constructor(address _saeOwner){ saeOwner = _saeOwner; } function reimburse(address[] calldata _addresses, uint8[] calldata _totals) external payable { require(msg.sender == saeOwner, "Method can only be called by SAE Owner"); require(_addresses.length == _totals.length, "Length of arrays do not match"); for(uint16 i = 0; i < _addresses.length; i++) { (bool success, ) = payable(_addresses[i]).call{value: _totals[i] * amount}(""); require(success, "Failed to send Ether"); } } }
{ "evmVersion": "london", "libraries": {}, "metadata": { "bytecodeHash": "ipfs", "useLiteralContent": true }, "optimizer": { "enabled": true, "runs": 10 }, "remappings": [], "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_saeOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"amount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"_addresses","type":"address[]"},{"internalType":"uint8[]","name":"_totals","type":"uint8[]"}],"name":"reimburse","outputs":[],"stateMutability":"payable","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b5060405161049138038061049183398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6103fe806100936000396000f3fe6080604052600436106100295760003560e01c806336baa0d71461002e578063aa8c217c14610043575b600080fd5b61004161003c3660046102a0565b610070565b005b34801561004f57600080fd5b5061005e662714711487800081565b60405190815260200160405180910390f35b6000546001600160a01b031633146100de5760405162461bcd60e51b815260206004820152602660248201527f4d6574686f642063616e206f6e6c792062652063616c6c6564206279205341456044820152651027bbb732b960d11b60648201526084015b60405180910390fd5b82811461012d5760405162461bcd60e51b815260206004820152601d60248201527f4c656e677468206f662061727261797320646f206e6f74206d6174636800000060448201526064016100d5565b60005b61ffff811684111561024e57600085858361ffff168181106101545761015461030b565b90506020020160208101906101699190610321565b6001600160a01b0316662714711487800085858561ffff168181106101905761019061030b565b90506020020160208101906101a59190610351565b60ff166101b2919061038a565b604051600081818185875af1925050503d80600081146101ee576040519150601f19603f3d011682016040523d82523d6000602084013e6101f3565b606091505b505090508061023b5760405162461bcd60e51b81526020600482015260146024820152732330b4b632b2103a379039b2b7321022ba3432b960611b60448201526064016100d5565b5080610246816103a7565b915050610130565b5050505050565b60008083601f84011261026757600080fd5b5081356001600160401b0381111561027e57600080fd5b6020830191508360208260051b850101111561029957600080fd5b9250929050565b600080600080604085870312156102b657600080fd5b84356001600160401b03808211156102cd57600080fd5b6102d988838901610255565b909650945060208701359150808211156102f257600080fd5b506102ff87828801610255565b95989497509550505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561033357600080fd5b81356001600160a01b038116811461034a57600080fd5b9392505050565b60006020828403121561036357600080fd5b813560ff8116811461034a57600080fd5b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176103a1576103a1610374565b92915050565b600061ffff8083168181036103be576103be610374565b600101939250505056fea26469706673582212205f047cb1ec555ab19fa9083a207d6a0c07eb134d45ff00f1866ec9c5d5ef289d64736f6c634300081100330000000000000000000000009b54b58b605b9f6178a1fce8a30f290ef94ab7f5
Deployed Bytecode
0x6080604052600436106100295760003560e01c806336baa0d71461002e578063aa8c217c14610043575b600080fd5b61004161003c3660046102a0565b610070565b005b34801561004f57600080fd5b5061005e662714711487800081565b60405190815260200160405180910390f35b6000546001600160a01b031633146100de5760405162461bcd60e51b815260206004820152602660248201527f4d6574686f642063616e206f6e6c792062652063616c6c6564206279205341456044820152651027bbb732b960d11b60648201526084015b60405180910390fd5b82811461012d5760405162461bcd60e51b815260206004820152601d60248201527f4c656e677468206f662061727261797320646f206e6f74206d6174636800000060448201526064016100d5565b60005b61ffff811684111561024e57600085858361ffff168181106101545761015461030b565b90506020020160208101906101699190610321565b6001600160a01b0316662714711487800085858561ffff168181106101905761019061030b565b90506020020160208101906101a59190610351565b60ff166101b2919061038a565b604051600081818185875af1925050503d80600081146101ee576040519150601f19603f3d011682016040523d82523d6000602084013e6101f3565b606091505b505090508061023b5760405162461bcd60e51b81526020600482015260146024820152732330b4b632b2103a379039b2b7321022ba3432b960611b60448201526064016100d5565b5080610246816103a7565b915050610130565b5050505050565b60008083601f84011261026757600080fd5b5081356001600160401b0381111561027e57600080fd5b6020830191508360208260051b850101111561029957600080fd5b9250929050565b600080600080604085870312156102b657600080fd5b84356001600160401b03808211156102cd57600080fd5b6102d988838901610255565b909650945060208701359150808211156102f257600080fd5b506102ff87828801610255565b95989497509550505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561033357600080fd5b81356001600160a01b038116811461034a57600080fd5b9392505050565b60006020828403121561036357600080fd5b813560ff8116811461034a57600080fd5b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176103a1576103a1610374565b92915050565b600061ffff8083168181036103be576103be610374565b600101939250505056fea26469706673582212205f047cb1ec555ab19fa9083a207d6a0c07eb134d45ff00f1866ec9c5d5ef289d64736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000009b54b58b605b9f6178a1fce8a30f290ef94ab7f5
-----Decoded View---------------
Arg [0] : _saeOwner (address): 0x9B54B58B605B9F6178a1fCE8a30F290EF94AB7F5
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000009b54b58b605b9f6178a1fce8a30f290ef94ab7f5
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.