0xf25304369e9bfe9fa0488e43328966710cda572a
Unverified contract
Proxy
Active on
Ethereum with 487 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd5f8…5b6c
-
variable spans 3 additional slots
0xea3e…9a5e
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "0xf25304369e9bfe9fa0488e43328966710cda572a"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20626499 | 3 months ago | | | 0 | 0.00030224672 | |
| 20626485 | 3 months ago | | | 0 | 0.00029507051 | |
| 20626476 | 3 months ago | | | 0 | 0.00033053087 | |
| 20626475 | 3 months ago | | | 0 | 0.00072831202 | |
| 20626465 | 3 months ago | | | 0 | 0.00021801860 | |
| 20626463 | 3 months ago | | | 0 | 0.00076485059 | |
| 20626457 | 3 months ago | | | 0 | 0.00056666881 | |
| 20626455 | 3 months ago | | | 0 | 0.00037682698 | |
| 20626451 | 3 months ago | | | 0 | 0.00033691645 | |
| 20626451 | 3 months ago | | | 0 | 0.00037289867 |
ABI
ABI objects
Getter at block 21381219 getParticipants() view returns (address[])
VERSION() view returns (uint8)
2
dcbAgreement() view returns (address token, uint32 startDate, uint32 endDate, uint256 totalTokenOnSale, uint256 hardcap, uint256 totalInvestFund)
(token=0xdac17f958d2ee523a2206206994597c13d831ec7, startDate=1724756400, endDate=1724842800, totalTokenOnSale=2000000000000000000000000, hardcap=200000000000, totalInvestFund=200000000000)
factory() view returns (address)
0x61213a6ae6c957442d0fcbcea2218b762a5431cd
getInfo() view returns (uint256, uint256, uint256, uint256, uint256)
(200000000000, 1724756400, 1724842800, 200000000000, 345)
merkleRoot() view returns (bytes32)
0x60e3f75da8ad4c731965cc830eed13e5568c94ee8b48851fc83ea64b86f7f7e3
saleToken() view returns (address)
0xea3eed8616877f5d3c4aebf5a799f2e8d6de9a5e
vesting() view returns (address)
0xd5f85dc2ed20690195370a330a03819d87075b6c
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()