This contract is being backfilled. You may encounter incomplete storage history.

DCBIDO

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd06fec4d at 20482726
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 2 additional slots

No balances found for "DCBIDO"

No transactions found for "DCBIDO"


Functions
Getter at block 21214067
VERSION(view returns (uint8)
2
dcbAgreement(view returns (address tokenuint32 startDateuint32 endDateuint256 totalTokenOnSaleuint256 hardcapuint256 totalInvestFund)
(token=0x0000000000000000000000000000000000000000, startDate=0, endDate=0, totalTokenOnSale=0, hardcap=0, totalInvestFund=0)
factory(view returns (address)
0x0000000000000000000000000000000000000000
getInfo(view returns (uint256uint256uint256uint256uint256)
(0, 0, 0, 0, 0)
getParticipants(view returns (address[])
[]
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
saleToken(view returns (address)
0x0000000000000000000000000000000000000000
vesting(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
durations(uint256view returns (uint32)
roundsMultipliers(uint256view returns (uint256)
userInvestment(addressview returns (uint256)
State-modifying
fundAgreement(uint256 _investFunduint256 allocationuint256 refundFeebytes32[] merkleProofreturns (bool)
initialize(struct IDCBIDOParams p
setMerkleRoot(bytes32 _merkleRoot
setParams(struct IDCBIDOParams p
setRoundsMultipliers(uint256[3] _multipliers
setToken(address _token
Events
CreateAgreement(struct IDCBIDOParams arg0
EditAgreement(struct IDCBIDOParams p
Initialized(uint8 version
NewInvestment(address walletuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountExceedsAllocation(
HardcapAchieved(
IDONotOpen(
InvalidDuration(
InvalidInput(
InvalidProof(
InvalidTokensReceived(
MerkleRootAlreadySet(
MerkleRootNotSet(
NotManager(
TokenNotRecived(