Best Friend
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Best Friend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20785518 | 2 months ago | | | 0 | 0.00098320179 | |
| 20785516 | 2 months ago | | | 0 | 0.00057947985 | |
| 20785371 | 2 months ago | | | 0 | 0.0014404614 | |
| 20785337 | 2 months ago | | | 0 | 0.0020786797 | |
| 20785337 | 2 months ago | | | 0 | 0.0014854246 | |
| 20785336 | 2 months ago | | | 0 | 0.0013675748 | |
| 20785295 | 2 months ago | | | 0 | 0.0012189395 |
ABI
ABI objects
Getter at block 21264448
Community() view returns (address)
0x261676b805d80540523c7f13835a49c681aa67d6
Marketing() view returns (address)
0x0f78b8eabebad24f26cbd8af0660cd49c22de718
Pair() view returns (address)
0xb6a594ab8f6fef54789c3c474e9c3eed91cb365f
Team() view returns (address)
0xf6f07feb3501afa18116a71a98de13eeaa5a8aa7
buytax() view returns (uint256)
0
changeMe() pure returns (uint256)
1
currentAllow() view returns (uint256)
0
decimals() view returns (uint8)
18
getChainID() view returns (uint256)
1
getOpenedTrade() view returns (bool)
true
maxBuyAmount() view returns (uint256)
0
minBuyAmount() view returns (uint256)
0
name() view returns (string)
Best Friend
openedTrade() view returns (bool)
true
owner() view returns (address)
0xe906d1b999bbba11257419f74c3ee98376c3c573
selltax() view returns (uint256)
100
symbol() view returns (string)
BF
tokenName() view returns (string)
Best Friend
tokenSymbol() view returns (string)
BF
totalSupply() view returns (uint256)
1000000000000000000000000000000
univ2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
DataAvailable(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exclusive(address) view returns (bool)
listRouter(uint256) view returns (address)
State-modifying
Events Approve(address[] list)
BurnLq(address account, uint256 value)
LockLq(address account_, uint256 value, uint256 _time)
UpdateMaximumSwapTokenAmount(uint256 _maxBuyAmount)
UpdateMinimumSwapTokenAmount(uint256 _minBuyAmount)
activateTrading()
airdropTokens(address[] list, uint256[] amount)
approve(address spender, uint256 value) returns (bool)
chageNameAndSymbol(string newName, string newSymbol)
renounceOwnership()
setExclusive(address _exclusive)
setPair(address _pair, uint256 _st)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawStuckToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)