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 "BOFA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20698308 | 3 months ago | | | 0 | 0.000095465044 | |
| 20698270 | 3 months ago | | | 0 | 0.00010275169 | |
| 20477018 | 4 months ago | | | 0 | 0.00035186799 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 | |
| 20345914 | 4 months ago | | | 0 | 0.00012742695 |
ABI
ABI objects
Getter at block 21307351
decimals() view returns (uint8)
18
feeReceiver() view returns (address)
0x6116286f19efc3db0320ea28d20f0624de6a7fda
initialPoolOpen() view returns (bool)
false
maxSupply() view returns (uint256)
1000000000000000000000000000000
maxTransaction() view returns (bool)
true
name() view returns (string)
BOFA
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BOFA
taxEnabled() view returns (bool)
true
totalDeposits() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
depositors(uint256) view returns (address)
deposits(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable
distributeTokens()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
isMaxTransaction(bool enabled)
isPoolOpen(bool enabled)
isTaxEnabled(bool enabled)
refund()
renounceOwnership()
setFeeReceiver(address receiver)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.