Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$288.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.075149 | $3,841.54 |
$288.69 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4520603 | a year ago | | | 0 | 6.5657933e-7 | |
| 4520582 | a year ago | | | 0 | 0.000000305304436563 | |
| 4520560 | a year ago | | | 0 | 1.2537434e-7 | |
| 3221253 | a year ago | | | 0.0055242522 | 0.0000072805919 | |
| 3158293 | a year ago | | | 0.0308447 | 0.0000099382072 | |
| 3157930 | a year ago | | | 0.033087574 | 0.0000093742884 | |
| 3152734 | a year ago | | | 0.00110011 | 0.0000090320951 | |
| 3152719 | a year ago | | | 0.0022007701 | 0.0000055767141 | |
| 3152577 | a year ago | | | 0.00220055 | 0.0000072555178 | |
| 3152560 | a year ago | | | 0.00220033 | 0.0000089872506 |
ABI
ABI objects
Getter at block 23268833
protocol() view returns (address)
0x8fcc36cca8de6e5d6c44d4de5f8fbca86742e0af
Read-only
balanceOf(address user, address owner) view returns (uint256)
getBuyInfo(uint128 spotPrice, uint256 numItems) pure returns (uint128 newSpotPrice, uint256 inputValue, uint256 userFee, uint256 protocolFee)
getSellInfo(uint128 spotPrice, uint256 numItems) pure returns (uint128 newSpotPrice, uint256 outputValue, uint256 userFee, uint256 protocolFee)
users(address user) view returns (uint128 supply, uint128 price)
State-modifying
Events buyShares(address user, uint128 amount, address recipient) payable
sellShares(address user, uint128 amount, address recipient)
BuyShares(address indexed trader, address indexed user, uint256 shares, uint256 value)
SellShares(address indexed trader, address indexed user, uint256 shares, uint256 value)
constructor(address _protocol)
This contract contains no fallback and receive objects.
InsufficientPayment()
InvalidNumItems()
SpotPriceOverflow()
SpotPriceUnderflow()