Empowering AI
Verified contract
Active on
Base with 3,094 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 |
---|---|---|---|---|---|
EAI | ERC-20 | 30M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23579823 | a minute ago | | | 0 | 7.5797855e-7 | |
| 23579287 | 19 minutes ago | | | 0 | 7.5482619e-7 | |
| 23579173 | 23 minutes ago | | | 0 | 4.6693191e-7 | |
| 23578848 | 34 minutes ago | | | 0 | 7.4952384e-7 | |
| 23577734 | an hour ago | | | 0 | 7.4952384e-7 | |
| 23577686 | an hour ago | | | 0 | 0.0000016006416 | |
| 23577549 | an hour ago | | | 0 | 8.5747394e-7 | |
| 23577547 | an hour ago | | | 0 | 7.4952384e-7 | |
| 23577547 | an hour ago | | | 0 | 9.6775221e-7 | |
| 23577401 | an hour ago | | | 0 | 3.8733129e-7 |
ABI
ABI objects
Getter at block 23579862
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x61b378aed9f3b279da11ab43c6d8c04be9e8c876aceadd423a1948ae9bf5d2b6
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0x8df34a5baf4e1f7b6125878e34156c2e6d00f2aa
decimals() view returns (uint8)
18
name() view returns (string)
Empowering AI
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
EAI
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, uint256 amount)
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_ClaimReward(address indexed recipient, uint256 amount)
BeliefToken_EnableAirdropWave(string waveId, bytes32 merkleRoot)
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_MaxSupplyOverflow()
BeliefToken_Unauthorized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()