daiMerkleDistributor
Verified contract
Active on
Ethereum with 1,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,592.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 15.592697K | $1.00 |
$15,592.7 | |
StableDAI.com | ERC-20 | 588 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989277 | 14 days ago | | | 0 | 0.00097923172 | |
| 20947025 | 20 days ago | | | 0 | 0.00062750504 | |
| 20893670 | a month ago | | | 0 | 0.00090295080 | |
| 20889958 | a month ago | | | 0 | 0.00028805150 | |
| 20853869 | a month ago | | | 0 | 0.00040901638 | |
| 20801689 | a month ago | | | 0 | 0.00056433090 | |
| 20797150 | a month ago | | | 0 | 0.00059229125 | |
| 20757838 | 2 months ago | | | 0 | 0.00023944360 | |
| 20752279 | 2 months ago | | | 0 | 0.00016473912 | |
| 20746168 | 2 months ago | | | 0 | 0.00013701333 |
ABI
ABI objects
Getter at block 21091588
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x16e225aad3aef3828b208ae1bf2b4629b02bd1103b55dba5e76c8677b3cab77e
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
week() view returns (uint32)
8
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimOwnership()
freeze()
transferOwnership(address newOwner, bool direct, bool renounce)
unfreeze()
updateMerkleRoot(bytes32 _merkleRoot)
Claimed(uint256 index, uint256 amount, address indexed account, uint256 indexed week)
MerkleRootUpdated(bytes32 indexed merkleRoot, uint32 indexed week)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.