FriendtechSharesV1
Verified contract
Implementation
Active on
Base
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,351,567.46)
Native
Value
$4,351,564.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.217943K | $3,572.88 |
$4,351,564.95 | |
FRIEND | ERC-20 | 30 | $0.074603 |
$2.24 | |
ETHO | ERC-20 | 10 | $0.012743 |
$0.13 | |
GRG | ERC-20 | 0.1 | $0.918468 |
$0.09 | |
WGC | ERC-20 | 200 | $0.000259 |
$0.05 | |
TOSHE | ERC-20 | 1.256777M | $0.00 |
$0 | |
USA | ERC-20 | 1 | $0.000714 |
$0 | |
MAG | ERC-20 | 2.838493 | $0.000081 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000441 |
$0 | |
SUMMER | ERC-20 | 0.9 | $0.000027 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23229719 | 11 minutes ago | | | 0 | 0.0000034165672 | |
| 23229713 | 11 minutes ago | | | 0 | 0.0000035415825 | |
| 23229677 | 12 minutes ago | | | 0 | 0.0000035415825 | |
| 23228181 | an hour ago | | | 0 | 0.0000034165672 | |
| 23227874 | an hour ago | | | 0 | 0.0000035415825 | |
| 23227864 | an hour ago | | | 0 | 0.0000035415825 | |
| 23227854 | an hour ago | | | 0 | 0.0000035415825 | |
| 23227843 | an hour ago | | | 0 | 0.0000034165672 | |
| 23227834 | an hour ago | | | 0 | 0.0000035415825 | |
| 23227830 | an hour ago | | | 0 | 0.0000036565966 |
ABI
ABI objects
Getter at block 23230036
owner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeDestination() view returns (address)
0x831be9e08185eba7d88aab1efc059336babef430
protocolFeePercent() view returns (uint256)
0
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
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.