Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,582.23)
Native
Value
$1,582.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.478159 | $3,309.01 |
$1,582.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17234860 | 4 months ago | | | 0 | 0.000000203338031260 | |
| 17234718 | 4 months ago | | | 0 | 1.9892863e-7 | |
| 7797218 | a year ago | | | 0 | 0.00010003051 | |
| 7797203 | a year ago | | | 0.00061875 | 0.00012275851 | |
| 7486410 | a year ago | | | 0 | 0.00016615652 | |
| 7147779 | a year ago | | | 0 | 0.00010723051 | |
| 7147692 | a year ago | | | 0.00006875 | 0.000097108507 | |
| 7147585 | a year ago | | | 0 | 0.00016615651 | |
| 6876496 | a year ago | | | 0 | 0.00010003051 | |
| 6600250 | a year ago | | | 0 | 0.00010378051 |
ABI
ABI objects
Getter at block 22753684
owner() view returns (address)
0x3345b380259c5a942f7aa9c954c21bc83b7b047a
protocolFeeDestination() view returns (address)
0x3345b380259c5a942f7aa9c954c21bc83b7b047a
protocolFeePercent() view returns (uint256)
50000000000000000
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)
users(address) view returns (uint256 referralBonus, bool exists, address referrer)
State-modifying
Events buyShares(address sharesSubject, uint256 amount, address referrer) payable
claimReferralBonus()
renounceOwnership()
sellShares(address sharesSubject, uint256 amount) payable
setFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
setSubjectFeePercent(uint256 _feePercent)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferrerPaid(address indexed user, address indexed referrer, uint256 referrerAmount)
Trade(address trader, address subject, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 supply)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.