Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 58 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Fix Address | 12342451 | 1420 days ago | IN | 0 ETH | 0.00391869 | ||||
Fix Address | 12324033 | 1423 days ago | IN | 0 ETH | 0.00591267 | ||||
Fix Address | 12314928 | 1424 days ago | IN | 0 ETH | 0.00341995 | ||||
Fix Address | 12209111 | 1440 days ago | IN | 0 ETH | 0.00505822 | ||||
Fix Address | 12191681 | 1443 days ago | IN | 0 ETH | 0.00804127 | ||||
Fix Address | 12187885 | 1443 days ago | IN | 0 ETH | 0.00940136 | ||||
Fix Address | 12182601 | 1444 days ago | IN | 0 ETH | 0.01037584 | ||||
Fix Address | 12175842 | 1445 days ago | IN | 0 ETH | 0.00674429 | ||||
Fix Address | 12174292 | 1446 days ago | IN | 0 ETH | 0.00674429 | ||||
Fix Address | 12172177 | 1446 days ago | IN | 0 ETH | 0.00752109 | ||||
Fix Address | 12161342 | 1448 days ago | IN | 0 ETH | 0.01608255 | ||||
Fix Address | 12156907 | 1448 days ago | IN | 0 ETH | 0.01037584 | ||||
Fix Address | 12154982 | 1449 days ago | IN | 0 ETH | 0.01490521 | ||||
Fix Address | 12152221 | 1449 days ago | IN | 0 ETH | 0.01194281 | ||||
Fix Address | 12151049 | 1449 days ago | IN | 0 ETH | 0.01316434 | ||||
Fix Address | 12148487 | 1450 days ago | IN | 0 ETH | 0.01373501 | ||||
Fix Address | 12147113 | 1450 days ago | IN | 0 ETH | 0.0095328 | ||||
Fix Address | 12146601 | 1450 days ago | IN | 0 ETH | 0.00894916 | ||||
Fix Address | 12144984 | 1450 days ago | IN | 0 ETH | 0.00791157 | ||||
Fix Address | 12143526 | 1450 days ago | IN | 0 ETH | 0.00894916 | ||||
Fix Address | 12142531 | 1450 days ago | IN | 0 ETH | 0.00778188 | ||||
Fix Address | 12142516 | 1450 days ago | IN | 0 ETH | 0.00810462 | ||||
Fix Address | 12142409 | 1450 days ago | IN | 0 ETH | 0.01011644 | ||||
Fix Address | 12141930 | 1451 days ago | IN | 0 ETH | 0.01095948 | ||||
Fix Address | 12141471 | 1451 days ago | IN | 0 ETH | 0.01802802 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
Fixer
Compiler Version
v0.6.12+commit.27d51765
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
interface Ilsw { function setDELTAToken(address deltaToken, bool delegateCall) external; } contract Fixer { address public owner; address public pendingLSWOwner; Ilsw constant LSW = Ilsw(0xdaFCE5670d3F67da9A3A44FE6bc36992e5E2beaB); address public addressToFix; address public fixer; constructor () public { owner = msg.sender; pendingLSWOwner = address(this); // we get the LSW first can swithc back out of it with switchLSWOwner } function setOwnerOfFixerContract(address _newOwner) public onlyOwner() { owner = _newOwner; } function setFixerDelegate(address _newFixer) public onlyOwner() { fixer = _newFixer; } function switchLSWOwner(address _newOwner) public onlyOwner() { pendingLSWOwner = _newOwner; callDelegate(); } modifier onlyOwner() { require(msg.sender == owner); _; } function fixAddress(address _addressToFix) public { addressToFix = _addressToFix; callDelegate(); addressToFix = address(0); } function callDelegate() internal { LSW.setDELTAToken(fixer, true); } }
{ "optimizer": { "enabled": true, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"addressToFix","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_addressToFix","type":"address"}],"name":"fixAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"fixer","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingLSWOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_newFixer","type":"address"}],"name":"setFixerDelegate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"setOwnerOfFixerContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"switchLSWOwner","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b50600080546001600160a01b031990811633179091556001805490911630179055610339806100406000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c806379cb6c341161005b57806379cb6c34146101075780638da5cb5b1461010f5780639b44426314610117578063ce893f6b1461013d57610088565b806306fd3cb41461008d5780630e95e4b4146100b55780631beb51e0146100db5780634cfc5ebf146100ff575b600080fd5b6100b3600480360360208110156100a357600080fd5b50356001600160a01b0316610163565b005b6100b3600480360360208110156100cb57600080fd5b50356001600160a01b0316610199565b6100e36101d2565b604080516001600160a01b039092168252519081900360200190f35b6100e36101e1565b6100e36101f0565b6100e36101ff565b6100b36004803603602081101561012d57600080fd5b50356001600160a01b031661020e565b6100b36004803603602081101561015357600080fd5b50356001600160a01b0316610247565b600280546001600160a01b0319166001600160a01b038316179055610186610284565b50600280546001600160a01b0319169055565b6000546001600160a01b031633146101b057600080fd5b600380546001600160a01b0319166001600160a01b0392909216919091179055565b6002546001600160a01b031681565b6001546001600160a01b031681565b6003546001600160a01b031681565b6000546001600160a01b031681565b6000546001600160a01b0316331461022557600080fd5b600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b0316331461025e57600080fd5b600180546001600160a01b0319166001600160a01b038316179055610281610284565b50565b600354604080516313c738a160e01b81526001600160a01b039092166004830152600160248301525173dafce5670d3f67da9a3a44fe6bc36992e5e2beab916313c738a191604480830192600092919082900301818387803b1580156102e957600080fd5b505af11580156102fd573d6000803e3d6000fd5b5050505056fea2646970667358221220dc9cc6c5f3a3eab44697dfec82387ceb4c3e37db93fb270ebb725d8188e6da4964736f6c634300060c0033
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100885760003560e01c806379cb6c341161005b57806379cb6c34146101075780638da5cb5b1461010f5780639b44426314610117578063ce893f6b1461013d57610088565b806306fd3cb41461008d5780630e95e4b4146100b55780631beb51e0146100db5780634cfc5ebf146100ff575b600080fd5b6100b3600480360360208110156100a357600080fd5b50356001600160a01b0316610163565b005b6100b3600480360360208110156100cb57600080fd5b50356001600160a01b0316610199565b6100e36101d2565b604080516001600160a01b039092168252519081900360200190f35b6100e36101e1565b6100e36101f0565b6100e36101ff565b6100b36004803603602081101561012d57600080fd5b50356001600160a01b031661020e565b6100b36004803603602081101561015357600080fd5b50356001600160a01b0316610247565b600280546001600160a01b0319166001600160a01b038316179055610186610284565b50600280546001600160a01b0319169055565b6000546001600160a01b031633146101b057600080fd5b600380546001600160a01b0319166001600160a01b0392909216919091179055565b6002546001600160a01b031681565b6001546001600160a01b031681565b6003546001600160a01b031681565b6000546001600160a01b031681565b6000546001600160a01b0316331461022557600080fd5b600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b0316331461025e57600080fd5b600180546001600160a01b0319166001600160a01b038316179055610281610284565b50565b600354604080516313c738a160e01b81526001600160a01b039092166004830152600160248301525173dafce5670d3f67da9a3a44fe6bc36992e5e2beab916313c738a191604480830192600092919082900301818387803b1580156102e957600080fd5b505af11580156102fd573d6000803e3d6000fd5b5050505056fea2646970667358221220dc9cc6c5f3a3eab44697dfec82387ceb4c3e37db93fb270ebb725d8188e6da4964736f6c634300060c0033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 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.