BaoDistribution
Verified contract
Active on
Ethereum with 2,849 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8bf7…a2b6
Balances ($440,329.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAO | ERC-20 | 644.6613M | $0.000683 |
$440,329.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271043 | 14 hours ago | | | 0 | 0.00054617144 | |
| 21270225 | 17 hours ago | | | 0 | 0.00046716905 | |
| 21269151 | 21 hours ago | | | 0 | 0.00054526705 | |
| 21261415 | 2 days ago | | | 0 | 0.00048948992 | |
| 21254529 | 3 days ago | | | 0 | 0.0065374496 | |
| 21198469 | 11 days ago | | | 0 | 0.00090752456 | |
| 21175986 | 14 days ago | | | 0 | 0.0020050427 | |
| 21171509 | 14 days ago | | | 0 | 0.0013529578 | |
| 21169756 | 15 days ago | | | 0 | 0.0020281152 | |
| 21159382 | 16 days ago | | | 0 | 0.0023617309 |
ABI
ABI objects
Getter at block 21275287
baoToken() view returns (address)
0xce391315b414d4c7555956120461d21808a69f3a
merkleRoot() view returns (bytes32)
0xbc39affb2a6f4c1e539660ab71ae1554d613a42413e154a6223dd7c868432e58
treasury() view returns (address)
0x3dfc49e5112005179da613bde5973229082dac35
votingEscrow() view returns (address)
0x8bf70dfe40f07a5ab715f7e888478d9d3680a2b6
Read-only
claimable(address _account, uint64 _timestamp) view returns (uint256 c)
distCurve(uint256 _amountOwedTotal, uint256 _daysSinceStart) pure returns (uint256 _amount)
distributions(address) view returns (uint64 dateStarted, uint64 dateEnded, uint64 lastClaim, uint256 amountOwedTotal)
lockStatus(address) view returns (bool)
State-modifying
Events claim()
endDistribution()
lockDistribution(uint256 _time)
startDistribution(bytes32[] _proof, uint256 _amount)
DistributionEnded(address _account, uint256 _amount)
DistributionLocked(address _account, uint256 _amount)
DistributionStarted(address _account)
TokensClaimed(address _account, uint256 _amount)
constructor(address _baoToken, address _votingEscrow, bytes32 _merkleRoot, address _treasury)
This contract contains no fallback and receive objects.
DistributionAlreadyStarted()
DistributionEndedEarly()
InvalidProof(address _account, uint256 _amount, bytes32[] _proof)
InvalidTimestamp()
ZeroClaimable()
alreadyLocked()
outsideLockRange()