UNI COIN
Verified contract
Active on
Ethereum with 5,302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,194.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 131.091826 | $9.11 |
$1,194.25 | |
UNI | ERC-20 | 2.3001K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20968747 | a month ago | | | 0 | 0.00045803619 | |
| 20968710 | a month ago | | | 0 | 0.00047524310 | |
| 20877903 | a month ago | | | 0 | 0.00078574400 | |
| 20842240 | a month ago | | | 0 | 0.00091645300 | |
| 20299731 | 4 months ago | | | 0 | 0.000073397753 | |
| 20299574 | 4 months ago | | | 0 | 0.000075440671 | |
| 20299568 | 4 months ago | | | 0 | 0.00012347359 | |
| 20277227 | 4 months ago | | | 0 | 0.0011320890 | |
| 19941056 | 6 months ago | | | 0 | 0.00042674996 | |
| 19917159 | 6 months ago | | | 0 | 0.00034393100 |
ABI
ABI objects
Getter at block 21159597
decimals() view returns (uint8)
18
name() view returns (string)
UNI COIN
paused() view returns (bool)
false
symbol() view returns (string)
UNI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
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.