Skychain Global Token
Verified contract
Active on
Ethereum with 3,595 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 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
SKCH | ERC-20 | 142.164723 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0013 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19021726 | 10 months ago | | | 0 | 0.00094815124 | |
| 19021707 | 10 months ago | | | 0 | 0.00088204075 | |
| 17595115 | a year ago | | | 0 | 0.00097902937 | |
| 17542902 | a year ago | | | 0 | 0.0010655581 | |
| 16829707 | 2 years ago | | | 0 | 0.00080595063 | |
| 15072207 | 2 years ago | | | 0 | 0.00080366799 | |
| 14659032 | 3 years ago | | | 0 | 0.0015145544 | |
| 13009504 | 3 years ago | | | 0 | 0.0021832013 | |
| 12769766 | 3 years ago | | | 0 | 0.00056123210 | |
| 12769416 | 3 years ago | | | 0 | 0.00054945800 |
ABI
ABI objects
Getter at block 21167137
INITIAL_SUPPLY() view returns (uint256)
36000000000000
decimals() view returns (uint8)
6
name() view returns (string)
Skychain Global Token
owner() view returns (address)
0xd9400b582c7a70f1047912b13c052ca738e763b7
paused() view returns (bool)
false
symbol() view returns (string)
SKCH
totalSupply() view returns (uint256)
12360000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferTokens(address beneficiary, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.