believe in something
Verified contract
Active on
Base with 438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "believe in something"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23658730 | 8 hours ago | | | 0 | 2.8914480e-7 | |
| 23406602 | 6 days ago | | | 0 | 3.4434808e-7 | |
| 23268739 | 9 days ago | | | 0 | 3.5502444e-7 | |
| 23231516 | 10 days ago | | | 0 | 0.000000302002977692 | |
| 23141865 | 12 days ago | | | 0 | 2.9998066e-7 | |
| 23125021 | 13 days ago | | | 0 | 1.8694893e-7 | |
| 23058895 | 14 days ago | | | 0 | 3.8534804e-7 | |
| 23057660 | 14 days ago | | | 0 | 1.9782100e-7 | |
| 23057657 | 14 days ago | | | 0 | 1.9987082e-7 | |
| 23022036 | 15 days ago | | | 0 | 3.4894848e-7 |
ABI
ABI objects
Getter at block 23673949
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x37780e9a6a9cda4722137856022587811f7593c4a719df73a50250d0abf47d10
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0x0000cf1edaf40a9350f2b649e19d811b05dbf138
decimals() view returns (uint8)
18
name() view returns (string)
believe in something
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
BELIEVE
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()