The_Big_Heart_Token
Verified contract
Active on
Ethereum with 44 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BH | ERC-20 | 7.117227 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19556318 | 8 months ago | | | 0 | 0.00057684022 | |
| 19316771 | 9 months ago | | | 0 | 0.00099651693 | |
| 19266909 | 9 months ago | | | 0 | 0.0010823968 | |
| 19241493 | 9 months ago | | | 0 | 0.0018325080 | |
| 19155739 | 10 months ago | | | 0 | 0.00062975639 | |
| 19149921 | 10 months ago | | | 0 | 0.00065113249 | |
| 19124437 | 10 months ago | | | 0 | 0.00068713776 | |
| 19124429 | 10 months ago | | | 0 | 0.00070253301 | |
| 19120138 | 10 months ago | | | 0 | 0.0018624252 | |
| 19120129 | 10 months ago | | | 0 | 0.0018585584 |
ABI
ABI objects
Getter at block 21266566
DOMAIN_SEPARATOR() view returns (bytes32)
0x5fe15622dd08cdb3a137633040b7a110a7fb5f73803b3e9ede85329cbef0fa0f
decimals() pure returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=The Big Heart Token, version=1, chainId=1, verifyingContract=0x39c3f47f2f757643f0e100b788d854777a244fa4, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
138727305
maxSupply() view returns (uint256)
10000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000
name() view returns (string)
The Big Heart Token
owner() view returns (address)
0x5aba862ad596b7ad369593f29a89fdae032ff244
pairV2() view returns (address)
0x052242b2dfcfb711f225af4c8856d816d4b0380c
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
BH
thebighearttaxesAddress() view returns (address)
0x5aba862ad596b7ad369593f29a89fdae032ff244
totalSupply() view returns (uint256)
2531182569057
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
autoBurnFees(uint256) view returns (uint16)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
nonces(address owner) view returns (uint256)
thebighearttaxesFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
autoBurnFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setAMMPair(address pair, bool isPair)
thebighearttaxesAddressSetup(address _newAddress)
thebighearttaxesFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
autoBurnFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
autoBurned(uint256 amount)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
thebighearttaxesAddressUpdated(address thebighearttaxesAddress)
thebighearttaxesFeeSent(address recipient, uint256 amount)
thebighearttaxesFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
InvalidShortString()
StringTooLong(string str)