BITSDAQ TOKEN
Verified contract
Active on
Ethereum with 33,676 txns
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 |
---|---|---|---|---|---|
BQQQ | ERC-20 | 80.340897K | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17395062 | a year ago | | | 0 | 0.0018014241 | |
| 17011568 | 2 years ago | | | 0 | 0.00057288058 | |
| 16667969 | 2 years ago | | | 0 | 0.00062034735 | |
| 16665473 | 2 years ago | | | 0 | 0.0012661269 | |
| 16665472 | 2 years ago | | | 0 | 0.0010244987 | |
| 16519704 | 2 years ago | | | 0 | 0.00091048899 | |
| 16432363 | 2 years ago | | | 0 | 0.00073241618 | |
| 16423102 | 2 years ago | | | 0 | 0.0011805430 | |
| 16097884 | 2 years ago | | | 0 | 0.00074861546 | |
| 15423788 | 2 years ago | | | 0 | 0.0015546500 |
ABI
ABI objects
Getter at block 21245856
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BITSDAQ TOKEN
owner() view returns (address)
0xa63a6bdc03563727465aa2c1dab3ebae73d74bcc
paused() view returns (bool)
false
releaseAgent() view returns (address)
0xcd1dac3bd7a02b00624991cfbc0a52a6a59416da
released() view returns (bool)
true
symbol() view returns (string)
BQQQ
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
transferAgents(address) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 amount) returns (bool)
pause()
releaseTokenTransfer()
renounceMinter()
renounceOwnership()
renouncePauser()
setReleaseAgent(address addr)
setTransferAgent(address addr, bool state)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor(string _tokenName, string _tokenSymbol, uint256 _initialSupply, uint8 _tokenDecimals, uint256 _tokenCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.