AuraMerkleDropV2
Verified contract
Active on
Ethereum with 140 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3fa7…bcac
Balances ($920.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AURA | ERC-20 | 3.169774K | $0.290383 |
$920.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17420237 | a year ago | | | 0 | 0.0018771007 | |
| 17413468 | a year ago | | | 0 | 0.0018132558 | |
| 17208127 | 2 years ago | | | 0 | 0.0062929642 | |
| 17168167 | 2 years ago | | | 0 | 0.0074328750 | |
| 17103145 | 2 years ago | | | 0 | 0.0031151712 | |
| 17062059 | 2 years ago | | | 0 | 0.0031922049 | |
| 17025591 | 2 years ago | | | 0 | 0.0033458400 | |
| 17024765 | 2 years ago | | | 0 | 0.0018902247 | |
| 16979080 | 2 years ago | | | 0 | 0.0047320141 | |
| 16966915 | 2 years ago | | | 0 | 0.0016913800 |
ABI
ABI objects
Getter at block 21226820
aura() view returns (address)
0xc0c293ce456ff0ed870add98a0828dd4d2903dbf
auraLocker() view returns (address)
0x3fa73f1e5d8a792c80f426fc8f84fbf7ce9bbcac
dao() view returns (address)
0xfc78f8e1af80a3bf5a1783bb59ed2d1b10f78ca9
deployTime() view returns (uint256)
1672932419
expiryTime() view returns (uint256)
1688657219
merkleRoot() view returns (bytes32)
0x72e907ab9acb2096b6e2d70597bb5b40c2e2d44e31201d0741afed5f264be430
startTime() view returns (uint256)
1672932419
Read-only
hasClaimed(address) view returns (bool)
State-modifying
Events claim(bytes32[] _proof, uint256 _amount, bool _lock, address addr) returns (bool)
rescueReward()
setDao(address _newDao)
setLocker(address _newLocker)
setRoot(bytes32 _merkleRoot)
startEarly()
withdrawExpired()
Claimed(address addr, uint256 amt, bool locked)
DaoSet(address newDao)
ExpiredWithdrawn(uint256 amount)
Initialized()
LockerSet(address newLocker)
Rescued()
RootSet(bytes32 newRoot)
StartedEarly()
constructor(address _dao, bytes32 _merkleRoot, address _aura, address _auraLocker, uint256 _startDelay, uint256 _expiresAfter)
This contract contains no fallback and receive objects.
This contract contains no error objects.