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 |
---|---|---|---|---|---|
MEOW | ERC-20 | 50M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751023 | 4 hours ago | | | 0 | 0.0000019164128 | |
| 22612858 | 3 days ago | | | 0 | 6.4902571e-7 | |
| 22576674 | 4 days ago | | | 0 | 4.6526786e-7 | |
| 22485532 | 6 days ago | | | 0 | 2.1588040e-7 | |
| 22477593 | 7 days ago | | | 0 | 9.7741024e-7 | |
| 22465495 | 7 days ago | | | 0 | 8.2627504e-7 | |
| 22433154 | 8 days ago | | | 0 | 6.1615354e-7 | |
| 22433146 | 8 days ago | | | 0 | 0.0000010801382 | |
| 22391414 | 9 days ago | | | 0 | 8.2525047e-7 | |
| 22323320 | 10 days ago | | | 0 | 1.8222496e-7 |
ABI
ABI objects
Getter at block 22759004
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x60aff8245b5e9b00a03ed192bb4deed3236e1608d33a15dc82460584a55bcf71
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0x689434ca86a8eb12527ba7c9ce841b66af8ebfe8
decimals() view returns (uint8)
18
name() view returns (string)
MEOWBOT 9000
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x31dfc4d17e002e75ac5d53389b7694610306d22170a2c8b66fbae4fcec967604
symbol() view returns (string)
MEOW
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()