ContributionBoard
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ContributionBoard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ContributionBoard"
ABI
ABI objects
Getter at block 21265792
anarchizedAt() view returns (uint256)
0
commitToken() view returns (address)
0x0000000000000000000000000000000000000000
dividendPool() view returns (address)
0x0000000000000000000000000000000000000000
forceAnarchizeAt() view returns (uint256)
0
gov() view returns (address)
0x0000000000000000000000000000000000000000
project() view returns (address)
0x0000000000000000000000000000000000000000
sablier() view returns (address)
0x0000000000000000000000000000000000000000
stableReserve() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
finalized(uint256 projId) view returns (bool)
fundingPaused(uint256 projId) view returns (bool)
getContributors(uint256 projId) view returns (address[])
getStreams(uint256 projId) view returns (uint256[])
initialContributorShareProgram(uint256 projId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
maxSupplyOf(uint256 projId) view returns (uint256)
minimumShare(uint256 projId) view returns (uint256)
projectFund(uint256 projId) view returns (uint256)
projectOf(uint256 streamId) view returns (uint256 id)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyOf(uint256 projId) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events addProjectFund(uint256 projId, uint256 amount)
anarchize()
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
cancelStream(uint256 projectId, uint256 streamId)
compensate(uint256 projectId, address to, uint256 amount)
compensateInStream(uint256 projectId, address to, uint256 amount, uint256 period)
finalize(uint256 id)
forceAnarchize()
initialize(address gov_)
initialize(address project_, address gov_, address dividendPool_, address stableReserve_, address commit_, address sablier_)
pauseFunding(uint256 projectId)
receiveGrant(address currency, uint256 amount, bytes data) returns (bool result)
recordContribution(address to, uint256 id, uint256 amount)
resumeFunding(uint256 projectId)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAnarchyPoint(uint256 timestamp)
setApprovalForAll(address operator, bool approved)
setGovernance(address gov_)
setMaxContribution(uint256 projectId, uint256 maxContribution)
startInitialContributorShareProgram(uint256 projectId, uint256 minimumShare_, uint256 maxContribution)
Anarchized()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Grant(uint256 projId, uint256 amount)
ManagerUpdated(address indexed manager, bool active)
NewGovernance(address indexed _prevGovernance, address indexed _newGovernance)
NewMaxContribution(uint256 _id, uint256 _maxContribution)
Payed(uint256 projId, address to, uint256 amount)
PayedInStream(uint256 projId, address to, uint256 amount, uint256 streamId)
ProjectClosed(uint256 projId)
ProjectFunded(uint256 indexed projId, uint256 amount)
ProjectPosted(uint256 projId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.