BLACKGOLDEN
Verified contract
Active on
Ethereum with 875 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BLACKGOLDEN"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11741429 | 4 years ago | | | 0 | 0.0016541568 | |
| 11741388 | 4 years ago | | | 0 | 0.0017457681 | |
| 11711011 | 4 years ago | | | 0 | 0.0027115121 | |
| 11709438 | 4 years ago | | | 0 | 0.0051582284 | |
| 11696150 | 4 years ago | | | 0 | 0.0022421920 | |
| 11689299 | 4 years ago | | | 0 | 0.0038560488 | |
| 11685500 | 4 years ago | | | 0 | 0.0047451041 | |
| 11684520 | 4 years ago | | | 0 | 0.0069351520 | |
| 11678251 | 4 years ago | | | 0 | 0.0047910502 | |
| 11672868 | 4 years ago | | | 0 | 0.0035979360 |
ABI
ABI objects
Getter at block 21163629
decimals() view returns (uint8)
18
name() view returns (string)
BLACKGOLDEN
symbol() view returns (string)
BGC
totalSupply() view returns (uint256)
1919000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint8 tokenDecimals, uint256 tokenSupply, address initAddress, uint256 initBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.