Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 8 from a total of 8 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer Ownersh... | 14937430 | 1267 days ago | IN | 0 ETH | 0.0019422 | ||||
| Set Completed | 12696689 | 1618 days ago | IN | 0 ETH | 0.00051399 | ||||
| Set Completed | 11274516 | 1837 days ago | IN | 0 ETH | 0.0016353 | ||||
| Set Completed | 11274514 | 1837 days ago | IN | 0 ETH | 0.0016353 | ||||
| Set Completed | 11274512 | 1837 days ago | IN | 0 ETH | 0.0016353 | ||||
| Set Completed | 11274506 | 1837 days ago | IN | 0 ETH | 0.0016353 | ||||
| Set Completed | 11274453 | 1837 days ago | IN | 0 ETH | 0.0016353 | ||||
| Set Completed | 11274448 | 1837 days ago | IN | 0 ETH | 0.0025353 |
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
Migrations
Compiler Version
v0.5.17+commit.d19bba13
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2020-11-17
*/
pragma solidity ^0.5.0;
contract Migrations {
address public owner = msg.sender;
uint public last_completed_migration;
modifier restricted() {
require(
msg.sender == owner,
"This function is restricted to the contract's owner"
);
_;
}
function setCompleted(uint completed) public restricted {
last_completed_migration = completed;
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[],"name":"last_completed_migration","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"completed","type":"uint256"}],"name":"setCompleted","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
6080604052600080546001600160a01b0319163317905534801561002257600080fd5b5061016e806100326000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c8063445df0ac146100465780638da5cb5b14610060578063fdacd57614610084575b600080fd5b61004e6100a3565b60408051918252519081900360200190f35b6100686100a9565b604080516001600160a01b039092168252519081900360200190f35b6100a16004803603602081101561009a57600080fd5b50356100b8565b005b60015481565b6000546001600160a01b031681565b6000546001600160a01b031633146101015760405162461bcd60e51b81526004018080602001828103825260338152602001806101076033913960400191505060405180910390fd5b60015556fe546869732066756e6374696f6e206973207265737472696374656420746f2074686520636f6e74726163742773206f776e6572a265627a7a72315820f5d3e4615fe2399af03b84432ae1f102b9be7d5473635dfb8f709447d94c125164736f6c63430005110032
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100415760003560e01c8063445df0ac146100465780638da5cb5b14610060578063fdacd57614610084575b600080fd5b61004e6100a3565b60408051918252519081900360200190f35b6100686100a9565b604080516001600160a01b039092168252519081900360200190f35b6100a16004803603602081101561009a57600080fd5b50356100b8565b005b60015481565b6000546001600160a01b031681565b6000546001600160a01b031633146101015760405162461bcd60e51b81526004018080602001828103825260338152602001806101076033913960400191505060405180910390fd5b60015556fe546869732066756e6374696f6e206973207265737472696374656420746f2074686520636f6e74726163742773206f776e6572a265627a7a72315820f5d3e4615fe2399af03b84432ae1f102b9be7d5473635dfb8f709447d94c125164736f6c63430005110032
Deployed Bytecode Sourcemap
27:407:0:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;27:407:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;94:36;;;:::i;:::-;;;;;;;;;;;;;;;;54:33;;;:::i;:::-;;;;-1:-1:-1;;;;;54:33:0;;;;;;;;;;;;;;320:111;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;320:111:0;;:::i;:::-;;94:36;;;;:::o;54:33::-;;;-1:-1:-1;;;;;54:33:0;;:::o;320:111::-;208:5;;-1:-1:-1;;;;;208:5:0;194:10;:19;172:120;;;;-1:-1:-1;;;172:120:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;387:24;:36;320:111::o
Swarm Source
bzzr://f5d3e4615fe2399af03b84432ae1f102b9be7d5473635dfb8f709447d94c1251
Loading...
Loading
Loading...
Loading
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.