Social Chain
Verified contract
Active on
Ethereum with 4,165 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 |
---|---|---|---|---|---|
VGS | ERC-20 | 351K | -- | -- | |
SCA | ERC-20 | 5 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13528677 | 3 years ago | | | 0 | 0.0036661565 | |
| 10807128 | 4 years ago | | | 0 | 0.0035998820 | |
| 10807015 | 4 years ago | | | 0 | 0.0052949332 | |
| 10634932 | 4 years ago | | | 0 | 0.0018871500 | |
| 10634797 | 4 years ago | | | 0 | 0.0021687480 | |
| 10579070 | 4 years ago | | | 0 | 0.0016355300 | |
| 10578197 | 4 years ago | | | 0 | 0.0028113400 | |
| 10546200 | 4 years ago | | | 0 | 0.0015348820 | |
| 10546091 | 4 years ago | | | 0 | 0.0030298088 | |
| 10354273 | 4 years ago | | | 0 | 0.00062905000 |
ABI
ABI objects
Getter at block 21300048
airdropQty() view returns (uint256)
0
airdropTotalQty() view returns (uint256)
0
decimals() view returns (uint8)
8
minFunding() view returns (uint256)
1000000000000000000
name() view returns (string)
Social Chain
owner() view returns (address)
0xecb88dc3f8970f6b57f5d95bc5d9d68b69131378
pauseTransfer() view returns (bool)
false
paused() view returns (bool)
false
symbol() view returns (string)
SCA
tokensPerEther() view returns (uint256)
7000
totalCollected() view returns (uint256)
1160000000000000000000
totalSupply() view returns (uint256)
200000000000000000
Read-only
airdropOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(uint8, uint8) view returns (address user, uint256 amount)
lastFreezeSeq(uint8) view returns (uint8)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeAirdropQty(uint256 _airdropQty)
changeAirdropTotalQty(uint256 _airdropTotalQty)
changeOwner(address newOwner) returns (bool)
changePauseTranfser(bool _paused)
changePaused(bool _paused)
changeTokensPerEther(uint256 _newRate)
destroyTokens(address _user, uint256 _amount) returns (bool)
freeze(address _user, uint256 _value, uint8 _step) returns (bool success)
generateTokens(address _user, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferMulti(address[] _to, uint256[] _value) returns (uint256 amount)
unFreeze(uint8 _step) returns (bool unlockOver)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Payment(address sender, uint256 _ethAmount, uint256 _tokenAmount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol, address _vaultAddress)
fallback()
This contract contains no error objects.