BigBang Game Coin Token
Verified contract
Active on
Ethereum with 28,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17647048 | a year ago | | | 0 | 0.00047129100 | |
| 17639978 | a year ago | | | 0 | 0.00060000000 | |
| 17639978 | a year ago | | | 0 | 0.00094176000 | |
| 14785534 | 2 years ago | | | 0 | 0.00086403710 | |
| 14543793 | 3 years ago | | | 0 | 0.0016503327 | |
| 14543767 | 3 years ago | | | 0 | 0.0018847747 | |
| 14487261 | 3 years ago | | | 0 | 0.00078452806 | |
| 14191213 | 3 years ago | | | 0 | 0.0018369485 | |
| 14097696 | 3 years ago | | | 0 | 0.0049318287 | |
| 13848854 | 3 years ago | | | 0 | 0.0012314010 |
ABI
ABI objects
Getter at block 21159791
_totalLimit() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
BigBang Game Coin Token
symbol() view returns (string)
BBGC
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(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()
This contract contains no fallback and receive objects.
This contract contains no error objects.