Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,695.66)
Native
Value
$1,695.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.679681 | $2,494.78 |
$1,695.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 7235641 | a year ago | | | 0 | 0.000000000090497800 | |
| 4611027 | a year ago | | | 0 | 0.0000078593668 | |
| 4604352 | a year ago | | | 0 | 0.000013055935 | |
| 4604332 | a year ago | | | 0 | 0.000012222501 | |
| 4604301 | a year ago | | | 0 | 0.000011937502 | |
| 4604290 | a year ago | | | 0 | 0.000010839844 | |
| 4604190 | a year ago | | | 0 | 0.000011661410 | |
| 4604177 | a year ago | | | 0 | 0.0000071791296 | |
| 4604142 | a year ago | | | 0 | 0.000010839369 | |
| 4604132 | a year ago | | | 0 | 0.000010546288 |
ABI
ABI objects
Getter at block 21894613
owner() view returns (address)
0x3f5358ebe0594496d92e768958033316e4c82a55
protocolFeeDestination() view returns (address)
0x3f5358ebe0594496d92e768958033316e4c82a55
protocolFeePercent() view returns (uint256)
25000000000000000
subjectFeePercent() view returns (uint256)
75000000000000000
Read-only
getActiveSharesSubjectsForHolder(address holder) view returns (address[])
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)
holderOwnsSharesSubject(address, address) view returns (bool)
holderToSharesSubjects(address, uint256) view returns (address sharesSubject, bool active)
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
setFeeDestination(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 supply)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.