Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BALD | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14166169 | 7 months ago | | | 0 | 0.000078183683 | |
| 13470621 | 7 months ago | | | 0 | 0.0000016788339 | |
| 4361927 | a year ago | | | 0 | 0.000000074970000000 | |
| 4205922 | a year ago | | | 0 | 0.0000026489400 | |
| 2498525 | a year ago | | | 0 | 0.00011617801 | |
| 2262085 | a year ago | | | 0 | 0.000027489000 | |
| 2237317 | a year ago | | | 0 | 0.0000099960000 | |
| 2069063 | a year ago | | | 0 | 0.000037485002 | |
| 2050071 | a year ago | | | 0 | 0.000027489000 | |
| 2047735 | a year ago | | | 0 | 0.000070911003 |
ABI
ABI objects
Getter at block 22764955
ALWAYS_TAXED_FROM() view returns (bytes32)
0x3c9053d8d897bea84f1a2e8814845cc40f47b0a508dc93e56bc37c81c21a3b78
ALWAYS_TAXED_TO() view returns (bytes32)
0xdb1f6cc858f64c436f0ba814bf59b72262e27f9b82ae65442c00c7cfad070f35
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NOT_TAXED_FROM() view returns (bytes32)
0x5a8e93afc88a8f41c32a59ead48949c995bbbd1ca15b8a3f9b53ed2443461237
NOT_TAXED_TO() view returns (bytes32)
0x651dbafbf0066bfdd2c717cccc977cff67bf8877ed830ce641731c2e8837c0ff
deadaddr() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
name() view returns (string)
BALD 2.0
owner() view returns (address)
0xa40f776c54f8c888d893bc8951b87f077adfad1e
symbol() view returns (string)
BALD
taxdestination() view returns (address)
0x90902b1e3980bf4d23527ed6c4f248cb60f9ad92
taxed() view returns (bool)
true
thetax() view returns (uint256)
100
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTax()
enableTax()
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTax(uint256 newtax)
updateTaxDestination(address newdestination)
whitelisttax(address _user)
whitelisttaxFROM(address _user)
whitelisttaxTO(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TaxChanged(address account)
TaxDestinationChanged(address account)
TaxOff(address account)
TaxOn(address account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(bool __taxed, uint256 __thetax, uint256 __maxtax, uint256 __mintax, address __owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.