All Sports Coin
About
link
description
All Sports (SOC) is a cryptocurrency token and operates on the Ethereum platform. All Sports has a current supply of 1,500,000,000 with 1,499,865,881.697 in circulation. The last known price of All Sports is $0.005042 USD and is down -1.83% over the last 24 hours. It is currently trading on 15 active market(s) with $960,974.714 traded over the last 24 hours. More information can be found at https://www.allsportschain.com/.
Stats
Public Functions
1
Event Types
1
Code Size
3,740 bytes
Events (1) keyboard_arrow_up
Functions
transfer keyboard_arrow_up
Requirements help
Source Code
function transfer(address _to, uint256 _value) public {
_transfer(msg.sender, _to, _value);
}