Unified Quantative Token
Verified contract
Active on
Ethereum with 1,586 txns
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 "Unified Quantative Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13618733 | 3 years ago | | | 0 | 0.0064757703 | |
| 13573456 | 3 years ago | | | 0 | 0.0043974870 | |
| 13573456 | 3 years ago | | | 0 | 0.0042403030 | |
| 13547908 | 3 years ago | | | 0 | 0.0052294440 | |
| 13547556 | 3 years ago | | | 0 | 0.0062991030 | |
| 13547556 | 3 years ago | | | 0 | 0.0061406350 | |
| 13546848 | 3 years ago | | | 0 | 0.0052690610 | |
| 13540580 | 3 years ago | | | 0 | 0.0063387200 | |
| 13540568 | 3 years ago | | | 0 | 0.0093099950 | |
| 13540568 | 3 years ago | | | 0 | 0.0074083790 |
ABI
ABI objects
Getter at block 21275359
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Unified Quantative Token
operator() view returns (address)
0xec932707e34c871fb4d248579dcdd68ac0f7dfc8
owner() view returns (address)
0xec932707e34c871fb4d248579dcdd68ac0f7dfc8
paused() view returns (bool)
false
symbol() view returns (string)
UQT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blackList(address) view returns (bool)
State-modifying
Events MultiTransfer(address[] _to, uint256[] _amount) returns (bool)
SetLockAddress(address _lockAddress) returns (bool)
UnLockAddress(address _unlockAddress) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burnAdminAmount(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOperator(address _newOperator)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAdminAmount(address indexed burner, uint256 value)
Lock(address indexed LockedAddress)
Mint(address indexed to, uint256 amount)
MintFinished()
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed UnLockedAddress)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.