Ethereum Uniswap Foundation
Verified contract
Active on
Ethereum with 402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 5 | $9.43 |
$47.15 | |
PPGF | ERC-20 | 39.6K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17810167 | a year ago | | | 0 | 0.00065795457 | |
| 17810126 | a year ago | | | 0 | 0.00058629886 | |
| 17810061 | a year ago | | | 0 | 0.00079343914 | |
| 12001615 | 4 years ago | | | 0 | 0.0056329841 | |
| 11674107 | 4 years ago | | | 0 | 0.0019534240 | |
| 11659514 | 4 years ago | | | 0 | 0.0010914400 | |
| 11659399 | 4 years ago | | | 0 | 0.0014686000 | |
| 11652579 | 4 years ago | | | 0 | 0.0031743140 | |
| 11534724 | 4 years ago | | | 0 | 0.0021310080 | |
| 11528774 | 4 years ago | | | 0 | 0.0018935440 |
ABI
ABI objects
Getter at block 21223184
basePercent() view returns (uint256)
999
decimals() view returns (uint256)
18
name() view returns (string)
Ethereum Uniswap Foundation
symbol() view returns (string)
EUF
totalSupply() view returns (uint256)
999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.