CrowdfundLogic

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x44f4cdfe at 13199410
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CrowdfundLogic"

No transactions found for "CrowdfundLogic"


Functions
Getter at block 20837597
decimals(view returns (uint8)
18
feePercentage(view returns (uint256)
0
fundingCap(view returns (uint256)
0
fundingRecipient(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
operator(view returns (address)
0x0000000000000000000000000000000000000000
operatorPercent(view returns (uint256)
0
status(view returns (uint8)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
treasuryConfig(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
computeFee(uint256 amountuint256 feePercentage_pure returns (uint256 fee)
redeemableFromTokens(uint256 tokenAmountview returns (uint256)
valueToTokens(uint256 valuepure returns (uint256 tokens)
State-modifying
approve(address spenderuint256 valuereturns (bool)
changeFundingRecipient(address newFundingRecipient
closeFunding(
contribute(address backeruint256 amountpayable 
initialize(uint256 totalSupply_address to_
redeem(uint256 tokenAmount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
withdraw(
Events
Approval(address indexed fromaddress indexed spenderuint256 value
BidAccepted(uint256 amount
Contribution(address contributoruint256 amount
FundingClosed(uint256 amountRaiseduint256 creatorAllocation
Mint(address indexed touint256 amount
Redeemed(address contributoruint256 amount
Transfer(address indexed fromaddress indexed touint256 value
Withdrawal(uint256 amountuint256 fee
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.