Baby Hamster
Verified contract
Active on
Ethereum with 150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BHAMS | ERC-20 | 277.760016K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18380303 | a year ago | | | 0 | 0.00031891496 | |
| 18202844 | a year ago | | | 0 | 0.00038621569 | |
| 18145267 | a year ago | | | 0 | 0.00040090805 | |
| 18001381 | a year ago | | | 0 | 0.00089374122 | |
| 17941671 | a year ago | | | 0 | 0.0012033582 | |
| 17816078 | a year ago | | | 0 | 0.0012972996 | |
| 17770740 | a year ago | | | 0 | 0.0022899905 | |
| 17758453 | a year ago | | | 0 | 0.00092791678 | |
| 17755822 | a year ago | | | 0 | 0.00062498886 | |
| 17753782 | a year ago | | | 0 | 0.00087008123 |
ABI
ABI objects
Getter at block 21220810
Optimization() view returns (uint256)
75312004545702373626548225491
decimals() view returns (uint8)
18
name() view returns (string)
Baby Hamster
owner() view returns (address)
0x0000000000000000000000000000000000000001
paused() view returns (bool)
false
symbol() view returns (string)
BHAMS
taxStatus() view returns (bool)
true
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
_isEnemy(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
State-modifying
Events EnemyAddress(address account, bool value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTax()
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeExclude(address account)
renounceOwnership()
setBuyTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setSellTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setTaxWallets(address dev, address marketing, address charity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerTax()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _tokenName, string _tokenSymbol, uint256 _supply, address[6] _addr, uint256[8] _value)
receive()
This contract contains no error objects.