ChannelSharesV1
Verified contract
Active on
Base with 42,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($36,482.28)
Native
Value
$36,482.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 11.042696 | $3,303.73 |
$36,482.09 | |
ETHO | ERC-20 | 10 | $0.009825 |
$0.1 | |
WGC | ERC-20 | 200 | $0.000486 |
$0.1 | |
kurbi | ERC-20 | 0.1 | $0.000787 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
OHNO | ERC-20 | 43 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22690087 | a day ago | | | 0 | 0.0000011179706 | |
| 22578788 | 4 days ago | | | 0 | 0.0000011201730 | |
| 22578756 | 4 days ago | | | 0 | 0.0000011156740 | |
| 22548359 | 5 days ago | | | 0 | 0.0000011227793 | |
| 22520376 | 5 days ago | | | 0 | 6.2513371e-7 | |
| 22482111 | 6 days ago | | | 0 | 3.7805552e-7 | |
| 22462164 | 7 days ago | | | 0.000171875 | 0.0000016426877 | |
| 22462135 | 7 days ago | | | 0 | 0.0000018431016 | |
| 22462107 | 7 days ago | | | 0.000034375 | 0.0000018803656 | |
| 22380964 | 9 days ago | | | 0 | 0.0000011184008 |
ABI
ABI objects
Getter at block 22751266
channelCreationFee() view returns (uint256)
0
channelFeePercent() view returns (uint256)
50000000000000000
currentChannelId() view returns (uint256)
3671
owner() view returns (address)
0xaf3a8b053b263e7608571cc931cc56385e522397
protocolFeeDestination() view returns (address)
0xfb38506760c40367e323ae7348f96150e70f410d
protocolFeePercent() view returns (uint256)
50000000000000000
Read-only
channelCreator(uint256) view returns (address)
channelFeePerShare(uint256) view returns (uint256)
channelLastRewardBlock(uint256) view returns (uint256)
channelTotalSupply(uint256) view returns (uint256)
getBuyPrice(uint256 channelId, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(uint256 channelId, uint256 amount) view returns (uint256)
getBuyPriceAfterFeeAndDiscount(uint256 channelId, uint256 amount, address user) view returns (uint256)
getPrice(uint256 supply, uint256 amount) view returns (uint256)
getSellPrice(uint256 channelId, uint256 amount) view returns (uint256)
getSellPriceAfterFee(uint256 channelId, uint256 amount) view returns (uint256)
pendingFees(uint256 channelId, address user) view returns (uint256)
userBalance(uint256, address) view returns (uint256)
userLastFeeDebt(uint256, address) view returns (uint256)
State-modifying
Events buyShares(uint256 channelId, uint256 amount) payable
registerChannel() payable returns (uint256)
renounceOwnership()
sellShares(uint256 channelId, uint256 amount) payable
setChannelCreationFee(uint256 _fee)
setChannelFeePercent(uint256 _feePercent)
setFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
transferOwnership(address newOwner)
withdrawChannelFees(uint256 channelId)
ChannelCreated(address channelCreator, uint256 channelId)
FeesWithdrawn(address user, uint256 channelId, uint256 ethAmount, uint256 userFeeDebt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address trader, uint256 channelId, bool isBuy, uint256 shareAmount, uint256 totalShares, uint256 ethAmount, uint256 protocolEthAmount, uint256 channelEthAmount, uint256 totalSupply, uint256 channelFeePerShare)
constructor(address _protocolFeeDestination)
This contract contains no fallback and receive objects.
This contract contains no error objects.