FriendtechSharesV1
Verified contract
Active on
Base with 23,729 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,145.83)
Native
Value
$9,145.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 2.652552 | $3,447.91 |
$9,145.76 | |
WGC | ERC-20 | 200 | $0.000337 |
$0.07 | |
USA | ERC-20 | 1 | $0.000718 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000533 |
$0 | |
OHNO | ERC-20 | 284.785714 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22824276 | 2 days ago | | | 0 | 1.9978469e-7 | |
| 22824260 | 2 days ago | | | 0 | 1.9884628e-7 | |
| 22824248 | 2 days ago | | | 0 | 1.9823328e-7 | |
| 22824233 | 2 days ago | | | 0 | 1.9043327e-7 | |
| 22591494 | 7 days ago | | | 0.00171875 | 7.3704811e-7 | |
| 22288550 | 14 days ago | | | 0.00171875 | 6.3251909e-7 | |
| 22286572 | 14 days ago | | | 0 | 5.6005065e-7 | |
| 22286550 | 14 days ago | | | 0 | 5.6639164e-7 | |
| 22286533 | 14 days ago | | | 0 | 5.6645134e-7 | |
| 22271215 | 15 days ago | | | 0 | 2.4377585e-7 |
ABI
ABI objects
Getter at block 22900418
owner() view returns (address)
0x62cc13072891e6e0f62c5b921a9c85b3911abd8f
protocolFeeDestination() view returns (address)
0x7167443822e87596d3d04f8e2fb0d6bdf075cca7
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)
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.