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 41 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Sponsor | 10195809 | 1710 days ago | IN | 0 ETH | 0.00050711 | ||||
Sponsor | 10179567 | 1712 days ago | IN | 0 ETH | 0.00079676 | ||||
Sponsor | 10121266 | 1721 days ago | IN | 0 ETH | 0.00036216 | ||||
Sponsor | 10078378 | 1728 days ago | IN | 0 ETH | 0.00052932 | ||||
Sponsor | 10049567 | 1733 days ago | IN | 0 ETH | 0.00050146 | ||||
Sponsor | 10046791 | 1733 days ago | IN | 0 ETH | 0.00030644 | ||||
Sponsor | 10038316 | 1734 days ago | IN | 0 ETH | 0.00055718 | ||||
Sponsor | 10038015 | 1734 days ago | IN | 0 ETH | 0.00025073 | ||||
Sponsor | 10028503 | 1736 days ago | IN | 0 ETH | 0.00024515 | ||||
Sponsor | 10028503 | 1736 days ago | IN | 0 ETH | 0.00022287 | ||||
Sponsor | 10026983 | 1736 days ago | IN | 0 ETH | 0.00041788 | ||||
Sponsor | 10026941 | 1736 days ago | IN | 0 ETH | 0.00058478 | ||||
Sponsor | 10026775 | 1736 days ago | IN | 0 ETH | 0.00055718 | ||||
Sponsor | 10026501 | 1736 days ago | IN | 0 ETH | 0.00058782 | ||||
Sponsor | 10019061 | 1737 days ago | IN | 0 ETH | 0.00055718 | ||||
Sponsor | 9999110 | 1740 days ago | IN | 0 ETH | 0.00025062 | ||||
Sponsor | 9983767 | 1743 days ago | IN | 0 ETH | 0.00020674 | ||||
Sponsor | 9983758 | 1743 days ago | IN | 0 ETH | 0.00020459 | ||||
Sponsor | 9982464 | 1743 days ago | IN | 0 ETH | 0.0003613 | ||||
Sponsor | 9982451 | 1743 days ago | IN | 0 ETH | 0.00013929 | ||||
Sponsor | 9980931 | 1743 days ago | IN | 0 ETH | 0.00033463 | ||||
Sponsor | 9980544 | 1743 days ago | IN | 0 ETH | 0.00027847 | ||||
Sponsor | 9980535 | 1743 days ago | IN | 0 ETH | 0.00030631 | ||||
Sponsor | 9980528 | 1743 days ago | IN | 0 ETH | 0.00030631 | ||||
Sponsor | 9980492 | 1743 days ago | IN | 0 ETH | 0.00031244 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
Sponsor
Compiler Version
v0.6.6+commit.6c089d02
Contract Source Code (Solidity Multiple files format)
pragma solidity ^0.6.4; import "./BrightID.sol"; contract Sponsor { BrightID public brightID; bytes32 public context; constructor(BrightID _brightID, bytes32 _context) public { brightID = _brightID; context = _context; } fallback() external payable { sponsor(msg.sender); } // sponsor any address that sends a transaction to this contract. receive() external payable { sponsor(msg.sender); } // sponsor any address is provided by as an parameter. function sponsor(address add) public { brightID.sponsor(context, bytes32(uint(add))); } }
pragma solidity ^0.6.3; abstract contract BrightID { function addContext(bytes32 context) virtual public; function addContextOwner(bytes32 context, address owner) virtual public; function addNodeToContext(bytes32 context, address nodeAddress) virtual public; function register(bytes32 context, bytes32[] memory cIds, uint8 v, bytes32 r, bytes32 s) virtual public; function removeContextOwner(bytes32 context, address owner) virtual public; function removeNodeToContext(bytes32 context, address nodeAddress) virtual public; function sponsor(bytes32 context, bytes32 contextid) virtual public; function isContext(bytes32 context) virtual public view returns(bool); function isContextOwner(bytes32 context, address owner) virtual public view returns(bool); function isNodeContext(bytes32 context, address nodeAddress) virtual public view returns(bool); function isUniqueHuman(address nodeAddress, bytes32 context) virtual public view returns(bool); }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"contract BrightID","name":"_brightID","type":"address"},{"internalType":"bytes32","name":"_context","type":"bytes32"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"brightID","outputs":[{"internalType":"contract BrightID","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"context","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"add","type":"address"}],"name":"sponsor","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
608060405234801561001057600080fd5b506040516102df3803806102df8339818101604052604081101561003357600080fd5b810190808051906020019092919080519060200190929190505050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550806001819055505050610239806100a66000396000f3fe6080604052600436106100385760003560e01c8063766c4f3714610053578063d0496d6a146100a4578063fceb1a57146100cf57610048565b366100485761004633610126565b005b61005133610126565b005b34801561005f57600080fd5b506100a26004803603602081101561007657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610126565b005b3480156100b057600080fd5b506100b96101d8565b6040518082815260200191505060405180910390f35b3480156100db57600080fd5b506100e46101de565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663434147806001548373ffffffffffffffffffffffffffffffffffffffff1660001b6040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b1580156101bd57600080fd5b505af11580156101d1573d6000803e3d6000fd5b5050505050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff168156fea264697066735822122032b493e71236ba44a8096c9fc886b8536005876ac35c1394db920c8d54287b2c64736f6c634300060600330000000000000000000000003ce9e5ff3f42da5deed56775e2e2cadb484d402a657468657265756d000000000000000000000000000000000000000000000000
Deployed Bytecode
0x6080604052600436106100385760003560e01c8063766c4f3714610053578063d0496d6a146100a4578063fceb1a57146100cf57610048565b366100485761004633610126565b005b61005133610126565b005b34801561005f57600080fd5b506100a26004803603602081101561007657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610126565b005b3480156100b057600080fd5b506100b96101d8565b6040518082815260200191505060405180910390f35b3480156100db57600080fd5b506100e46101de565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663434147806001548373ffffffffffffffffffffffffffffffffffffffff1660001b6040518363ffffffff1660e01b81526004018083815260200182815260200192505050600060405180830381600087803b1580156101bd57600080fd5b505af11580156101d1573d6000803e3d6000fd5b5050505050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff168156fea264697066735822122032b493e71236ba44a8096c9fc886b8536005876ac35c1394db920c8d54287b2c64736f6c63430006060033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000003ce9e5ff3f42da5deed56775e2e2cadb484d402a657468657265756d000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _brightID (address): 0x3Ce9E5ff3F42da5Deed56775e2e2CaDB484d402a
Arg [1] : _context (bytes32): 0x657468657265756d000000000000000000000000000000000000000000000000
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000003ce9e5ff3f42da5deed56775e2e2cadb484d402a
Arg [1] : 657468657265756d000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
52:517:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;394:19;402:10;394:7;:19::i;:::-;52:517;;269:19;277:10;269:7;:19::i;:::-;52:517;476:91;;5:9:-1;2:2;;;27:1;24;17:12;2:2;476:91:1;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;476:91:1;;;;;;;;;;;;;;;;;;;:::i;:::-;;99:22;;5:9:-1;2:2;;;27:1;24;17:12;2:2;99:22:1;;;:::i;:::-;;;;;;;;;;;;;;;;;;;72:24;;5:9:-1;2:2;;;27:1;24;17:12;2:2;72:24:1;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;476:91;518:8;;;;;;;;;;;:16;;;535:7;;557:3;552:9;;544:18;;518:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5:9:-1;2:2;;;27:1;24;17:12;2:2;518:45:1;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;518:45:1;;;;476:91;:::o;99:22::-;;;;:::o;72:24::-;;;;;;;;;;;;;:::o
Swarm Source
ipfs://32b493e71236ba44a8096c9fc886b8536005876ac35c1394db920c8d54287b2c
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.