FraktalAirdrop
Verified contract
Active on
Ethereum with 530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAK | ERC-20 | 99.57448M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14453123 | 3 years ago | | | 0 | 0.0068679870 | |
| 14446525 | 3 years ago | | | 0 | 0.0064691568 | |
| 14443111 | 3 years ago | | | 0 | 0.0060999522 | |
| 14443043 | 3 years ago | | | 0 | 0.0050759386 | |
| 14442738 | 3 years ago | | | 0 | 0.0029742636 | |
| 14441920 | 3 years ago | | | 0 | 0.0035135884 | |
| 14439672 | 3 years ago | | | 0 | 0.0039194101 | |
| 14438586 | 3 years ago | | | 0 | 0.0048787843 | |
| 14438444 | 3 years ago | | | 0 | 0.0077315168 | |
| 14438236 | 3 years ago | | | 0 | 0.0056407092 |
ABI
ABI objects
Getter at block 21213836
MAXIMUM_AMOUNT_TO_CLAIM() view returns (uint256)
10000000000000000000000
endTimestamp() view returns (uint256)
1648382400
fraktalMarket() view returns (address)
0x244763ea2039d880b62d2ba427d8919eba6ee50b
fraktalToken() view returns (address)
0x1f81f8f262714cc932141c7c79495b481ef27258
isMerkleRootSet() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x8dfab5f1445c86bab8ddecc22981110b60bb14aa0e326226e3974785643a4e57
owner() view returns (address)
0xfe94655fe300c4961b05985fde83c02672d3a8f1
paused() view returns (bool)
false
startTimestamp() view returns (uint256)
1647518400
Read-only
canClaim(address user, uint256 amount, bytes32[] merkleProof) view returns (bool)
hasClaimed(address) view returns (bool)
parseTier(uint256 amount) pure returns (uint256 parsed)
State-modifying
Events claim(uint256 amount, bytes32[] merkleProof, address listedToken)
pauseAirdrop()
renounceOwnership()
setFraktalMarket(address _market)
transferOwnership(address newOwner)
unpauseAirdrop()
updateEndTimestamp(uint256 newEndTimestamp)
withdrawTokenRewards()
AirdropRewardsClaim(address indexed user, uint256 amount)
MerkleRootSet(bytes32 merkleRoot)
NewEndTimestamp(uint256 endTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensWithdrawn(uint256 amount)
Unpaused(address account)
constructor(uint256 _startTimestamp, uint256 _endTimestamp, uint256 _maximumAmountToClaim, address _fraktalToken, address _market, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.