TransferController
Verified contract
Active on
Ethereum with 1 txns
Balances ($0.00)
No balances found for "TransferController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6691903 | 6 years ago | | | 0 | 0.000090450000 |
ABI
ABI objects
Getter at block 21164437
authority() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2f558cb6608789bbf2ec3039a06fc09af4ab5864
stopped() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeController(address _token, address _newController)
onApprove(address _owner, address _spender, uint256 _amount) returns (bool)
onTransfer(address _from, address _to, uint256 _amount) returns (bool)
proxyPayment(address _owner) payable returns (bool)
setAuthority(address authority_)
setOwner(address owner_)
start()
stop()
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.