Global Social Chain
Verified contract
Active on
Ethereum with 139,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($4,130.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROPS | ERC-20 | 48.207402K | $0.081233 |
$3,916.03 | |
GSC | ERC-20 | 200.982K | $0.001065 |
$214.14 | |
FOR | ERC-20 | 1 | $0.001909 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
GSC | ERC-20 | 1M | -- | -- | |
MXT | ERC-20 | 65.154601K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
UNC | ERC-20 | 500 | -- | -- | |
EKO | ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202506 | 6 days ago | | | 0 | 0.00044878156 | |
| 21104098 | 20 days ago | | | 0 | 0.00030649423 | |
| 21097677 | 21 days ago | | | 0 | 0.00027559889 | |
| 21096483 | 21 days ago | | | 0 | 0.00018835483 | |
| 21094095 | 21 days ago | | | 0 | 0.0010390552 | |
| 21092905 | 22 days ago | | | 0 | 0.00039663198 | |
| 21088115 | 22 days ago | | | 0 | 0.00052218379 | |
| 21086919 | 22 days ago | | | 0 | 0.00046854777 | |
| 21069509 | 25 days ago | | | 0 | 0.00060189226 | |
| 21015254 | a month ago | | | 0 | 0.00060806655 |
ABI
ABI objects
Getter at block 21247594
decimals() view returns (uint8)
18
name() view returns (string)
Global Social Chain
owner() view returns (address)
0xb53e84d0bf5dffddba9b2cfa9210c13e204b80b7
symbol() view returns (string)
GSC
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
releaseTeamVested()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed 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.