Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLOOF | ERC-20 | 20M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23182230 | a few seconds ago | | | 0 | 0.0000054094225 | |
| 23152211 | 17 hours ago | | | 0 | 0.0000022152893 | |
| 23139935 | a day ago | | | 0 | 0.0000014098622 | |
| 23097564 | 2 days ago | | | 0 | 0.0000027474197 | |
| 23093168 | 2 days ago | | | 0 | 0.0000027801679 | |
| 23092913 | 2 days ago | | | 0 | 0.00023347949 | |
| 23092720 | 2 days ago | | | 0 | 0.0000073006807 | |
| 23092214 | 2 days ago | | | 0 | 0.0000063669620 | |
| 23087556 | 2 days ago | | | 0 | 0.0000027474197 | |
| 23087233 | 2 days ago | | | 0 | 0.0000028629847 |
ABI
ABI objects
Getter at block 23182242
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xf82ed864c93bcef8f45b946a10f63e543b0393900c1124e74352e302792bcf06
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0xef0769ae88c3c8a38f9bdb3dc281f6c4b73d48cc
decimals() view returns (uint8)
18
name() view returns (string)
Floofy Pets
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
FLOOF
totalSupply() view returns (uint256 result)
1000000000000000000000000000
Read-only
airdropWaves(string waveId) view returns (string id, bytes32 merkleRoot, uint256 amount)
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
claimedAirdropWaveStatusOf(string waveId, address holder) view returns (bool claimed)
claimedRewardStatusOf(string userId) view returns (bool claimed)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimAirdropWave(string waveId, uint256 amount, bytes32[] merkleProof)
claimReward(address recipient, uint256 amount)
enableAirdropWave(string waveId, bytes32 merkleRoot)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
BeliefToken_ClaimAirdropWave(string waveId, uint256 amount, bytes32[] merkleProof)
BeliefToken_ClaimReward(address indexed recipient, uint256 amount)
BeliefToken_EnableAirdropWave(string waveId, bytes32 merkleRoot)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string name_, string symbol_, address creator_, address protocol_, struct TokenAirdropWave[] airdropWaves_, bytes32 rewardsMerkleRoot_, uint256 amountToDistributeClaimableRewards)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
BeliefToken_AirdropNotEligible()
BeliefToken_AirdropWaveNotEnabled()
BeliefToken_AlreadyClaimed()
BeliefToken_MaxSupplyOverflow()
BeliefToken_Unauthorized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()