Gundy

Verified contract

Active on Base with 465 txns
Deployed by via 0x495f525d at 22937899
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Gundy"

0x51745dabf5a222a2333cca0610b00f229e21b072eef956b3079583cd9d958b7f
0x9ddf6a4274f8e00f530a5d2bd746f38a5376216cf8e12ac5fc8bf9aed2776070
0xc47562b6a1f1d3ce41c19a9c516c49bdc51b40945a9c76af80b100c22a9c7b2e
0xbc7925f4feaf3bce0a3b5a0ff7bee6ab87e550bd8608b91af1573d2020c2bde0
0x54a13e04f78cd99885a852a8a0f8944154166d9fb8eb023d7d8160a7af57cddd
0xbcf007ecff6724d85be1974c62ce7813d7c714a3d534936fa000232f9a790af0
0xd7d30d556815b593d2586a410a8e9ae7fe0f439b965478fb5982778726e1d96d
0xb1017416b7c5d0f68737b39583a46e54d593eaa8104c7c66a96d127a73906df8
0x88798e43d1207c0fde441a1ba2e44ffcefd7851d99e57bf445eee443f0661728
0xdd926f3e0df27e81fcc5e8eca5111912ae0a223dc4cf59da20538ad2ae9ddaad

Functions
Getter at block 22991733
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x5fa063565a22f803721ac3a52d38638398d80fbab7ef2f09c79dd0279e13f67f
MAX_SUPPLY(view returns (uint256)
1000000000000000000000000000
creator(view returns (address)
0x90e0a3879228f4d97efc3978eccce3546a3d0b4e
decimals(view returns (uint8)
18
name(view returns (string)
Gundy
protocol(view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
GUNDY
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 recipientuint256 amount
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_ClaimReward(address indexed recipientuint256 amount
BeliefToken_EnableAirdropWave(string waveIdbytes32 merkleRoot
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_MaxSupplyOverflow(
BeliefToken_Unauthorized(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
PermitExpired(
TotalSupplyOverflow(