CommunityStake
Verified contract
Active on
Base with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($83.34)
Native
Value
$83.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.026053 | $3,198.82 |
$83.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10964053 | 9 months ago | | | 0 | 0.000000004729884640 | |
| 10960858 | 9 months ago | | | 0 | 0.00030340008 | |
| 10960811 | 9 months ago | | | 0 | 0.00029765008 | |
| 10960788 | 9 months ago | | | 0 | 0.00029140007 | |
| 10927720 | 9 months ago | | | 0 | 0.00029765007 | |
| 10924004 | 9 months ago | | | 0 | 0.000000001068453440 | |
| 10923588 | 9 months ago | | | 0.000004235 | 0.00033773507 | |
| 10923570 | 9 months ago | | | 0.000029205 | 0.00029498507 | |
| 10921272 | 9 months ago | | | 0.00000006 | 0.00033773508 | |
| 10919158 | 9 months ago | | | 0 | 0.00029140007 |
ABI
ABI objects
Getter at block 22383108
bondingCurveAddress() view returns (address)
0x60bebdc4359ebabf6aee4ccb75ca588735c87c56
factory() view returns (address)
0xd656267af2e41580d47451df2e6e21f5367cc04d
namespaceFeePercent() view returns (uint256)
50000000000000000
namespaceInstance() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2ca651ad57bfff1cfc88e9b2a519bc1c2ce234f9
protocolFeeDestination() view returns (address)
0x2ca651ad57bfff1cfc88e9b2a519bc1c2ce234f9
protocolFeePercent() view returns (uint256)
50000000000000000
supplyCapGuardian() view returns (address)
0x2ca651ad57bfff1cfc88e9b2a519bc1c2ce234f9
totalSupply() view returns (uint256)
591
totalSupplyCap() view returns (uint256)
1000
Read-only
curveId(address, uint256) view returns (uint256)
getBuyPrice(address namespaceAddress, uint256 id, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(address namespaceAddress, uint256 id, uint256 amount) view returns (uint256)
getDecimals(address namespaceAddress, uint256 id) view returns (uint8)
getPrice(uint256 _supply, address namespaceAddress, uint256 id, uint256 amount) view returns (uint256)
getSellPrice(address namespaceAddress, uint256 id, uint256 amount) view returns (uint256)
getSellPriceAfterFee(address namespaceAddress, uint256 id, uint256 amount) view returns (uint256)
whitelist(address, uint256) view returns (bool)
whitelistedExchangeToken(address, uint256) view returns (address)
whitelistedScaler(address, uint256) view returns (uint256)
State-modifying
Events buyStake(address namespaceAddress, uint256 id, uint256 amount) payable
renounceOwnership()
sellStake(address namespaceAddress, uint256 id, uint256 amount) payable
setBondingCurveAddress(address _bondingCurveAddress)
setFactory(address _factory)
setFeeDestination(address _feeDestination)
transferOwnership(address newOwner)
updateSupplyCap(uint256 newCap)
whitelistId(address namespaceAddress, uint256 id, address exchangeToken, uint256 scalar, uint256 curve)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address trader, address namespace, bool isBuy, uint256 communityTokenAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 nameSpaceEthAmount, uint256 supply, address exchangeToken)
constructor(address _feeDestination, address _factory, uint256 _protocolFee, uint256 _namespaceFee, address _curveManager, uint256 _supplyCap, address _supplyCapGuardian)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)