BGGToken
Verified contract
Active on
Ethereum with 5,341 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
DMST | ERC-20 | 583.090138 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20752365 | 2 months ago | | | 0 | 0.000099920766 | |
| 19981583 | 6 months ago | | | 0 | 0.00027823523 | |
| 19713111 | 7 months ago | | | 0 | 0.00069662403 | |
| 19713110 | 7 months ago | | | 0 | 0.00075977527 | |
| 19713107 | 7 months ago | | | 0 | 0.00028399588 | |
| 19713091 | 7 months ago | | | 0 | 0.00053628243 | |
| 19606671 | 8 months ago | | | 0 | 0.00088598178 | |
| 19606629 | 8 months ago | | | 0 | 0.00051207430 | |
| 19606500 | 8 months ago | | | 0 | 0.00083419484 | |
| 19595872 | 8 months ago | | | 0 | 0.00026090875 |
ABI
ABI objects
Getter at block 21275086
decimals() view returns (uint8)
18
name() view returns (string)
BGGToken
symbol() view returns (string)
BGG
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
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)
Burn(address indexed _from, 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.