BFDToken
Verified contract
Active on
Ethereum with 32,392 txns
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 "BFDToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18304520 | a year ago | | | 0 | 0.00029863544 | |
| 15779885 | 2 years ago | | | 0 | 0.00073847197 | |
| 15491663 | 2 years ago | | | 0 | 0.00081335518 | |
| 12752265 | 3 years ago | | | 0 | 0.00032479300 | |
| 11977130 | 4 years ago | | | 0 | 0.0065127040 | |
| 11547761 | 4 years ago | | | 0 | 0.0024717099 | |
| 11332497 | 4 years ago | | | 0 | 0.0019412000 | |
| 11221045 | 4 years ago | | | 0 | 0.0011643600 | |
| 10287164 | 4 years ago | | | 0 | 0.0012804000 | |
| 10274137 | 4 years ago | | | 0 | 0.00052360002 |
ABI
ABI objects
Getter at block 21158057
decimals() view returns (uint8)
18
finaliseTime() view returns (uint256)
1520869970
name() view returns (string)
BFDToken
owner() view returns (address)
0x4790fc641f11c5a1e011160ef9d6fde0be6e6e98
symbol() view returns (string)
BFDT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
addressType(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
releaseForSeed(address, uint256) view returns (uint256)
releaseForTeamAndAdvisor(address, uint256) view returns (uint256)
State-modifying
Events allocateToken(address _to, uint256 _eth, uint256 _type)
allocateTokenForAdvisor(address _to, uint256 _value)
allocateTokenForTeam(address _to, uint256 _value)
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _owner)
setFinaliseTime()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
AllocateToken(address indexed _to, uint256 _value, uint256 _type)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.