The Penny Bank
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a1a…2f2c
0x51e9…d440
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENNY | ERC-20 | 843.312942 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20394842 | 4 months ago | | | 0 | 0.00020481562 | |
| 20251465 | 5 months ago | | | 0 | 0.000085996575 | |
| 18382309 | a year ago | | | 0 | 0.00055248516 | |
| 18382309 | a year ago | | | 0 | 0.00055248516 | |
| 18382309 | a year ago | | | 0 | 0.00055248516 | |
| 18366002 | a year ago | | | 0 | 0.00041504004 | |
| 18359532 | a year ago | | | 0 | 0.00040717585 | |
| 18359073 | a year ago | | | 0 | 0.00024268914 | |
| 18358965 | a year ago | | | 0 | 0.00026327873 | |
| 18358961 | a year ago | | | 0 | 0.00039214361 |
ABI
ABI objects
Getter at block 21289065
_maxTaxSwap() view returns (uint256)
1000000000000
_maxTxAmount() view returns (uint256)
100000000000000
_maxWalletSize() view returns (uint256)
100000000000000
_taxSwapThreshold() view returns (uint256)
1000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
The Penny Bank
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
PENNY
totalSupply() pure returns (uint256)
100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events addBots(address[] bots_)
approve(address spender, uint256 amount) returns (bool)
delBots(address[] notbot)
openTrading()
removeLimits()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateMaxTxAmount(uint256 maxtxamount)
updateMaxWalletAmount(uint256 maxwalletamount)
updateTax(uint256 _buyTax, uint256 _sellTax)
updateTaxwallet(address taxwallet1, address taxwallet2)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.