Banana Plantation
Verified contract
Active on
Ethereum with 180 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0c3a…1228
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BP | ERC-20 | 129.636K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109048 | a month ago | | | 0 | 0.00030736134 | |
| 21109002 | a month ago | | | 0 | 0.00036245208 | |
| 21108893 | a month ago | | | 0 | 0.00022141393 | |
| 21108817 | a month ago | | | 0 | 0.00027464510 | |
| 21067354 | 2 months ago | | | 0 | 0.00049731318 | |
| 19310765 | 10 months ago | | | 0 | 0.0012685219 | |
| 18161521 | a year ago | | | 0 | 0.00021124376 | |
| 18154271 | a year ago | | | 0 | 0.00042555347 | |
| 18143962 | a year ago | | | 0 | 0.0010713098 | |
| 18141994 | a year ago | | | 0 | 0.00097489240 |
ABI
ABI objects
Getter at block 21405810
BANANA() view returns (address)
0x38e68a37e401f7271568cecaac63c6b1e19130b4
blacklistEnabled() view returns (bool)
false
deadBlocks() view returns (uint256)
0
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
66019747000000000
getOwner() view returns (address)
0x000000000000000000000000000000000000dead
getTotalClaimed() view returns (uint256)
111011593257331053558
getTotalDividends() view returns (uint256)
126899921933126716920
marketingWallet() view returns (address)
0x7630b9ade82d0742df6cd3a947df02792a88592c
name() pure returns (string)
Banana Plantation
numTokensSellToAddToLiquidity() view returns (uint256)
348484845000000
pair() view returns (address)
0x1ade632cbe372c5440cea1dce64c26a8a8364f70
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() pure returns (string)
BP
totalSupply() view returns (uint256)
69696969000000000
treasuryWallet() view returns (address)
0x0c3a164212823d63b488c744b2c6e27f8ce81228
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkBot(address account) view returns (bool)
getClaimableDividendOf(address shareholder) view returns (uint256)
getDividendsClaimedOf(address shareholder) view returns (uint256)
isOwner(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
claimDividend()
claimDividend(address holder)
manualBurn(uint256 amount) returns (bool)
manualSend()
openTrading(uint256 _deadBlocks)
removeBuyLimit()
setBlacklistEnabled()
setBot(address _address, bool toggle)
setFee(uint256 _fee)
setIsDividendExempt(address holder, bool exempt)
setIsFeeExempt(address holder, bool exempt)
setMarketingWallet(address _marketingWallet)
setSwapThresholdAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
receive()
This contract contains no error objects.