CAFE
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
21 additional
variables
Balances ($0.00)
No balances found for "CAFE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CAFE"
ABI
ABI objects
Getter at block 21278299
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERMIT_BUY_TYPEHASH() view returns (bytes32)
0xaf42a244b3020d6a2253d9f291b4d3e82240da42b22129a8113a58aa7a3ddb6a
PERMIT_SELL_TYPEHASH() view returns (bytes32)
0x5dfdc7fb4c68a4c249de5e08597626b84fbbe7bfef4ed3500f58003e722cc548
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
burnedSupply() view returns (uint256)
0
buySlopeDen() view returns (uint256)
0
buySlopeNum() view returns (uint256)
0
buybackReserve() view returns (uint256)
0
control() view returns (address)
0x0000000000000000000000000000000000000000
currency() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
equityCommitment() view returns (uint256)
0
feeBasisPoints() view returns (uint256)
0
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
fundraisingGoal() view returns (uint256)
0
gasFee() view returns (uint256)
0
initGoal() view returns (uint256)
0
initReserve() view returns (uint256)
0
initTrial() view returns (uint256)
0
manualBuybackReserve() view returns (uint256)
0
maxGoal() view returns (uint256)
0
minDuration() view returns (uint256)
0
minInvestment() view returns (uint256)
0
name() view returns (string)
setupFee() view returns (uint256)
0
setupFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
shareholdersPool() view returns (uint256)
0
stakeholdersPool() view returns (uint256 issued, uint256 authorized)
(issued=0, authorized=0)
stakeholdersPoolAuthorized() view returns (uint256)
0
stakeholdersPoolIssued() view returns (uint256)
0
state() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
trialEndedOn() view returns (uint256 timestamp)
0
version() view returns (string)
cafe-1.5
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateBuyValue(uint256 _currencyValue) view returns (uint256)
estimateSellValue(uint256 _quantityToSell) view returns (uint256)
initInvestors(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] recipients, uint256[] amounts)
burn(uint256 _amount)
buy(address _to, uint256 _currencyValue, uint256 _minTokensBought) payable
close()
convertToCafe(uint256 _newCommitment, uint256 _amount, address _wallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseCommitment(uint256 _newCommitment, uint256 _amount)
increaseValuation(uint256 _newValuation)
initialize(string name, string symbol, uint8 decimals)
initialize(uint256 _initReserve, address _currencyAddress, uint256 _initGoal, uint256 _buySlopeNum, uint256 _buySlopeDen, uint256 _setupFee, address _setupFeeRecipient, string _name, string _symbol, uint256 _maxGoal, uint256 _initTrial, uint256 _stakeholdersAuthorized, uint256 _equityCommitment)
initializeDomainSeparator()
manualBuy(address _wallet, uint256 _currencyValue)
mint(address _wallet, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permitBuy(address _from, address _to, uint256 _currencyValue, uint256 _minTokensBought, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
permitSell(address _from, address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
sell(address _to, uint256 _quantityToSell, uint256 _minCurrencyReturned)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateConfig(address _whitelistAddress, address _beneficiary, address _control, address _feeCollector, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _minDuration, uint256 _stakeholdersAuthorized, uint256 _gasFee)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _fairValue)
Buy(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
Close()
Sell(address indexed _from, address indexed _to, uint256 _currencyValue, uint256 _fairValue)
StateChange(uint256 _previousState, uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateConfig(address _whitelistAddress, address indexed _beneficiary, address indexed _control, address indexed _feeCollector, uint256 _feeBasisPoints, uint256 _minInvestment, uint256 _minDuration, uint256 _stakeholdersPoolAuthorized, uint256 _gasFee)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.