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 |
---|---|---|---|---|---|
AETHER | ERC-20 | 82.043241M | $0.000816 |
$66,930.06 | |
USA | ERC-20 | 0.002703 | $0.000823 |
$0 | |
HASHBROWN | ERC-20 | 42.069K | -- | -- | |
JASON | ERC-20 | 13.8 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22742684 | 8 minutes ago | | | 0 | 2.8236051e-7 | |
| 22742508 | 14 minutes ago | | | 0 | 2.8413187e-7 | |
| 22742474 | 15 minutes ago | | | 0 | 2.6033866e-7 | |
| 22742348 | 19 minutes ago | | | 0 | 2.8702631e-7 | |
| 22742333 | 20 minutes ago | | | 0 | 2.4897128e-7 | |
| 22742323 | 20 minutes ago | | | 0 | 2.2507364e-7 | |
| 22742319 | 20 minutes ago | | | 0 | 3.9712977e-7 | |
| 22742206 | 24 minutes ago | | | 0 | 2.8287715e-7 | |
| 22742186 | 25 minutes ago | | | 0 | 2.8515040e-7 | |
| 22742012 | 30 minutes ago | | | 0 | 2.8573778e-7 |
ABI
ABI objects
Getter at block 22742920
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xa78e48bd3393298401a3b6b11a4d331b19493e39e076c101bdcf7c86d79d204a
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0xc960eb4dd7480fa0497b8994682c48044b51652f
decimals() view returns (uint8)
18
name() view returns (string)
aethernet
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x38f367e6d475b02fb0df65e316ff39806905184654b31156bcf6471c0bd7ac0e
symbol() view returns (string)
AETHER
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()