Meme Buddy
Verified contract
Active on
Ethereum with 107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUDDY | ERC-20 | 2.471581B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20604654 | 3 months ago | | | 0 | 0.000037349602 | |
| 20604645 | 3 months ago | | | 0 | 0.000032681730 | |
| 20604635 | 3 months ago | | | 0 | 0.000033404870 | |
| 20010768 | 5 months ago | | | 0 | 0.00034225338 | |
| 19929715 | 6 months ago | | | 0 | 0.00024672165 | |
| 19902227 | 6 months ago | | | 0 | 0.00010897955 | |
| 19902220 | 6 months ago | | | 0 | 0.00010317495 | |
| 19902214 | 6 months ago | | | 0 | 0.000094861686 | |
| 19902212 | 6 months ago | | | 0 | 0.00011045742 | |
| 19902205 | 6 months ago | | | 0 | 0.00011054696 |
ABI
ABI objects
Getter at block 21214100
DOMAIN_SEPARATOR() view returns (bytes32)
0x026d71c15daaf3d8a69551502570c739995559d15ca41e8b9aabdcce9f850302
buyTaxRate() view returns (uint256)
2
decimals() view returns (uint8)
18
name() view returns (string)
Meme Buddy
owner() view returns (address)
0xbaebae2e27db47829c4f768117b4406751cb5239
rewardsPool() view returns (address)
0xfa4bf5245cbbaf2b2b236b9329a1f91440f81bec
sellTaxRate() view returns (uint256)
8
symbol() view returns (string)
BUDDY
totalSupply() view returns (uint256)
420000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isExcludedFromTax(address) view returns (bool)
nonces(address) view returns (uint256)
taxableAddresses(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setExcludedFromTax(address _account, bool isExcluded)
setRewardsPool(address _rewardsPool)
setTaxable(address _address, bool isTaxable)
setUniswap(address _weth, address _uniswapRouter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
RewardsWithdrawn(uint256 amount)
SetExcludedFromTax(address account, bool isExcluded)
SetRewardsPool(address rewardsPool)
SetTaxable(address account, bool isTaxable)
SetUniswap(address weth, address uniswapV2Router)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdrawn(uint256 amount)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _buyTaxRate, uint256 _sellTaxRate)
receive()
This contract contains no error objects.