SipherAirdrops
Verified contract
Active on
Ethereum with 3,165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f52…f511
Balances ($335,021.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIPHER | ERC-20 | 2.878711M | $0.116379 |
$335,021.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155704 | 7 days ago | | | 0 | 0.0010193746 | |
| 21092030 | 16 days ago | | | 0 | 0.00090992793 | |
| 20948255 | a month ago | | | 0 | 0.0011907400 | |
| 20948252 | a month ago | | | 0 | 0.0011905600 | |
| 20948243 | a month ago | | | 0 | 0.0011910000 | |
| 20948219 | a month ago | | | 0 | 0.0013102100 | |
| 20912891 | a month ago | | | 0 | 0.00095243200 | |
| 20827325 | 2 months ago | | | 0 | 0.0019856453 | |
| 20811856 | 2 months ago | | | 0 | 0.0020100769 | |
| 20758814 | 2 months ago | | | 0 | 0.00044392394 |
ABI
ABI objects
Getter at block 21204057
airdropsConfig() view returns (uint32 startTime, uint32 vestingInterval, uint32 numberOfVestingPoint)
(startTime=1646092800, vestingInterval=2419200, numberOfVestingPoint=6)
airdropsID() view returns (uint32)
0
owner() view returns (address)
0x72a845c409951c7464e5764da655a69fd82fbd8c
paused() view returns (bool)
false
tokenDrops() view returns (address)
0x9f52c8ecbee10e00d9faaac5ee9ba0ff6550f511
whitelistedMerkleRoot() view returns (bytes32)
0x8239385e3b62a6494fd272fc54bccfab2df08b511eab3b0f8890c042554c1b2b
Read-only
claimed(uint256, address) view returns (uint256)
getClaimableAmountAtTimestamp(address claimer, uint256 totalAmount, bytes32[] proofs, uint32 timestamp) view returns (uint256)
isValidClaimer(address claimer, uint256 totalAmount, bytes32[] proofs) view returns (bool)
State-modifying
Events claim(uint256 totalAmount, bytes32[] proofs)
pause()
renounceOwnership()
startNewAirdrops(address _tokenDrops, struct SipherAirdropsAirdropsConfig _airdropsConfig, bytes32 _whitelistedMerkleRoot)
transferOwnership(address newOwner)
unpause()
updateAirdropsConfg(struct SipherAirdropsAirdropsConfig _airdropsConfig)
updateWhitelistedMerkleRoot(bytes32 _whitelistedMerkleRoot)
withdrawFund(address _tokenERC20, uint256 amount)
Claim(address indexed account, uint256 amount, uint32 airdropsID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenDrops, struct SipherAirdropsAirdropsConfig _airdropsConfig, bytes32 _whitelistedMerkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.