BankEth
Verified contract
Active on
Ethereum with 11,820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x590c…9a43
0x340a…779f
0x7555…7fae
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GREEN | ERC-20 | 5B | -- | -- | |
BANKETH | ERC-20 | 220K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276126 | a day ago | | | 0 | 0.0038318150 | |
| 21265131 | 3 days ago | | | 0 | 0.0013042550 | |
| 21258456 | 4 days ago | | | 0 | 0.00034535338 | |
| 21215021 | 10 days ago | | | 0 | 0.00065392776 | |
| 21215007 | 10 days ago | | | 0 | 0.00060096102 | |
| 21214210 | 10 days ago | | | 0 | 0.0055138004 | |
| 21211466 | 10 days ago | | | 0 | 0.0070135680 | |
| 21208621 | 11 days ago | | | 0 | 0.00059348080 | |
| 21208550 | 11 days ago | | | 0 | 0.00068629407 | |
| 21207624 | 11 days ago | | | 0 | 0.00026428560 |
ABI
ABI objects
Getter at block 21284394
antibotEnabled() view returns (bool)
false
bankFee() view returns (uint256)
10
decimals() view returns (uint8)
18
devAddress() view returns (address)
0x7555de0c971c73c85460f5fb6f53aa6c4fcd7fae
devFee() view returns (uint256)
1
dividendTracker() view returns (address)
0x340acf0e012a196feccbfa065f5b43748d8f779f
getNumberOfDividendTokenHolders() view returns (uint256)
1490
getTotalDividendsDistributed() view returns (uint256)
1065238862246150097681
maxDailyTransferAmount() view returns (uint256)
2000000000000000000000000
maxPurchaseEnabled() view returns (bool)
false
name() view returns (string)
BankEth
owner() view returns (address)
0xcae52c6a439f9f5379815f6a2c9e77bcebee5284
swapTokensAtAmount() view returns (uint256)
200000000000000000000000
symbol() view returns (string)
BANKETH
totalFee() view returns (uint256)
11
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingStartTime() view returns (uint256)
1627390800
uniswapV2Pair() view returns (address)
0xcb1a16bfb8fc536d7ab9ab9c17e3239cad505928
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
canTransferBeforeTradingIsEnabled(address) view returns (bool)
dailyTransfers(uint256, address) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccount(address _account) view returns (uint256 withdrawableDividends, uint256 withdrawnDividends, uint256 balance)
isExcludedFromDailyLimit(address) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
lastTransfer(address) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events allowPreTrading(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
assignAntiBot(address _address)
claim(bool reinvest, uint256 minTokens)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDailyLimit(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reinvestInactive(address account)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setMaxPurchaseAmount(uint256 newAmount)
setMaxPurchaseEnabled(bool enabled)
setTradingStartTime(uint256 newStartTime)
toggleAntiBot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevAddress(address newAddress)
updateDividendTracker(address newAddress)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
DividendClaimed(uint256 ethAmount, uint256 tokenAmount, address account)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendDividends(uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateDividendTracker(address indexed newAddress, address indexed oldAddress)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.