FEG Wrapped UNI
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($556.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 61.874397 | $9.00 |
$556.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17654452 | a year ago | | | 0 | 0.0014843757 | |
| 16683069 | 2 years ago | | | 0 | 0.0028334736 | |
| 15209252 | 2 years ago | | | 0 | 0.00094535996 | |
| 14373195 | 3 years ago | | | 0 | 0.0028050489 | |
| 14032615 | 3 years ago | | | 0 | 0.010314582 | |
| 13578188 | 3 years ago | | | 0 | 0.013753497 | |
| 13477386 | 3 years ago | | | 0 | 0.0051780341 | |
| 13209001 | 3 years ago | | | 0 | 0.0045095080 | |
| 13195170 | 3 years ago | | | 0 | 0.012942751 | |
| 12955638 | 3 years ago | | | 0 | 0.0028119850 |
ABI
ABI objects
Getter at block 21212015
UNI() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
currentSupply() view returns (uint256, uint256)
(58241414644042183825799187012, 60236533805396793862)
decimals() view returns (uint8)
18
name() view returns (string)
FEG Wrapped UNI
symbol() view returns (string)
fUNI
totalFees() view returns (uint256)
3331122378935481370
totalSupply() view returns (uint256)
60236533805396793862
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
tUniFromrUni(uint256 rUniAmount) view returns (uint256)
State-modifying
Events ClaimOPfee()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
excludeFromFees(address account)
includeInFees(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rUniToEveryone(uint256 amt)
setOp(address opper, address opper2)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed dst, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(address indexed src, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.