Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000719 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19679879 | 2 months ago | | | 0 | 6.8586054e-7 | |
| 16342937 | 4 months ago | | | 0 | 0.000000405422543120 | |
| 15849787 | 5 months ago | | | 0 | 2.2131200e-7 | |
| 15778520 | 5 months ago | | | 0 | 4.2551425e-7 | |
| 15632439 | 5 months ago | | | 0 | 6.7938069e-7 | |
| 15632158 | 5 months ago | | | 0 | 9.4179801e-7 | |
| 15367842 | 5 months ago | | | 0 | 6.5032467e-7 | |
| 15367570 | 5 months ago | | | 0 | 9.4055241e-7 | |
| 15361861 | 5 months ago | | | 0 | 3.8254637e-7 | |
| 15086049 | 5 months ago | | | 0 | 3.8747993e-7 |
ABI
ABI objects
Getter at block 22153442
Optimization() view returns (uint256)
7053120082542404942724124897
decimals() view returns (uint8)
18
name() view returns (string)
DigitalBay
owner() view returns (address)
0xec8b25cdeddcc4af2f40a494d27a2412489cc7de
paused() view returns (bool)
false
symbol() view returns (string)
DBC
taxStatus() view returns (bool)
true
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
_isEnemy(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
State-modifying
Events EnemyAddress(address account, bool value)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTax()
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeExclude(address account)
renounceOwnership()
setBuyTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setSellTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setTaxWallets(address dev, address marketing, address charity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerTax()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _tokenName, string _tokenSymbol, uint256 _supply, address[6] _addr, uint256[8] _value)
receive()
This contract contains no error objects.