MerkleClaimer
Verified contract
Active on
Ethereum with 2,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNR | ERC-20 | 5.451933M | $0.000007 |
$35.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160631 | 7 days ago | | | 0 | 0.00058575036 | |
| 21160631 | 7 days ago | | | 0 | 0.0011338593 | |
| 21160614 | 7 days ago | | | 0 | 0.0010760400 | |
| 21160608 | 7 days ago | | | 0 | 0.00094079260 | |
| 21160603 | 7 days ago | | | 0 | 0.0014360758 | |
| 20405564 | 4 months ago | | | 0 | 0.00031774876 | |
| 20405560 | 4 months ago | | | 0 | 0.00032195087 | |
| 20405553 | 4 months ago | | | 0 | 0.00031332442 | |
| 20189892 | 5 months ago | | | 0 | 0.00052108540 | |
| 19308389 | 9 months ago | | | 0 | 0.0021489644 |
ABI
ABI objects
Getter at block 21212478
id() view returns (string)
tpad-syncity-public
isPaused() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x3c9a6f2d5a29b8ca89cda5b65f56ef7634fb9ed7cfc3ab715c89c12e591304a3
owner() view returns (address)
0x8d9322e08f5220f9a98d533d03e61be4bf3141dd
token() view returns (address)
0xbc6e06778708177a18210181b073da747c88490a
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, uint256 time, bytes32[] merkleProof)
claimAll(uint256[] indexes, address account, uint256[] amounts, uint256[] times, bytes32[][] merkleProofs)
renounceOwnership()
setPaused(bool status)
transferOwnership(address newOwner)
withdrawAll()
withdrawToken(address _token, uint256 amount)
Claimed(uint256 index, address account, uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(string _id, address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.