CommunityStake

Verified contract

Active on Base with 199 txns
Deployed by via 0x7ab0d1fb at 10923362
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $501.68
ERC-20
--
0x3b2889b49c99a2d7f2ee13346330288bd737be33766194b14ca801663bb0e83c
0xf896cf0200384739727eba925e16c309f2c511f8f3dd22511f5a7b074c7fd2ca
0x8153d30e12b68beb858c66a5e2322f8f1cc0fdea3bf489fdc5d1d49d817fa362
0x07fd4c46dfa34cea303e9adfe7f0780f2f0194585f6fcf5a236ad50d1d042cce
0x88143c1b66de2f78b91a5c8dc627897046178c1c2e6625192a3155fbddf58cb4
0x168118658086cba2ec0be8c77693213491fcd864f231c79594d42f44c00e3233
0x444286ff322da33217246cda14cf6bdf5531a1b96c1c5a5cb76fb20ea21cf66e
0xe71ceaef2869f058d7551aef5236fe023e5d8525762c586cd95c51d757e9a4a3
0x4e478e6db0803b280ea7d636ec278857ef53db6c96a23d8130c1e450ce1ce140
0x0e1d459a243111ea1abd036ce5a56a3a496e860bfd3ef8ba98d153c5b05c6920

Functions
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(addressuint256view returns (uint256)
getBuyPrice(address namespaceAddressuint256 iduint256 amountview returns (uint256)
getBuyPriceAfterFee(address namespaceAddressuint256 iduint256 amountview returns (uint256)
getDecimals(address namespaceAddressuint256 idview returns (uint8)
getPrice(uint256 _supplyaddress namespaceAddressuint256 iduint256 amountview returns (uint256)
getSellPrice(address namespaceAddressuint256 iduint256 amountview returns (uint256)
getSellPriceAfterFee(address namespaceAddressuint256 iduint256 amountview returns (uint256)
tokenBlacklist(addressview returns (bool)
whitelist(addressuint256view returns (bool)
whitelistedExchangeToken(addressuint256view returns (address)
whitelistedScaler(addressuint256view returns (uint256)
State-modifying
blacklistTokens(address[] tokens
buyStake(address namespaceAddressuint256 iduint256 amountpayable returns (bool)
renounceOwnership(
sellStake(address namespaceAddressuint256 iduint256 amountpayable 
setBondingCurveAddress(address _bondingCurveAddress
setFactory(address _factory
setFeeDestination(address _feeDestination
transferGuardian(address newGuardian
transferOwnership(address newOwner
updateSupplyCap(uint256 newCap
whitelistId(address namespaceAddressuint256 idaddress exchangeTokenuint256 scalaruint256 curve
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Trade(address traderaddress namespacebool isBuyuint256 communityTokenAmountuint256 ethAmountuint256 protocolEthAmountuint256 nameSpaceEthAmountuint256 supplyaddress exchangeToken
Constructor
constructor(address _feeDestinationaddress _factoryuint256 _protocolFeeuint256 _namespaceFeeaddress _curveManageruint256 _supplyCapaddress _supplyCapGuardian
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token