UKTTokenController
Verified contract
Active on
Ethereum with 109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6381…accb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UKT | ERC-20 | 201.620188M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12690573 | 3 years ago | | | 0 | 0.00089304011 | |
| 12434986 | 4 years ago | | | 0 | 0.032940747 | |
| 11934681 | 4 years ago | | | 0 | 0.021360534 | |
| 11633770 | 4 years ago | | | 0 | 0.0081165648 | |
| 11093152 | 4 years ago | | | 0 | 0.0068756000 | |
| 10911481 | 4 years ago | | | 0 | 0.037531725 | |
| 10697344 | 4 years ago | | | 0 | 0.0068901000 | |
| 10560706 | 4 years ago | | | 0 | 0.0082528800 | |
| 10378474 | 4 years ago | | | 0 | 0.0019689600 | |
| 10043394 | 5 years ago | | | 0 | 0.00050804000 |
ABI
ABI objects
Getter at block 21266024
finalizeTransferAddressType() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
finalizeType() view returns (bytes32)
0x6275726e00000000000000000000000000000000000000000000000000000000
isFinalized() view returns (bool)
false
owner() view returns (address)
0x217defcc520e77b873c6b8d57df00b4773bc8031
potentialOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x6381947999a27896e4125ffba9160646dbe4accb
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateInitialBalances(address[] addresses, bytes32[] addressesTypes, uint256[] amounts) returns (bool)
configureTokenParams(string _name, string _symbol, uint256 _totalSupply) returns (bool)
confirmOwnership()
distribute(address[] addresses, uint256[] amounts, bytes32[] trackingIds) returns (bool)
finalize()
lockAllocationAddress(address allocationAddress) returns (bool)
removeOwnership()
setToken(address _token) returns (bool)
timelockAllocationAddress(address allocationAddress, uint32 timelockTillDate) returns (bool)
transferOwnership(address newOwner)
unlockAllAllocationAddresses() returns (bool)
unlockAllocationAddress(address allocationAddress) returns (bool)
Distributed(address indexed holder, bytes32 indexed trackingId, uint256 amount)
Finalized()
OwnershipRemoved(address indexed previousOwner)
OwnershipTransfer(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(bytes32 _finalizeType, bytes32 _finalizeTransferAddressType)
This contract contains no fallback and receive objects.
This contract contains no error objects.