Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINE | ERC-20 | 5.219686B | -- | -- | |
CUS | ERC-20 | 229.926302M | -- | -- | |
SIGMA | ERC-20 | 11.029321M | -- | -- | |
CokeACola | ERC-20 | 10.810684M | -- | -- | |
KYOKO | ERC-20 | 10.132593M | -- | -- | |
MetaMask | ERC-20 | 6.79008M | -- | -- | |
WERSE | ERC-20 | 6.296042M | -- | -- | |
GTL | ERC-20 | 6.296042M | -- | -- | |
Blockchain | ERC-20 | 3.580224M | -- | -- | |
ASW | ERC-20 | 1.163855M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20940591 | a month ago | | | 0 | 0.00069351908 | |
| 17030914 | 2 years ago | | | 0 | 0.0011749708 | |
| 13795522 | 3 years ago | | | 0 | 0.0050594040 | |
| 12824954 | 3 years ago | | | 0 | 0.0028910880 | |
| 12644120 | 3 years ago | | | 0 | 0.0018072900 | |
| 12644081 | 3 years ago | | | 0 | 0.00084465000 | |
| 12644080 | 3 years ago | | | 0 | 0.00084465000 | |
| 12638291 | 3 years ago | | | 0 | 0.0013572900 | |
| 11229550 | 4 years ago | | | 0 | 0.0032725800 | |
| 11134766 | 4 years ago | | | 0 | 0.00049086000 |
ABI
ABI objects
Getter at block 21259467
decimals() view returns (uint8)
8
deprecated() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
BGBP
owner() view returns (address)
0x1016301fe304c168cdd5595ca5b8f53651f1eba5
paused() view returns (bool)
false
symbol() view returns (string)
BGBP
totalSupply() view returns (uint256)
70000100000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address who) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
addPauser(address account)
approve(address _spender, uint256 _value) returns (bool success)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool success)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool success)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
renounceOwnership()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address indexed _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address indexed newAddress)
DestroyedBlackFunds(address indexed _blackListedUser, uint256 _balance)
Issue(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Redeem(uint256 amount)
RemovedBlackList(address indexed _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 _initialSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.