LEOController
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2af5…2ca3
Balances ($0.00)
No balances found for "LEOController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7803992 | 6 years ago | | | 0 | 0.00024493600 |
ABI
ABI objects
Getter at block 21271761
owner() view returns (address)
0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828
tokenContract() view returns (address)
0x2af5d2ad76741191d15dfe7bf6ac92d4bd912ca3
Read-only
This contract contains no read-only function objects.
State-modifying
Events burnTokens(uint256 _amount) returns (bool)
claimLostTokens(address _token)
issueTokens(uint256 _amount) returns (bool)
onApprove(address _owner, address _spender, uint256 _amount) returns (bool)
onTransfer(address _from, address _to, uint256 _amount) returns (bool)
proxyPayment(address _owner) payable returns (bool allowed)
transferOwnership(address newOwner)
upgradeController(address _newControllerAddress)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpgradedController(address newAddress)
constructor(address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.