Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 31.734746 | $9.18 |
$291.32 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12074699 | 4 years ago | | | 0 | 0.0071000150 | |
| 11976381 | 4 years ago | | | 0 | 0.0047436200 | |
| 11762135 | 4 years ago | | | 0 | 0.0062807500 | |
| 11744303 | 4 years ago | | | 0 | 0.0043795780 | |
| 11744275 | 4 years ago | | | 0 | 0.0070892230 | |
| 11340933 | 4 years ago | | | 0 | 0.0014246820 | |
| 11340927 | 4 years ago | | | 0 | 0.0024225750 | |
| 11197536 | 4 years ago | | | 0 | 0.0034825560 | |
| 11197532 | 4 years ago | | | 0 | 0.0039418500 | |
| 11167788 | 4 years ago | | | 0 | 0.0010553200 |
ABI
ABI objects
Getter at block 21166292
currentPrices() view returns (uint256 truePrice, uint256 buyPrice, uint256 sellPrice)
(truePrice=100126678579958993, buyPrice=117796092447010580, sellPrice=95120344650961043)
decimals() view returns (uint8)
18
name() view returns (string)
UNI3d
symbol() view returns (string)
U3D
totalSupply() view returns (uint256)
126678579958993660212
Read-only
allInfoFor(address _user) view returns (uint256 contractBalance, uint256 totalTokenSupply, uint256 truePrice, uint256 buyPrice, uint256 sellPrice, uint256 userUNI, uint256 userAllowance, uint256 userBalance, uint256 userDividends, uint256 userLiquidValue)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
calculateResult(uint256 _amount, bool _buy, bool _inverse) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
buy(uint256 _amount) returns (uint256)
reinvest() returns (uint256)
sell(uint256 _tokens) returns (uint256)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
withdraw() returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Buy(address indexed buyer, uint256 amountSpent, uint256 tokensReceived)
Reinvest(address indexed user, uint256 amount)
Sell(address indexed seller, uint256 tokensSpent, uint256 amountReceived)
Transfer(address indexed from, address indexed to, uint256 tokens)
Withdraw(address indexed user, uint256 amount)
constructor(address _UNI_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.