CommunityStake
Verified contract
Active on
Base with 199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($501.68)
Native
Value
$501.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.138238 | $3,629.10 |
$501.68 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22880110 | 4 days ago | | | 0.00027775 | 0.0000086373782 | |
| 22880088 | 4 days ago | | | 0.00000055 | 0.0000098753124 | |
| 22325132 | 17 days ago | | | 0 | 0.0000028301716 | |
| 22060513 | 23 days ago | | | 0.0018502 | 8.1827666e-7 | |
| 21851489 | a month ago | | | 0.0000077 | 0.0000010823318 | |
| 21801908 | a month ago | | | 0 | 0.0000019181937 | |
| 21801143 | a month ago | | | 0.0015785 | 0.0000025831084 | |
| 21722295 | a month ago | | | 0 | 0.0000036858108 | |
| 21711528 | a month ago | | | 0.00004455 | 0.0000040750778 | |
| 21584477 | a month ago | | | 0.0001122 | 0.0000010551240 |
ABI
ABI objects
Getter at block 23073512
bondingCurveAddress() view returns (address)
0x2a679d6f44dd1de40e24b10c59fab30c780c31ec
factory() view returns (address)
0xedf43c919f59900c82d963e99d822da3f95575ea
namespaceFeePercent() view returns (uint256)
50000000000000000
owner() view returns (address)
0x861189a5e4763d1bec1569a5976409d76dd9aaac
protocolFeeDestination() view returns (address)
0xd9cc5e4f556f4069618b5ba28033e81efd40f431
protocolFeePercent() view returns (uint256)
50000000000000000
supplyCapGuardian() view returns (address)
0x2c142bd92738e8ab74390b908b82c61ac3a077af
totalSupply() view returns (uint256)
1560
totalSupplyCap() view returns (uint256)
5000
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)
tokenBlacklist(address) view returns (bool)
whitelist(address, uint256) view returns (bool)
whitelistedExchangeToken(address, uint256) view returns (address)
whitelistedScaler(address, uint256) view returns (uint256)
State-modifying
Events blacklistTokens(address[] tokens)
buyStake(address namespaceAddress, uint256 id, uint256 amount) payable returns (bool)
renounceOwnership()
sellStake(address namespaceAddress, uint256 id, uint256 amount) payable
setBondingCurveAddress(address _bondingCurveAddress)
setFactory(address _factory)
setFeeDestination(address _feeDestination)
transferGuardian(address newGuardian)
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.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)