DCBIDO
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
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
Balances ($0.00)
No balances found for "DCBIDO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DCBIDO"
ABI
ABI objects
Getter at block 21214067
VERSION() view returns (uint8)
2
dcbAgreement() view returns (address token, uint32 startDate, uint32 endDate, uint256 totalTokenOnSale, uint256 hardcap, uint256 totalInvestFund)
(token=0x0000000000000000000000000000000000000000, startDate=0, endDate=0, totalTokenOnSale=0, hardcap=0, totalInvestFund=0)
factory() view returns (address)
0x0000000000000000000000000000000000000000
getInfo() view returns (uint256, uint256, uint256, uint256, uint256)
(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(uint256) view returns (uint32)
roundsMultipliers(uint256) view returns (uint256)
userInvestment(address) view returns (uint256)
State-modifying
Events fundAgreement(uint256 _investFund, uint256 allocation, uint256 refundFee, bytes32[] merkleProof) returns (bool)
initialize(struct IDCBIDOParams p)
setMerkleRoot(bytes32 _merkleRoot)
setParams(struct IDCBIDOParams p)
setRoundsMultipliers(uint256[3] _multipliers)
setToken(address _token)
CreateAgreement(struct IDCBIDOParams arg0)
EditAgreement(struct IDCBIDOParams p)
Initialized(uint8 version)
NewInvestment(address wallet, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AmountExceedsAllocation()
HardcapAchieved()
IDONotOpen()
InvalidDuration()
InvalidInput()
InvalidProof()
InvalidTokensReceived()
MerkleRootAlreadySet()
MerkleRootNotSet()
NotManager()
TokenNotRecived()