S-PAY Coin Token
Verified contract
Active on
Ethereum with 898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPC | ERC-20 | 500 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19376863 | 9 months ago | | | 0 | 0.0038312973 | |
| 19198719 | 10 months ago | | | 0 | 0.0011610694 | |
| 19184616 | 10 months ago | | | 0 | 0.0024353387 | |
| 19103830 | a year ago | | | 0 | 0.00042001803 | |
| 18949878 | a year ago | | | 0 | 0.00055818054 | |
| 18783534 | a year ago | | | 0 | 0.0014390353 | |
| 18683492 | a year ago | | | 0 | 0.00099105988 | |
| 18643243 | a year ago | | | 0 | 0.0025610411 | |
| 18643168 | a year ago | | | 0 | 0.0024970005 | |
| 18643099 | a year ago | | | 0 | 0.0025376392 |
ABI
ABI objects
Getter at block 21412112
decimals() view returns (uint256)
0
name() view returns (string)
S-PAY Coin Token
symbol() view returns (string)
SPC
totalSupply() view returns (uint256)
5000000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(uint256 total)
This contract contains no fallback and receive objects.
This contract contains no error objects.