CrowdfundProxy
Verified contract
Proxy
Active on
Ethereum with 1,416 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7fed…7266
0x7fed…7266
0x303b…bf4a
0x303b…bf4a
1 additional
variable
Balances ($0.00)
No balances found for "CrowdfundProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16224393 | 2 years ago | | | 0 | 0.00063301186 | |
| 16224379 | 2 years ago | | | 0 | 0.00066284901 | |
| 16017174 | 2 years ago | | | 0 | 0.00057889345 | |
| 16017169 | 2 years ago | | | 0 | 0.00059099864 | |
| 15786788 | 2 years ago | | | 0 | 0.0011645119 | |
| 15334801 | 2 years ago | | | 0 | 0.00030736001 | |
| 15334791 | 2 years ago | | | 0 | 0.00031886998 | |
| 15010525 | 2 years ago | | | 0 | 0.0011467778 | |
| 14921349 | 2 years ago | | | 0 | 0.00084524111 | |
| 14921100 | 2 years ago | | | 0 | 0.0032701937 |
ABI
ABI objects
Getter at block 21316204
feePercentage() view returns (uint256)
250
fundingCap() view returns (uint256)
20000000000000000000
fundingRecipient() view returns (address)
0x303b4fc6f080344aa2b3fc12979c6a44ed04bf4a
logic() view returns (address logic_)
0x8cd3dc90eaa8ec8d6391fca22eb72ba3400b3fba
name() view returns (string)
DFarm DAO
operator() view returns (address)
0x7fed8d3000b3eb6c3bd27b584d78da75a9b67266
operatorPercent() view returns (uint256)
50
status() view returns (uint8)
1
symbol() view returns (string)
DFARM
totalSupply() view returns (uint256)
33140000000000000000000
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
decimals() view returns (uint8)
18
feePercentage() view returns (uint256)
250
fundingCap() view returns (uint256)
20000000000000000000
fundingRecipient() view returns (address)
0x303b4fc6f080344aa2b3fc12979c6a44ed04bf4a
name() view returns (string)
DFarm DAO
operator() view returns (address)
0x7fed8d3000b3eb6c3bd27b584d78da75a9b67266
operatorPercent() view returns (uint256)
50
status() view returns (uint8)
1
symbol() view returns (string)
DFARM
totalSupply() view returns (uint256)
33140000000000000000000
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
computeFee(uint256 amount, uint256 feePercentage_) pure returns (uint256 fee)
redeemableFromTokens(uint256 tokenAmount) view returns (uint256)
valueToTokens(uint256 value) pure returns (uint256 tokens)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeFundingRecipient(address newFundingRecipient)
closeFunding()
contribute(address backer, uint256 amount) payable
initialize(uint256 totalSupply_, address to_)
redeem(uint256 tokenAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdraw()
Approval(address indexed from, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
Approval(address indexed from, address indexed spender, uint256 value)
BidAccepted(uint256 amount)
Contribution(address contributor, uint256 amount)
FundingClosed(uint256 amountRaised, uint256 creatorAllocation)
Mint(address indexed to, uint256 amount)
Redeemed(address contributor, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(uint256 amount, uint256 fee)
constructor(address treasuryConfig_, address operator_, string name_, string symbol_)
fallback()
receive()
This contract contains no error objects.