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 "BNB coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15185682 | 2 years ago | | | 0 | 0.00085441724 | |
| 15185679 | 2 years ago | | | 0 | 0.00087701050 | |
| 15185663 | 2 years ago | | | 0 | 0.00074843718 | |
| 15185658 | 2 years ago | | | 0 | 0.00089996547 | |
| 15185635 | 2 years ago | | | 0 | 0.0010735574 | |
| 15181319 | 2 years ago | | | 0 | 0.0022250534 | |
| 15181316 | 2 years ago | | | 0 | 0.0033543104 | |
| 15171660 | 2 years ago | | | 0 | 0.00044078838 | |
| 15168350 | 2 years ago | | | 0 | 0.0014314707 | |
| 15168260 | 2 years ago | | | 0 | 0.0025184360 |
ABI
ABI objects
Getter at block 21169627
FeeAddress() view returns (address)
0x0000000000000000000000000000000000000000
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
6
getTime() view returns (uint256)
1731390659
getUnlockTime() view returns (uint256)
0
name() view returns (string)
BNB coin
owner() view returns (address)
0x84dff98dd59f3035b1f08235c912ba1a471bc21a
paused() view returns (bool)
false
symbol() view returns (string)
BNB
totalSupply() view returns (uint256)
1000000000000000
txFee() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lock(uint256 time)
mint(address account, uint256 amount)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.