Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 508 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Bat | 13724861 | 1154 days ago | IN | 0 ETH | 0.09308193 | ||||
Bat | 13722720 | 1154 days ago | IN | 0 ETH | 0.20495342 | ||||
Bat | 13720631 | 1155 days ago | IN | 0 ETH | 0.11646132 | ||||
Bat | 13718568 | 1155 days ago | IN | 0 ETH | 0.16903964 | ||||
Bat | 13716466 | 1155 days ago | IN | 0 ETH | 0.12521392 | ||||
Bat | 13714348 | 1156 days ago | IN | 0 ETH | 0.09830881 | ||||
Bat | 13712335 | 1156 days ago | IN | 0 ETH | 0.20659933 | ||||
Bat | 13710246 | 1156 days ago | IN | 0 ETH | 0.49767298 | ||||
Bat | 13708179 | 1157 days ago | IN | 0 ETH | 0.07988911 | ||||
Bat | 13706127 | 1157 days ago | IN | 0 ETH | 0.12840555 | ||||
Bat | 13704057 | 1157 days ago | IN | 0 ETH | 0.15975663 | ||||
Bat | 13701987 | 1158 days ago | IN | 0 ETH | 0.10148862 | ||||
Bat | 13699820 | 1158 days ago | IN | 0 ETH | 0.15852709 | ||||
Bat | 13697757 | 1158 days ago | IN | 0 ETH | 0.10914425 | ||||
Bat | 13695678 | 1159 days ago | IN | 0 ETH | 0.10310747 | ||||
Bat | 13693540 | 1159 days ago | IN | 0 ETH | 0.12255572 | ||||
Bat | 13691470 | 1159 days ago | IN | 0 ETH | 0.10557172 | ||||
Bat | 13689287 | 1160 days ago | IN | 0 ETH | 0.14544937 | ||||
Bat | 13687239 | 1160 days ago | IN | 0 ETH | 0.09868443 | ||||
Bat | 13685161 | 1160 days ago | IN | 0 ETH | 0.11850595 | ||||
Bat | 13683027 | 1161 days ago | IN | 0 ETH | 0.11426534 | ||||
Bat | 13680981 | 1161 days ago | IN | 0 ETH | 0.12282436 | ||||
Bat | 13678898 | 1161 days ago | IN | 0 ETH | 0.13202259 | ||||
Bat | 13676800 | 1162 days ago | IN | 0 ETH | 0.08487749 | ||||
Bat | 13674659 | 1162 days ago | IN | 0 ETH | 0.16551818 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
Autoexec
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-04-30 */ // SPDX-License-Identifier: AGPL-3.0-or-later /// Autoexec.sol -- Adjust the DC IAM for all MCD collateral types // Copyright (C) 2020 Brian McMichael // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. pragma solidity ^0.6.12; interface Chainlog { function getAddress(bytes32) external returns (address); } interface AutoLine { function exec(bytes32) external returns (uint256); } interface IlkReg { function list() external returns (bytes32[] memory); } contract Autoexec { Chainlog private constant cl = Chainlog(0xdA0Ab1e0017DEbCd72Be8599041a2aa3bA7e740F); IlkReg private immutable ir; AutoLine private immutable al; constructor() public { ir = IlkReg(cl.getAddress("ILK_REGISTRY")); al = AutoLine(cl.getAddress("MCD_IAM_AUTO_LINE")); } function bat() public { bytes32[] memory _ilks = ir.list(); for (uint256 i = 0; i < _ilks.length; i++) { al.exec(_ilks[i]); } } function registry() external view returns (address) { return address(ir); } function autoline() external view returns (address) { return address(al); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"autoline","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"bat","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"registry","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
60c060405234801561001057600080fd5b50604080516321f8a72160e01b81526b494c4b5f524547495354525960a01b6004820152905173da0ab1e0017debcd72be8599041a2aa3ba7e740f916321f8a7219160248083019260209291908290030181600087803b15801561007357600080fd5b505af1158015610087573d6000803e3d6000fd5b505050506040513d602081101561009d57600080fd5b505160601b6001600160601b031916608052604080516321f8a72160e01b8152704d43445f49414d5f4155544f5f4c494e4560781b6004820152905173da0ab1e0017debcd72be8599041a2aa3ba7e740f916321f8a7219160248083019260209291908290030181600087803b15801561011657600080fd5b505af115801561012a573d6000803e3d6000fd5b505050506040513d602081101561014057600080fd5b5051606081811b6001600160601b03191660a052608051901c906001600160a01b031661032461018760003980608b528061023252508060af528060d552506103246000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80634502aa39146100465780637b10399914610077578063ff72c8451461007f575b600080fd5b61004e610089565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b61004e6100ad565b6100876100d1565b005b7f000000000000000000000000000000000000000000000000000000000000000090565b7f000000000000000000000000000000000000000000000000000000000000000090565b60607f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16630f560cd76040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561013b57600080fd5b505af115801561014f573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052602081101561019657600080fd5b81019080805160405193929190846401000000008211156101b657600080fd5b9083019060208201858111156101cb57600080fd5b82518660208202830111640100000000821117156101e857600080fd5b82525081516020918201928201910280838360005b838110156102155781810151838201526020016101fd565b50505050905001604052505050905060005b81518110156102ea577f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663b5e98b3b83838151811061027857fe5b60200260200101516040518263ffffffff1660e01b815260040180828152602001915050602060405180830381600087803b1580156102b657600080fd5b505af11580156102ca573d6000803e3d6000fd5b505050506040513d60208110156102e057600080fd5b5050600101610227565b505056fea2646970667358221220b3a3a0d20a747dc718575d8d9ce6a6c68c39c77b32e6ce421225c35a1d4e533064736f6c634300060c0033
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100415760003560e01c80634502aa39146100465780637b10399914610077578063ff72c8451461007f575b600080fd5b61004e610089565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b61004e6100ad565b6100876100d1565b005b7f000000000000000000000000c7bdd1f2b16447dcf3de045c4a039a60ec2f0ba390565b7f0000000000000000000000005a464c28d19848f44199d003bef5ecc87d090f8790565b60607f0000000000000000000000005a464c28d19848f44199d003bef5ecc87d090f8773ffffffffffffffffffffffffffffffffffffffff16630f560cd76040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561013b57600080fd5b505af115801561014f573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052602081101561019657600080fd5b81019080805160405193929190846401000000008211156101b657600080fd5b9083019060208201858111156101cb57600080fd5b82518660208202830111640100000000821117156101e857600080fd5b82525081516020918201928201910280838360005b838110156102155781810151838201526020016101fd565b50505050905001604052505050905060005b81518110156102ea577f000000000000000000000000c7bdd1f2b16447dcf3de045c4a039a60ec2f0ba373ffffffffffffffffffffffffffffffffffffffff1663b5e98b3b83838151811061027857fe5b60200260200101516040518263ffffffff1660e01b815260040180828152602001915050602060405180830381600087803b1580156102b657600080fd5b505af11580156102ca573d6000803e3d6000fd5b505050506040513d60208110156102e057600080fd5b5050600101610227565b505056fea2646970667358221220b3a3a0d20a747dc718575d8d9ce6a6c68c39c77b32e6ce421225c35a1d4e533064736f6c634300060c0033
Deployed Bytecode Sourcemap
1096:711:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1715:89;;;:::i;:::-;;;;;;;;;;;;;;;;;;;1618;;;:::i;1438:172::-;;;:::i;:::-;;1715:89;1793:2;1715:89;:::o;1618:::-;1696:2;1618:89;:::o;1438:172::-;1471:22;1496:2;:7;;;:9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1496:9:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1471:34;;1521:9;1516:87;1540:5;:12;1536:1;:16;1516:87;;;1574:2;:7;;;1582:5;1588:1;1582:8;;;;;;;;;;;;;;1574:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;1554:3:0;;1516:87;;;;1438:172;:::o
Swarm Source
ipfs://b3a3a0d20a747dc718575d8d9ce6a6c68c39c77b32e6ce421225c35a1d4e5330
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.