Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UKT Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20060189 | 5 months ago | | | 0 | 0.0038872800 | |
| 17229616 | 2 years ago | | | 0 | 0.0050952400 | |
| 15082399 | 2 years ago | | | 0 | 0.0038862000 | |
| 14043956 | 3 years ago | | | 0 | 0.015856796 | |
| 13733664 | 3 years ago | | | 0 | 0.0025851500 | |
| 13231481 | 3 years ago | | | 0 | 0.0045636897 | |
| 13035800 | 3 years ago | | | 0 | 0.0018999200 | |
| 13028963 | 3 years ago | | | 0 | 0.0016408400 | |
| 12699739 | 3 years ago | | | 0 | 0.0017272000 | |
| 12114316 | 4 years ago | | | 0 | 0.0046717200 |
ABI
ABI objects
Getter at block 21161017
controller() view returns (address)
0xa94f6fc384ca2cab02eb1dd6a9efc43e43dd6dfb
decimals() view returns (uint256)
18
isAllocated() view returns (bool)
true
isConfigured() view returns (bool)
true
isControlled() view returns (bool)
true
name() view returns (string)
UKT Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
potentialOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
UKT
totalSupply() view returns (uint256)
650000000000000000000000000
totalSupply_() view returns (uint256)
650000000000000000000000000
Read-only
allocationAddressesTypes(bytes32) view returns (address)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
lockedAddresses(address) view returns (bool)
timelockedAddresses(address) view returns (uint32)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
confirmOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
removeOwnership()
setConfiguration(string _name, string _symbol, uint256 _totalSupply) returns (bool)
setController(address _controller)
setInitialAllocation(address[] addresses, bytes32[] addressesTypes, uint256[] amounts) returns (bool)
setInitialAllocationLock(address allocationAddress) returns (bool)
setInitialAllocationTimelock(address allocationAddress, uint32 timelockTillDate) returns (bool)
setInitialAllocationUnlock(address allocationAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Configured(string tokenName, string tokenSymbol, uint256 totalSupply)
Controlled(address indexed tokenController)
ERC223Transfer(address indexed from, address indexed to, uint256 value, bytes data)
InitiallAllocationLocked(address indexed owner)
InitiallAllocationTimelocked(address indexed owner, uint32 timestamp)
InitiallAllocationUnlocked(address indexed owner)
InitiallyAllocated(address indexed owner, bytes32 addressType, uint256 balance)
OwnershipRemoved(address indexed previousOwner)
OwnershipTransfer(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.