Everything becomes dust
Verified contract
Active on
Base with 841 txns
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 |
---|---|---|---|---|---|
DUST | ERC-20 | 125M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22726706 | 3 days ago | | | 0 | 1.5811966e-7 | |
| 22717614 | 3 days ago | | | 0 | 2.4754762e-7 | |
| 22684447 | 4 days ago | | | 0 | 0.0000016917109 | |
| 22671766 | 4 days ago | | | 0 | 0.0000023142336 | |
| 22670399 | 4 days ago | | | 0 | 0.0000023391914 | |
| 22624685 | 5 days ago | | | 0 | 0.0000011974739 | |
| 22551966 | 7 days ago | | | 0 | 0.000000301638450064 | |
| 22432002 | 10 days ago | | | 0 | 2.8018520e-7 | |
| 22429560 | 10 days ago | | | 0 | 0.0000052152787 | |
| 22429480 | 10 days ago | | | 0 | 7.4053835e-7 |
ABI
ABI objects
Getter at block 22852280
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xa50cb3c53ff28b231fc6b9fa2f38133762333bd847626599380212774a941e3b
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0xc960eb4dd7480fa0497b8994682c48044b51652f
decimals() view returns (uint8)
18
name() view returns (string)
Everything becomes dust
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0xd5961ed3cadfcb4113aa5ef917d229e327dc541008b627d8d7faa05a488a3c7b
symbol() view returns (string)
DUST
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, uint8 rewardType, string userId, uint256 amount, uint256 deadline, bytes32[] merkleProof)
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_EnableAirdropWave(string waveId, bytes32 merkleRoot)
BeliefToken_MintClaimableReward(address indexed recipient, uint8 rewardType, string userId, uint256 amount)
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_ClaimableRewardAlreadyMinted()
BeliefToken_ClaimableRewardDeadlineExceeded()
BeliefToken_MaxSupplyOverflow()
BeliefToken_RewardNotEligible()
BeliefToken_Unauthorized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()