Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 12 from a total of 12 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Caress | 23163339 | 176 days ago | IN | 0 ETH | 0.00000434 | ||||
| Caress | 23146139 | 179 days ago | IN | 0 ETH | 0.00001079 | ||||
| Caress | 23136550 | 180 days ago | IN | 0 ETH | 0.00001827 | ||||
| Caress | 23128818 | 181 days ago | IN | 0 ETH | 0.00002075 | ||||
| Caress | 23119583 | 182 days ago | IN | 0 ETH | 0.00002206 | ||||
| Caress | 23111604 | 183 days ago | IN | 0 ETH | 0.00002423 | ||||
| Caress | 23092352 | 186 days ago | IN | 0 ETH | 0.00001283 | ||||
| Caress | 23085457 | 187 days ago | IN | 0 ETH | 0.00000472 | ||||
| Caress | 23044741 | 193 days ago | IN | 0 ETH | 0.00006238 | ||||
| Batch Transfer | 23044739 | 193 days ago | IN | 0 ETH | 0.00016658 | ||||
| Caress | 23044729 | 193 days ago | IN | 0 ETH | 0.00005723 | ||||
| Batch Transfer | 23044727 | 193 days ago | IN | 0 ETH | 0.00008994 |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
OverflowCat
Compiler Version
v0.4.26+commit.4563c3fc
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: WTFPL
pragma solidity ^0.4.26;
import "../interface/BugCat.sol";
contract OverflowCat is BugCat {
mapping(address => uint) public balance;
function batchTransfer(address[] memory _receivers, uint256 _value) public {
uint count = _receivers.length;
uint amount = count * _value;
require(_value > 0 && balance[msg.sender] >= amount);
balance[msg.sender] -= amount;
for (uint i = 0; i < count; i++) {
balance[_receivers[i]] += _value;
}
}
function caress() public {
if (balance[msg.sender] > 0) {
emit Meow(msg.sender, "overflow");
}
}
function remember() external view returns (bool) {
address BecToken = 0xC5d105E63711398aF9bbff092d4B6769C82F793D;
uint256 size; assembly { size := extcodesize(BecToken) }
return size > 0;
}
}// SPDX-License-Identifier: WTFPL
pragma solidity ^0.4.26;
interface BugCat {
event Meow(address indexed caretaker, string wound);
function caress() external;
function remember() external view returns (bool);
}{
"viaIR": true,
"optimizer": {
"enabled": true,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":false,"inputs":[],"name":"caress","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"remember","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_receivers","type":"address[]"},{"name":"_value","type":"uint256"}],"name":"batchTransfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"name":"caretaker","type":"address"},{"indexed":false,"name":"wound","type":"string"}],"name":"Meow","type":"event"}]Contract Creation Code
608060405234801561001057600080fd5b506102ba806100206000396000f3006080604052600436106100615763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166301288f3c81146100665780635ac687a81461007d57806383f12fec146100a6578063e3d670d7146100fd575b600080fd5b34801561007257600080fd5b5061007b61013d565b005b34801561008957600080fd5b506100926101b9565b604080519115158252519081900360200190f35b3480156100b257600080fd5b506040805160206004803580820135838102808601850190965280855261007b9536959394602494938501929182918501908490808284375094975050933594506101d59350505050565b34801561010957600080fd5b5061012b73ffffffffffffffffffffffffffffffffffffffff6004351661027c565b60408051918252519081900360200190f35b3360009081526020819052604081205411156101b7576040805160208082526008908201527f6f766572666c6f7700000000000000000000000000000000000000000000000081830152905133917f55d68e0254b44d1d00659bd7e45544dea474c1b9d01304669332e1111dcd9d33919081900360600190a25b565b600073c5d105e63711398af9bbff092d4b6769c82f793d3b1190565b8151818102600080841180156101fa5750336000908152602081905260409020548211155b151561020557600080fd5b50336000908152602081905260408120805483900390555b828110156102755783600080878481518110151561023757fe5b602090810290910181015173ffffffffffffffffffffffffffffffffffffffff1682528101919091526040016000208054909101905560010161021d565b5050505050565b600060208190529081526040902054815600a165627a7a723058202d63a47066eeb5ef520e213ee7f643090745b0da63c17547f628386fda2f208a0029
Deployed Bytecode
0x6080604052600436106100615763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166301288f3c81146100665780635ac687a81461007d57806383f12fec146100a6578063e3d670d7146100fd575b600080fd5b34801561007257600080fd5b5061007b61013d565b005b34801561008957600080fd5b506100926101b9565b604080519115158252519081900360200190f35b3480156100b257600080fd5b506040805160206004803580820135838102808601850190965280855261007b9536959394602494938501929182918501908490808284375094975050933594506101d59350505050565b34801561010957600080fd5b5061012b73ffffffffffffffffffffffffffffffffffffffff6004351661027c565b60408051918252519081900360200190f35b3360009081526020819052604081205411156101b7576040805160208082526008908201527f6f766572666c6f7700000000000000000000000000000000000000000000000081830152905133917f55d68e0254b44d1d00659bd7e45544dea474c1b9d01304669332e1111dcd9d33919081900360600190a25b565b600073c5d105e63711398af9bbff092d4b6769c82f793d3b1190565b8151818102600080841180156101fa5750336000908152602081905260409020548211155b151561020557600080fd5b50336000908152602081905260408120805483900390555b828110156102755783600080878481518110151561023757fe5b602090810290910181015173ffffffffffffffffffffffffffffffffffffffff1682528101919091526040016000208054909101905560010161021d565b5050505050565b600060208190529081526040902054815600a165627a7a723058202d63a47066eeb5ef520e213ee7f643090745b0da63c17547f628386fda2f208a0029
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ 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.