UAX
Verified contract
Proxy
Active on
Ethereum with 2,305 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa8f…7752
Balances ($0.00)
No balances found for "UAX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884804 | a month ago | | | 0 | 0.00035331570 | |
| 20453460 | 3 months ago | | | 0 | 0.00010601700 | |
| 20409083 | 3 months ago | | | 0 | 0.000045112000 | |
| 16776256 | 2 years ago | | | 0 | 0.0013665740 | |
| 15868816 | 2 years ago | | | 0 | 0.0014401600 | |
| 14799416 | 2 years ago | | | 0 | 0.0022447432 | |
| 14203591 | 3 years ago | | | 0 | 0.0016625483 | |
| 13815815 | 3 years ago | | | 0 | 0.0021440545 | |
| 13812461 | 3 years ago | | | 0 | 0.0057527980 | |
| 12946070 | 3 years ago | | | 0 | 0.0014118160 |
ABI
ABI objects
Getter at block 21167897
admin() view returns (address)
0xb53fc334f74083dac2af87f3e51775c237c5634c
implementation() view returns (address)
0x02cd9541e67b74ae54bce1448d5d7bb6e7459741
isOwner() view returns (bool)
false
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb53fc334f74083dac2af87f3e51775c237c5634c
decimals() view returns (uint8)
2
isOwner() view returns (bool)
false
isWhitelistedModeActive() view returns (bool)
false
name() view returns (string)
UAX
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb53fc334f74083dac2af87f3e51775c237c5634c
symbol() view returns (string)
UAX
totalSupply() view returns (uint256)
500000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonce(address _address) view returns (uint256)
State-modifying
Events acceptOwnership()
changeAdmin(address newAdmin)
die()
renounceOwnership()
setController(address controller)
transferOwnership(address newOwner)
acceptOwnership()
addToWhitelist(address account)
allowWhitelistedAccountsOnly(bool value)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 value) returns (bool)
delegatedMultiTransfer(address[] _to_arr, uint256[] _value_arr, uint256[] _fee_arr, uint256[] _nonce_arr, uint8[] _v_arr, bytes32[] _r_arr, bytes32[] _s_arr) returns (bool)
delegatedTransfer(address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
freeze(address account)
increaseAllowance(address spender, uint256 value) returns (bool)
initialize()
issue(uint256 value)
removeFromWhiteList(address account)
renounceOwnership()
setAccounts(address accounts)
setName(string newName)
setSymbol(string newSymbol)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address account)
AdminChanged(address previousAdmin, address newAdmin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
AccountFreeze(address account)
AccountUnfreeze(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.