Feature Tip: Add private address tag to any address under My Name Tag !
More Info
My Name Tag:
Not Available, login to update
[ Download CSV Export ]
OVERVIEW
Just put in the address you want to notify and a message, then hit Notify! and they'll get the notification as a token.
Latest 25 internal transaction
[ Download CSV Export ]
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
Notify
Compiler Version
v0.6.1+commit.e6f7d5a4
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2020-02-17 */ pragma solidity ^0.6.0; /** proxy.huff #define macro MAIN = takes(0) returns(0) { 0xffffffffffffffffffffffffffffffffffffffff // (fallthrough address) address caller eq do_destroy jumpi calldatasize 0x00 0x00 calldatacopy 0x00 calldatasize 0x00 0x00 // [0, 0, size, 0, proxy] swap4 // [proxy, 0, size, 0, 0] gas delegatecall returndatasize 0x00 0x00 returndatacopy iszero do_revert jumpi returndatasize 0x00 return do_revert: returndatasize 0x00 revert do_destroy: selfdestruct } <address> <string> */ contract Proxy { event Transfer(address indexed from, address indexed to, uint256 value); constructor(address to, string memory name) public { emit Transfer(msg.sender, to, 1); // 0x413af3fcce90ee88b4f34f9ed6f10269836060c2 // 73ffffffffffffffffffffffffffffffffffffffff3033146100405736600060003760003660006000935af43d600060003e1561003b573d6000f35b3d6000fd5bff bytes memory proxyCode = hex"73413af3fcce90ee88b4f34f9ed6f10269836060c23033146100405736600060003760003660006000935af43d600060003e1561003b573d6000f35b3d6000fd5bff"; assembly { let stringLen := mload(name) let ptr := add(proxyCode, 0x20) let addr := shl(0x60, to) mstore(add(ptr, 66), addr) mstore(add(ptr, 86), mload(add(name, 0x20))) return(ptr, add(86, mload(name))) } } } contract Notify { address payable private _owner; constructor() public { _owner = msg.sender; } function withdraw() public { _owner.transfer(address(this).balance); } function notify(address to, string memory message) public payable returns (address notifyToken) { notifyToken = address(new Proxy(to, message)); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"string","name":"message","type":"string"}],"name":"notify","outputs":[{"internalType":"address","name":"notifyToken","type":"address"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506104c4806100606000396000f3fe6080604052600436106100295760003560e01c80633ccfd60b1461002e5780634ce3445a14610045575b600080fd5b34801561003a57600080fd5b50610043610160565b005b61011e6004803603604081101561005b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019064010000000081111561009857600080fd5b8201836020820111156100aa57600080fd5b803590602001918460018302840111640100000000831117156100cc57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600081840152601f19601f8201169050808301925050505050505091929192905050506101ca565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f193505050501580156101c7573d6000803e3d6000fd5b50565b600082826040516101da906102a1565b808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200180602001828103825283818151815260200191508051906020019080838360005b8381101561024957808201518184015260208101905061022e565b50505050905090810190601f1680156102765780820380516001836020036101000a031916815260200191505b509350505050604051809103906000f080158015610298573d6000803e3d6000fd5b50905092915050565b6101e0806102af8339019056fe608060405234801561001057600080fd5b506040516101e03803806101e08339818101604052604081101561003357600080fd5b81019080805190602001909291908051604051939291908464010000000082111561005d57600080fd5b8382019150602082018581111561007357600080fd5b825186600182028301116401000000008211171561009057600080fd5b8083526020830192505050908051906020019080838360005b838110156100c45780820151818401526020810190506100a9565b50505050905090810190601f1680156100f15780820380516001836020036101000a031916815260200191505b506040525050508173ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60016040518082815260200191505060405180910390a3606060405180608001604052806042815260200161019e6042913990508151602082018460601b80604283015260208501516056830152845160560182f3fe73413af3fcce90ee88b4f34f9ed6f10269836060c23033146100405736600060003760003660006000935af43d600060003e1561003b573d6000f35b3d6000fd5bffa264697066735822122033b4fcc09bdd05130abfb5e64185b1ad91b2604b1b8b2516b1bcf3a60eb2b98764736f6c63430006010033
Deployed ByteCode Sourcemap
1434:392:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;1567:84;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1567:84:0;;;:::i;:::-;;1663:160;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;1663:160:0;;;;;;;;;;;;;;;;;;;;;21:11:-1;8;5:28;2:2;;;46:1;43;36:12;2:2;1663:160:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;1663:160:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;1663:160:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;93:3;85:6;81:16;74:27;137:4;133:9;126:4;121:3;117:14;113:30;106:37;;169:3;161:6;157:16;147:26;;1663:160:0;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;1567:84;1605:6;;;;;;;;;;;:15;;:38;1621:21;1605:38;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1605:38:0;1567:84::o;1663:160::-;1738:19;1802:2;1806:7;1792:22;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;1792:22:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1792:22:0;1770:45;;1663:160;;;;:::o;1434:392::-;;;;;;;;:::o
Swarm Source
ipfs://33b4fcc09bdd05130abfb5e64185b1ad91b2604b1b8b2516b1bcf3a60eb2b987
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.
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.