Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,229.09)
Native
Value
$1,229.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.5 | $2,458.17 |
$1,229.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19887858 | 6 months ago | | | 0 | 0.000091828086 | |
| 19387953 | 8 months ago | | | 0 | 0.0010681871 | |
| 19161272 | 9 months ago | | | 0 | 0.00032963107 | |
| 19009928 | 10 months ago | | | 0 | 0.00057457539 | |
| 19009921 | 10 months ago | | | 0 | 0.0010161023 | |
| 18979349 | 10 months ago | | | 0 | 0.0019707601 | |
| 18978772 | 10 months ago | | | 0 | 0.0010325015 | |
| 18978606 | 10 months ago | | | 0 | 0.0020962117 | |
| 18692421 | a year ago | | | 0 | 0.0020807522 | |
| 18473026 | a year ago | | | 0 | 0.00048545362 |
ABI
ABI objects
Getter at block 21123290
HARD_CAP() view returns (uint256)
65000000000000000000
MAX_CONTRIBUTION() view returns (uint256)
500000000000000000
MAX_SUPPLY() view returns (uint256)
8888000000000000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
100000000000000000
NUMBER_OF_CONTRIBUTORS() view returns (uint256)
75
RESERVE_MAX_SUPPLY() view returns (uint256)
4799520000000000000000000000000
SEED_SUPPLY() view returns (uint256)
4088480000000000000000000000000
TOTAL_CONTRIBUTED() view returns (uint256)
29602000000000000000
allowContributions() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
F8 Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FATE
totalSupply() view returns (uint256)
8888000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contribution(uint256) view returns (address addr, uint256 amount)
contributor(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] toAddAddresses)
airdropSeed()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
refundContributors(uint256 _startIndex, uint256 _endIndex)
renounceOwnership()
sendToSeed() payable
setAllowContributions(bool _value)
teamMint()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawBalance(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.