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 |
---|---|---|---|---|---|
CIRCLE | ERC-20 | 30M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22037610 | 2 hours ago | | | 0 | 1.7090265e-7 | |
| 22036516 | 3 hours ago | | | 0 | 1.7031962e-7 | |
| 22036161 | 3 hours ago | | | 0 | 1.7170550e-7 | |
| 22036076 | 3 hours ago | | | 0 | 6.3399470e-7 | |
| 22036036 | 3 hours ago | | | 0 | 1.7094725e-7 | |
| 22036035 | 3 hours ago | | | 0 | 5.8807991e-7 | |
| 22035238 | 4 hours ago | | | 0 | 1.7170550e-7 | |
| 22032808 | 5 hours ago | | | 0 | 7.2615515e-7 | |
| 22032714 | 5 hours ago | | | 0 | 5.8823251e-7 | |
| 22032654 | 5 hours ago | | | 0 | 1.6942341e-7 |
ABI
ABI objects
Getter at block 22041540
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xab4df74e4f7cfe490f1bb783346483b7d373eb11440b408eb1b750e6a37361b7
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0x19a47d660efa19522ecb45e618e2ea76e6560df8
decimals() view returns (uint8)
18
name() view returns (string)
Circle
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
CIRCLE
totalSupply() view returns (uint256 result)
999999999999999999529841456
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()