This contract is not yet documented
Know something about this contract? Switch to the History tab and suggest an edit to help preserve Ethereum history.
Key Facts
Tangerine Whistle Era
Emergency fork to address DoS attacks. Repriced IO-heavy opcodes.
Bytecode Overview
Verified Source Available
This contract has verified source code on Etherscan.
Show source code (Solidity)
{
"language": "Solidity",
"sources": {
"TokenEventLib.sol": {
"content": "pragma solidity ^0.4.0;\r\n\r\n\r\n\r\nlibrary TokenEventLib {\r\n /*\r\n * When underlying solidity issue is fixed this library will not be needed.\r\n * https://github.com/ethereum/solidity/issues/1215\r\n */\r\n event Transfer(address indexed _from,\r\n address indexed _to,\r\n bytes32 indexed _tokenID);\r\n event Approval(address indexed _owner,\r\n address indexed _spender,\r\n bytes32 indexed _tokenID);\r\n\r\n function _Transfer(address _from, address _to, bytes32 _tokenID) public {\r\n Transfer(_from, _to, _tokenID);\r\n }\r\n\r\n function _Approval(address _owner, address _spender, bytes32 _tokenID) public {\r\n Approval(_owner, _spender, _tokenID);\r\n }\r\n}"
}
},
"settings": {
"libraries": {},
"optimizer": {
"runs": 200,
"enabled": true
},
"compilationTarget": {
"TokenEventLib.sol": "TokenEventLib"
}
}
}External Links
Related contracts
MemberRegistry
Same deployerOwner-controlled dynamic-array member registry.
0x1f3b19...7c161aAugust 13, 2015Members
Same deployerOwner-controlled member registry with array + mapping tracking.
0xaeb2ac...a5fd37August 14, 2015MembershipRoster
Same deployerAn Ethereum Public Trust roster contract for adding, removing, and checking members.
0xf1d327...aa0455August 14, 2015KillMul
Same deployerTest/utility contract with `suicide(address)` kill switch and a `multiply2` helper.
0x3e5e1f...7c78cdAugust 14, 2015Members
Same deployerOwner-controlled member registry using sequential id + mapping storage.
0xc6810e...db4e6fAugust 14, 2015EthereumAlarmClock
Same deployerThe first deployment of Piper Merriam's Ethereum Alarm Clock, a smart contract protocol for scheduling transactions at future block numbers, launched on Septemb
0xb0059e...cc0cc1September 22, 2015