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 "BQT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20451915 | 3 months ago | | | 0 | 0.000032499000 | |
| 20408494 | 3 months ago | | | 0 | 0.000049611000 | |
| 19994774 | 5 months ago | | | 0 | 0.00025755617 | |
| 19525813 | 7 months ago | | | 0 | 0.0030652301 | |
| 19413926 | 8 months ago | | | 0 | 0.0044617020 | |
| 18974986 | 10 months ago | | | 0 | 0.0010331359 | |
| 18684801 | a year ago | | | 0 | 0.0018641563 | |
| 17698403 | a year ago | | | 0 | 0.00042459366 | |
| 17663223 | a year ago | | | 0 | 0.0012912032 | |
| 17655764 | a year ago | | | 0 | 0.00068696294 |
ABI
ABI objects
Getter at block 21157816
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BQT
owner() view returns (address)
0x00384016d2fe0ac898cece0e29318b918aaa70ea
pauseOperator() view returns (address)
0x006b14996bcd75d93877edec0aa0158dff2c8e33
paused() view returns (bool)
false
symbol() view returns (string)
BQT
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
approveAndCall(address _spender, uint256 _value, bytes _data) payable returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
decreaseApprovalAndCall(address _spender, uint256 _subtractedValue, bytes _data) payable returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
increaseApprovalAndCall(address _spender, uint256 _addedValue, bytes _data) payable returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) payable returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) payable returns (bool)
transferOwnership(address newOwner)
transferPauseOperator(address newPauseOperator)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PauseOperatorTransferred(address indexed previousOperator, address indexed newOperator)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.