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 |
---|---|---|---|---|---|
MFERPGT | ERC-20 | 5M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21798563 | 2 days ago | | | 0 | 0.000000304587480176 | |
| 21780794 | 2 days ago | | | 0 | 5.6026960e-7 | |
| 21645422 | 5 days ago | | | 0 | 8.3562868e-7 | |
| 21642309 | 5 days ago | | | 0 | 1.5360701e-7 | |
| 21642305 | 5 days ago | | | 0 | 1.5360698e-7 | |
| 21634385 | 5 days ago | | | 0 | 1.5817362e-7 | |
| 21629847 | 5 days ago | | | 0 | 2.5938694e-7 | |
| 21629846 | 5 days ago | | | 0 | 2.5938694e-7 | |
| 21625996 | 6 days ago | | | 0 | 7.5079347e-7 | |
| 21606847 | 6 days ago | | | 0 | 0.000000305050086432 |
ABI
ABI objects
Getter at block 21866132
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x889d26015f586b2f899ad88240f5dfb1e4c600e35cbf44a7a1e7fdb164611bc7
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0x4a1edfabe0758a7f02834fd25b4b4c551d924dba
decimals() view returns (uint8)
18
name() view returns (string)
MFERGPT
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x85255d335cb888570d1891df3be67080ee078c4f80e6e1868affb4cb727d0374
symbol() view returns (string)
MFERPGT
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()