Shping Coin
Verified contract
Active on
Ethereum with 35,159 txns
Balances ($2,900.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHPING | ERC-20 | 525.529248K | $0.00552 |
$2,900.98 | |
SANC | ERC-20 | 3K | -- | -- | |
PMOD | ERC-20 | 5 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157297 | 3 hours ago | | | 0 | 0.00067389501 | |
| 21156755 | 5 hours ago | | | 0 | 0.00089868128 | |
| 21155943 | 8 hours ago | | | 0 | 0.00058031015 | |
| 21151171 | a day ago | | | 0 | 0.00041951621 | |
| 21140080 | 3 days ago | | | 0 | 0.00052511028 | |
| 21139736 | 3 days ago | | | 0 | 0.00065043084 | |
| 21138928 | 3 days ago | | | 0 | 0.00098741770 | |
| 21136662 | 3 days ago | | | 0 | 0.0012253613 | |
| 21133504 | 3 days ago | | | 0 | 0.00041167501 | |
| 21132856 | 4 days ago | | | 0 | 0.0011479845 |
ABI
ABI objects
Getter at block 21158336
coinsaleDeadline() view returns (uint256)
1521845940
decimals() view returns (uint8)
18
name() view returns (string)
Shping Coin
operator() view returns (address)
0xb2242f32aa8751d1a754e5ccd8eee904cd21c915
owner() view returns (address)
0x52a6de898366662724725e206d8fe350fe535a03
symbol() view returns (string)
SHPING
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBudget(address account) view returns (uint256)
isPlatinumLevel(address user, string hashedID) view returns (bool)
State-modifying
Events activateCampaign(string campaign, uint256 budget) returns (bool)
approve(address spender, uint256 value) returns (bool)
changeOperator(address newOperator)
clearBudget(address account) returns (bool)
rejectCampaign(address account, string campaign) returns (bool)
releaseBudget(address account, uint256 budget) returns (bool)
setBudget(address account, string campaign) returns (bool)
setPermanentPlatinumLevel(address user, string hashedID) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Activate(address indexed account, uint256 indexed budget, string campaign)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
NewBudget(address indexed account, uint256 budget)
Reject(address indexed account, string campaign)
Released(address indexed account, 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.