SPFToken
Verified contract
Active on
Ethereum with 11,500 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098871 | 22 days ago | | | 0 | 0.00036149583 | |
| 21097674 | 22 days ago | | | 0 | 0.00017810151 | |
| 21095291 | 22 days ago | | | 0 | 0.00024410839 | |
| 21094095 | 23 days ago | | | 0 | 0.0010809695 | |
| 21092904 | 23 days ago | | | 0 | 0.00042834022 | |
| 21092899 | 23 days ago | | | 0 | 0.00046781648 | |
| 21089310 | 23 days ago | | | 0 | 0.00026848084 | |
| 21088113 | 23 days ago | | | 0 | 0.00035732019 | |
| 21069008 | a month ago | | | 0 | 0.00059166042 | |
| 21067814 | a month ago | | | 0 | 0.00048289179 |
ABI
ABI objects
Getter at block 21256436
crowdsaleContractAddress() view returns (address)
0x53151a85ea7b82a4b43903427953efba067cde92
decimals() view returns (uint8)
18
lockedUntilBlock() view returns (uint256)
4708120
name() view returns (string)
SPFToken
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x89515b75e511f83cbf121be9731a434d95d65f10
standard() view returns (string)
Sportify token v1.0
symbol() view returns (string)
SPF
totalSupply() view returns (uint256)
70673453985904140157019734
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)
burn(uint256 _amount)
lockUntil(uint256 _untilBlock, string _reason)
mint(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)
Burn(address indexed _from, uint256 _value)
ContractLocked(uint256 _untilBlock, 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.