Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "feel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17134081 | 2 years ago | | | 0 | 0.014332787 | |
| 17131709 | 2 years ago | | | 0 | 0.0011898000 | |
| 17130758 | 2 years ago | | | 0.25 | 0.0013068534 | |
| 17130749 | 2 years ago | | | 0.25 | 0.0010411071 | |
| 17130729 | 2 years ago | | | 0.04 | 0.0017801346 | |
| 17130708 | 2 years ago | | | 0.04 | 0.0011668500 | |
| 17130692 | 2 years ago | | | 0.05 | 0.0012268400 | |
Transfer | 17129424 | 2 years ago | | | 0.1 | 0.00073326016 | |
| 17129376 | 2 years ago | | | 0.05 | 0.0038107259 | |
| 17129364 | 2 years ago | | | 0.25 | 0.0036787531 |
ABI
ABI objects
Getter at block 21386517
HARD_CAP() view returns (uint256)
5000000000000000000
MAX_CONTRIBUTION() view returns (uint256)
250000000000000000
MAX_SUPPLY() view returns (uint256)
696969696969690000000000000000000
MIN_CONTRIBUTION() view returns (uint256)
50000000000000000
NUMBER_OF_CONTRIBUTOORS() view returns (uint256)
25
PRESALE_SUPPLY() view returns (uint256)
363636363636360000000000000000000
RESERVE_MAX_SUPPLY() view returns (uint256)
333333333333330000000000000000000
TOTAL_CONTRIBUTED() view returns (uint256)
5000000000000000000
allowContributions() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
feel
owner() view returns (address)
0xc3c1221c00ac008d1ada734b2ea91374a514947b
symbol() view returns (string)
FEEL
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contribution(uint256) view returns (address addr, uint256 amount)
contributoor(address) view returns (uint256)
State-modifying
Events airdropPresale()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
devMint()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
refundEveryone()
renounceOwnership()
sendToPresale() payable
setAllowContributions(bool _value)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.