FutouristToken
Verified contract
Active on
Ethereum with 4,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408300 | 4 months ago | | | 0 | 0.000032025000 | |
| 17515473 | a year ago | | | 0 | 0.0015074450 | |
| 16167260 | 2 years ago | | | 0 | 0.00068589576 | |
| 12220739 | 4 years ago | | | 0 | 0.0025261320 | |
| 11570641 | 4 years ago | | | 0 | 0.0014850000 | |
| 10524588 | 4 years ago | | | 0 | 0.0022839255 | |
| 10469515 | 4 years ago | | | 0 | 0.0018562500 | |
| 10136779 | 5 years ago | | | 0 | 0.0012812265 | |
| 9967444 | 5 years ago | | | 0 | 0.0015226170 | |
| 9967174 | 5 years ago | | | 0 | 0.00044550000 |
ABI
ABI objects
Getter at block 21292668
crowdsaleContractAddress() view returns (address)
0x642ce99aad0ccc6fed7930117b217a18ce4b4229
decimals() view returns (uint8)
18
lockedUntilTime() view returns (uint256)
1521561600
name() view returns (string)
FutouristToken
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd7c4af0e30ec62a01036e45b6ed37bc6d0a3bd53
standard() view returns (string)
v1.0
symbol() view returns (string)
FTR
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
lockUntil(uint256 _untilTime, string _reason)
mintTokens(address _to, uint256 _amount)
salvageTokensFromContract(address _tokenAddress, address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ContractLocked(uint256 _untilTime, string _reason)
Mint(address indexed _to, uint256 _value)
OwnerUpdate(address _prevOwner, address _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.