Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.52)
Native
Value
$22.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.006789 | $3,317.41 |
$22.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5944173 | a year ago | | | 0.00001 | 0.00014286451 | |
| 5345648 | a year ago | | | 0.00006875 | 0.00016318781 | |
| 5296802 | a year ago | | | 0.0011 | 0.00016315868 | |
| 5294702 | a year ago | | | 0.00001 | 0.00014288486 | |
| 5287301 | a year ago | | | 0.00061875 | 0.00015960659 | |
| 5286672 | a year ago | | | 0.00006875 | 0.00013393154 | |
| 5286404 | a year ago | | | 0.00001 | 0.00014306088 | |
| 5285275 | a year ago | | | 0.000275 | 0.00013767190 | |
| 5284338 | a year ago | | | 0.00171875 | 0.00013778423 | |
| 5271656 | a year ago | | | 0.00061875 | 0.00016333477 |
ABI
ABI objects
Getter at block 22937224
InvitedFeeDestination() view returns (address)
0x0cca8e0afffc3df95a3ba05c64d61ec36118ebb4
InvitedFeePercent() view returns (uint256)
30000000000000000
LPFeeDestination() view returns (address)
0xf7886718b22e76f7d24080ce249ab1a97da46d78
LPFeePercent() view returns (uint256)
10000000000000000
owner() view returns (address)
0x4749714ec416bfa08d22ec2e1736187431f4df56
protocolFeeDestination() view returns (address)
0x1bdabb8fb1c4d5d53f3c0bd3aa199d655233d1b4
protocolFeePercent() view returns (uint256)
10000000000000000
subjectFeePercent() view returns (uint256)
50000000000000000
Read-only
getBuyPrice(address sharesSubject, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(address sharesSubject, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(address sharesSubject, uint256 amount) view returns (uint256)
getSellPriceAfterFee(address sharesSubject, uint256 amount) view returns (uint256)
sharesBalance(address, address) view returns (uint256)
sharesSupply(address) view returns (uint256)
State-modifying
Events buyShares(address sharesSubject, uint256 amount) payable
renounceOwnership()
sellShares(address sharesSubject, uint256 amount) payable
setInvitedFeeDestination(address _feeDestination)
setInvitedFeePercent(uint256 _feePercent)
setLPFeeDestination(address _feeDestination)
setLPFeePercent(uint256 _feePercent)
setProtocolFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
setSubjectFeePercent(uint256 _feePercent)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address trader, address subject, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 LPFeeEthAmount, uint256 InvitedEthAmount, uint256 supply)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.