Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($40.77)
Native
Value
$40.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.016625 | $2,452.19 |
$40.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8021390 | a year ago | | | 0 | 0.000000084516817184 | |
| 8021383 | a year ago | | | 0 | 0.000000084516479136 | |
| 8021374 | a year ago | | | 0 | 0.000000082516373136 | |
| 8021365 | a year ago | | | 0 | 0.000000084516563648 | |
| 5677465 | a year ago | | | 0.002475 | 0.0000094744050 | |
| 5677372 | a year ago | | | 0.00171875 | 0.0000076036041 | |
| 5677087 | a year ago | | | 0.0020625 | 0.0000092244050 | |
| 5677045 | a year ago | | | 0 | 0.000019781311 | |
| 5648426 | a year ago | | | 0.00006875 | 0.0000094744058 | |
| 5641094 | a year ago | | | 0 | 0.0000082512082 |
ABI
ABI objects
Getter at block 22017547
owner() view returns (address)
0x7e28fce25dd080ef7eecf699a7deb60ff3348bfc
ownerFeePercent() view returns (uint256)
60000000000000000
protocolFeeDestination() view returns (address)
0x7e28fce25dd080ef7eecf699a7deb60ff3348bfc
protocolFeePercent() view returns (uint256)
40000000000000000
Read-only
getBuyPrice(string tokenId, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(string tokenId, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(string tokenId, uint256 amount) view returns (uint256)
getSellPriceAfterFee(string tokenId, uint256 amount) view returns (uint256)
getTokensOfOwner(address _owner) view returns (string[])
shareOwner(string) view returns (address)
sharesBalance(string, address) view returns (uint256)
sharesSupply(string) view returns (uint256)
tokenOwner(string) view returns (address)
tokensOfOwner(address, uint256) view returns (string)
State-modifying
Events buyShares(string tokenId, uint256 amount) payable
createTokenId() returns (string)
renounceOwnership()
sellShares(string tokenId, uint256 amount)
setFeeDestination(address _feeDestination)
setOwnerFeePercent(uint256 _feePercent)
setProtocolFeePercent(uint256 _feePercent)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed owner, string tokenId)
Trade(address trader, string tokenId, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 ownerEthAmount, uint256 supply)
constructor(address _protocolFeeDestination, uint256 _protocolFeePercent, uint256 _ownerFeePercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.