BasicDistributor
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 4.37802K | $0.999899 |
$4,377.58 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16140735 | 2 years ago | | | 0 | 0.0012654760 | |
| 16098010 | 2 years ago | | | 0 | 0.0010015164 | |
| 16040588 | 2 years ago | | | 0 | 0.0012151083 | |
| 16039984 | 2 years ago | | | 0 | 0.00095200861 | |
| 16024818 | 2 years ago | | | 0 | 0.00099065223 | |
| 16024597 | 2 years ago | | | 0 | 0.00076263915 | |
| 16022614 | 2 years ago | | | 0 | 0.00084836644 | |
| 16022557 | 2 years ago | | | 0 | 0.00088316674 | |
| 16018949 | 2 years ago | | | 0 | 0.0011013527 | |
| 16016131 | 2 years ago | | | 0 | 0.00075000810 |
ABI
ABI objects
Getter at block 21124406
NAME() pure returns (string)
BasicDistributor
VERSION() pure returns (uint256)
2
claimed() view returns (uint256)
80623980000
getTotalVotes() view returns (uint256)
0
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
total() view returns (uint256)
84998970000
uri() view returns (string)
Read-only
_getVestedBips(address, uint256) pure returns (uint256)
getClaimableAmount(address beneficiary) view returns (uint256)
getDistributionRecord(address beneficiary) view returns (struct DistributorDistributionRecord)
getVoteWeightBips(address) view returns (uint256)
getVotes(address beneficiary) view returns (uint256)
State-modifying
Events claim(address beneficiary)
Claim(address indexed beneficiary, uint256 amount)
InitializeDistributionRecord(address indexed beneficiary, uint256 amount)
InitializeDistributor(address indexed token, uint256 total, uint256 weightBips, string uri)
constructor(address _token, uint256 _total, address[] _recipients, uint256[] _amounts, uint256 voteWeightBips, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.