Ultra Token
Verified contract
Active on
Ethereum with 191,477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,289,848.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UOS | ERC-20 | 131.299537M | $0.078352 |
$10,287,581.32 | |
AUDIO | ERC-20 | 10.066965K | $0.142289 |
$1,432.42 | |
USDC | ERC-20 | 413.179002 | $1.001 |
$413.59 | |
FRM | ERC-20 | 35K | $0.01166 |
$408.1 | |
USDT | ERC-20 | 13.221406 | $1.002 |
$13.25 | |
HQG | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244575 | 3 minutes ago | | | 0 | 0.00079845657 | |
| 21244329 | an hour ago | | | 0 | 0.00083252146 | |
| 21244090 | 2 hours ago | | | 0 | 0.00076378152 | |
| 21244088 | 2 hours ago | | | 0 | 0.00054799229 | |
| 21244033 | 2 hours ago | | | 0 | 0.00055806762 | |
| 21244024 | 2 hours ago | | | 0 | 0.00076188365 | |
| 21244003 | 2 hours ago | | | 0 | 0.00064329604 | |
| 21243991 | 2 hours ago | | | 0 | 0.00068802365 | |
| 21243956 | 2 hours ago | | | 0 | 0.00070184262 | |
| 21243764 | 3 hours ago | | | 0 | 0.00093730088 |
ABI
ABI objects
Getter at block 21244589 nextVestingDate() view returns (uint256)
buyerInformation() view returns (uint256, uint256, string)
(0, 0, )
claimableToken() view returns (uint256)
0
decimals() view returns (uint8)
4
deployTime() view returns (uint256)
1563321887
isOwner() view returns (bool)
false
keyOf() view returns (string)
name() view returns (string)
Ultra Token
owner() view returns (address)
0x8448256525dd4c186d1f7a387086562e6e20e4f8
paused() view returns (bool)
false
symbol() view returns (string)
UOS
totalSupply() view returns (uint256)
10000000000000
updateApproved() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
claim() returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
importBalance(address[] buyers, uint256[] tokens, string contractName) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
register(string EOSKey) returns (bool)
renounceOwnership()
renouncePauser()
setUpdateApproval(address buyer, bool isApproved) returns (bool)
setVestingContract(string contractName, uint256[] basisPoints, uint256 startMonth) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
update(string EOSKey) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed claimer, uint256 claimed)
ImportBalance(address[] buyers, uint256[] tokens, string contractName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SetKey(address indexed buyer, string EOSKey)
SetUpdateApproval(address indexed buyer, bool isApproved)
SetVestingContract(string contractName, uint256[] basisPoints, uint256 startMonth)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.