SocialGood
Verified contract
Active on
Ethereum with 10,928 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SocialGood"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20415652 | 4 months ago | | | 0 | 0.000024631000 | |
| 12750189 | 3 years ago | | | 0 | 0.00012279500 | |
| 12748165 | 3 years ago | | | 0 | 0.00012315500 | |
| 12747348 | 3 years ago | | | 0 | 0.00019704800 | |
| 12747343 | 3 years ago | | | 0 | 0.00017241700 | |
| 12707610 | 3 years ago | | | 0 | 0.00012315504 | |
| 12707004 | 3 years ago | | | 0 | 0.00011576570 | |
| 12706712 | 3 years ago | | | 0 | 0.00012090472 | |
| 12682123 | 3 years ago | | | 0 | 0.00034500200 | |
| 12679671 | 3 years ago | | | 0 | 0.00078857604 |
ABI
ABI objects
Getter at block 21256251
ROLE_SUPERUSER() view returns (string)
superuser
cap() view returns (uint256)
210000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
SocialGood
owner() view returns (address)
0x209bf43de6f370b97f872a3a13f8a76b41c32d8f
paused() view returns (bool)
true
symbol() view returns (string)
SG
timelock1() view returns (address)
0x0000000000000000000000000000000000000000
timelock2() view returns (address)
0x0000000000000000000000000000000000000000
timelock3() view returns (address)
0x0000000000000000000000000000000000000000
timelock4() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
526593200000000000000000
totalTeamTokens() view returns (uint256)
3100000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
isSuperuser(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initializeTeamTokens(address socialGoodTeamAddr, uint256 startTimerAt)
mint(address _to, 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)
transferSuperuser(address _newSuperuser)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
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.