SudanGoldCoin
Verified contract
Active on
Ethereum with 277 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 "SudanGoldCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14464693 | 3 years ago | | | 0 | 0.00068487914 | |
| 14464627 | 3 years ago | | | 0 | 0.00079391969 | |
| 13056584 | 3 years ago | | | 0 | 0.0025895100 | |
| 12728530 | 3 years ago | | | 0 | 0.00062579200 | |
| 12658590 | 3 years ago | | | 0 | 0.0010283560 | |
| 11855491 | 4 years ago | | | 0 | 0.0037768120 | |
| 11831729 | 4 years ago | | | 0 | 0.0043295840 | |
| 11704879 | 4 years ago | | | 0 | 0.0036643600 | |
| 11365664 | 4 years ago | | | 0 | 0.0065928240 | |
| 11308245 | 4 years ago | | | 0 | 0.0027201636 |
ABI
ABI objects
Getter at block 21169633
decimals() view returns (uint8)
18
name() view returns (string)
SudanGoldCoin
owner() view returns (address)
0xaa35d0703ad489a271207a70b6346e41a0fd04fa
symbol() view returns (string)
SGC
totalSupply() view returns (uint256)
999999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAccountBlocked(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAccount(address account) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unblockAccount(address account) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
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.