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 "BGGAME"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583364 | 2 years ago | | | 0 | 0.0011793741 | |
| 13460642 | 3 years ago | | | 0 | 0.0029017075 | |
| 10995131 | 4 years ago | | | 0 | 0.0032472800 | |
| 10426831 | 4 years ago | | | 0 | 0.0032463200 | |
| 10110475 | 5 years ago | | | 0 | 0.0048694800 | |
| 10017666 | 5 years ago | | | 0 | 0.00060886500 | |
| 9990775 | 5 years ago | | | 0 | 0.0011118200 | |
| 9550874 | 5 years ago | | | 0 | 0.00044463200 | |
| 9541521 | 5 years ago | | | 0 | 0.00027795500 | |
| 9538672 | 5 years ago | | | 0 | 0.00044463200 |
ABI
ABI objects
Getter at block 21315281
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
BGGAME
owner() view returns (address)
0x6011677722e7765a6e25b5f2ec15fe72e2dac513
sellPrice() view returns (uint256)
0
symbol() view returns (string)
BGGM
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.