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 "Uno Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20618832 | 2 months ago | | | 0 | 0.000037110105 | |
| 20618347 | 2 months ago | | | 0 | 0.00026935338 | |
| 20618332 | 2 months ago | | | 0 | 0.000062132726 | |
| 20618332 | 2 months ago | | | 0 | 0.00010856835 | |
| 20618319 | 2 months ago | | | 0 | 0.00010257500 | |
| 20618308 | 2 months ago | | | 0 | 0.00014577204 | |
| 20618307 | 2 months ago | | | 0 | 0.000057104901 | |
| 20618299 | 2 months ago | | | 0 | 0.000035591027 | |
| 20618298 | 2 months ago | | | 0 | 0.000056376973 | |
| 20618287 | 2 months ago | | | 0 | 0.000065366372 |
ABI
ABI objects
Getter at block 21159584
decimals() pure returns (uint8)
18
enabled() view returns (bool)
true
name() view returns (string)
Uno Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
UNO
totalSupply() view returns (uint256)
999999999999999998
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 decrement) returns (bool)
increaseAllowance(address spender, uint256 increment) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)