Universal Gold
Verified contract
Active on
Ethereum with 571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Universal Gold"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20732100 | 3 months ago | | | 0 | 0.000058449058 | |
| 20728493 | 3 months ago | | | 0 | 0.00049278254 | |
| 20481229 | 4 months ago | | | 0 | 0.000090523854 | |
| 19849878 | 7 months ago | | | 0 | 0.00013235880 | |
| 19001378 | a year ago | | | 0 | 0.00081959277 | |
| 18820559 | a year ago | | | 0 | 0.0035462250 | |
| 18663432 | a year ago | | | 0 | 0.0015079346 | |
| 18663426 | a year ago | | | 0 | 0.0014344877 | |
| 18663408 | a year ago | | | 0 | 0.0014571070 | |
| 18663407 | a year ago | | | 0 | 0.0014810418 |
ABI
ABI objects
Getter at block 21323057
decimals() view returns (uint8)
5
name() view returns (string)
Universal Gold
symbol() view returns (string)
UPXAU
totalSupply() view returns (uint256)
3348174
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
burnAllowance(address owner, address burner) view returns (uint256)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseBurnAllowance(address burner, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseBurnAllowance(address burner, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceBurner()
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnApproval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.