SocialGood
Verified contract
Active on
Ethereum with 103,800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,220.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SG | ERC-20 | 5.458171K | $0.223685 |
$1,220.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156807 | 2 hours ago | | | 0 | 0.00062970009 | |
| 21156774 | 2 hours ago | | | 0 | 0.00091630496 | |
| 21156615 | 3 hours ago | | | 0 | 0.00049228501 | |
| 21156011 | 5 hours ago | | | 0 | 0.00073330386 | |
| 21155997 | 5 hours ago | | | 0 | 0.00055321865 | |
| 21155676 | 6 hours ago | | | 0 | 0.00048209179 | |
| 21155593 | 6 hours ago | | | 0 | 0.00090911734 | |
| 21155317 | 7 hours ago | | | 0 | 0.00062536030 | |
| 21155286 | 7 hours ago | | | 0 | 0.00094166342 | |
| 21155230 | 7 hours ago | | | 0 | 0.00070854152 |
ABI
ABI objects
Getter at block 21157407
airdropCap() view returns (uint256)
750000000000000000000000
airdropCapUsed() view returns (uint256)
105752730000000000000000
cap() view returns (uint256)
209250000000000000000000000
capUsed() view returns (uint256)
27020000000000000000000000
decimals() pure returns (uint8)
18
isOwner() view returns (bool)
false
name() pure returns (string)
SocialGood
owner() view returns (address)
0xa32d2f1b7c141c8cefbb0b78361470fca1b997ec
paused() view returns (bool)
false
symbol() pure returns (string)
SG
totalSupply() view returns (uint256)
27125752730000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddressLockupAmount(address _account) view returns (uint256)
State-modifying
Events airdropLockup(address[] _accounts, uint256[] _amounts)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlocks(address[] _accounts)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.