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 |
---|---|---|---|---|---|
SEKOIA | ERC-20 | 30M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23520477 | 5 days ago | | | 0 | 1.1511631e-7 | |
| 23437568 | 7 days ago | | | 0 | 3.1966722e-7 | |
| 23434871 | 7 days ago | | | 0 | 0.000000073289622344 | |
| 23403189 | 8 days ago | | | 0 | 1.4292381e-7 | |
| 23398779 | 8 days ago | | | 0 | 0.0000047179411 | |
| 23398153 | 8 days ago | | | 0 | 0.0000047179411 | |
| 23398045 | 8 days ago | | | 0 | 0.0000047179411 | |
| 23397108 | 8 days ago | | | 0 | 0.0000047179411 | |
| 23396528 | 8 days ago | | | 0 | 0.0000047179411 | |
| 23396279 | 8 days ago | | | 0 | 0.0000047118174 |
ABI
ABI objects
Getter at block 23728494
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x7424949bed5d22e9151933a56ab3e48f6a79553a93a0201aac216a11638abf6f
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
creator() view returns (address)
0x8df34a5baf4e1f7b6125878e34156c2e6d00f2aa
decimals() view returns (uint8)
18
name() view returns (string)
SEKOIA
protocol() view returns (address)
0x7a306c63a1ccc180cbf60fa2a92fbb31e16904f4
rewardsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
SEKOIA
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()