WalletDistributor
Verified contract
Active on
Ethereum with 597 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($224.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 14 | $16.03 |
$224.42 | |
FUJI | ERC-20 | 10.007676M | -- | -- | |
DEV(A) | ERC-20 | 25.9K | -- | -- | |
IICT | ERC-20 | 20K | -- | -- | |
WEENUS | ERC-20 | 25 | -- | -- | |
0x9f73…bf7f | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15080166 | 2 years ago | | | 0 | 0.0018503547 | |
| 14362167 | 3 years ago | | | 0 | 0.0017482173 | |
| 14362129 | 3 years ago | | | 0 | 0.0034874355 | |
| 14244520 | 3 years ago | | | 0 | 0.0039282961 | |
| 14145386 | 3 years ago | | | 0 | 0.0030446012 | |
| 13886409 | 3 years ago | | | 0 | 0.0026611142 | |
| 13866147 | 3 years ago | | | 0 | 0.0041773038 | |
| 13746200 | 3 years ago | | | 0 | 0.0052027512 | |
| 13740149 | 3 years ago | | | 0 | 0.0078896890 | |
| 13735349 | 3 years ago | | | 0 | 0.0053020545 |
ABI
ABI objects
Getter at block 21419169
nextDistributionId() view returns (uint64)
11
owner() view returns (address)
0x00b19b550cd933928650ce9d15e90203cb4bd8fa
Read-only
distributionMap(uint64) view returns (address token, bytes32 merkleRoot, uint256 remainingAmount)
isClaimed(uint64 distributionId, uint256 index) view returns (bool)
merkleRoot(uint64 distributionId) view returns (bytes32)
remainingAmount(uint64 distributionId) view returns (uint256)
token(uint64 distributionId) view returns (address)
State-modifying
Events addDistribution(address newToken, bytes32 newMerkleRoot, uint256 allowance)
claim(uint64 distributionId, uint256 index, address account, uint256 amount, bytes32[] merkleProof)
createCampaign(bytes32 merkleRoot, address token, string merkleTreeCid, string campaignInfoCid, uint256 allowance)
renounceOwnership()
transferOwnership(address newOwner)
updateDistributorInfo(string distributorInfoCid)
Claimed(uint64 indexed distributionId, address indexed account, uint256 amount)
CreateCampaign(uint64 indexed distributionId, address indexed token, address indexed creator, string merkleTreeCid, string campaignInfoCid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateDistributorInfo(string cid)
constructor(string _distributorInfoCid)
This contract contains no fallback and receive objects.
This contract contains no error objects.