MEOWBOT 9000

Verified contract

Active on Base with 796 txns
Deployed by via 0x52b51dae at 21553784
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x1cde73e109caca765c8e1d36aa4603f9f2153d29ec293884cfb0b867fccbd3a7
0x0a80c1739cad5fb78ffdfffd18a53060d85207fef542e66892b772e843566ec4
0x184364d0c30d3cfb119ff8963480a8bf9d9f470dbc8bac498bf47072490781b5
0xa383884d8fd4ef2add9aaf877f095e0d737a7d01ae376031b2a9abc64de936df
0xa714e10d503daf549fe9d7c6b25bfc58b8470b53837f590a1d9410529b432b05
0x4559325558504bb0bb072a1eb9ceca8f3a3393348ac441b9dfeffde8fa003385
0xfc5cf27ac2906507eebd86310278eb898d4e428253a1e0043c47e9620d82fc80
0x07afb3621c051aa2733311b44618ffcdffae85dbe9971ac898b3d41e8930143a
0x5048306c54c44676468fc4594451764cc2f85fbfca33c6df78330c4d5fe9b20b
0xe8fb1cb4aa1470a3e8717e78604332d35a947ce8ba34a5b8466906ebe0c1be2d

Functions
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 waveIdview returns (string idbytes32 merkleRootuint256 amount)
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
claimedAirdropWaveStatusOf(string waveIdaddress holderview returns (bool claimed)
claimedRewardStatusOf(string userIdview returns (bool claimed)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
claimAirdropWave(string waveIduint256 amountbytes32[] merkleProof
claimReward(address recipientuint8 rewardTypestring userIduint256 amountuint256 deadlinebytes32[] merkleProof
enableAirdropWave(string waveIdbytes32 merkleRoot
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
BeliefToken_ClaimAirdropWave(string waveIduint256 amountbytes32[] merkleProof
BeliefToken_EnableAirdropWave(string waveIdbytes32 merkleRoot
BeliefToken_MintClaimableReward(address indexed recipientuint8 rewardTypestring userIduint256 amount
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(string name_string symbol_address creator_address protocol_struct TokenAirdropWave[] airdropWaves_bytes32 rewardsMerkleRoot_uint256 amountToDistributeClaimableRewards
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
BeliefToken_AirdropNotEligible(
BeliefToken_AirdropWaveNotEnabled(
BeliefToken_AlreadyClaimed(
BeliefToken_ClaimableRewardAlreadyMinted(
BeliefToken_ClaimableRewardDeadlineExceeded(
BeliefToken_MaxSupplyOverflow(
BeliefToken_RewardNotEligible(
BeliefToken_Unauthorized(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
PermitExpired(
TotalSupplyOverflow(