EBAKERY.FUN
Verified contract
Active on
Ethereum with 1,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.89)
Native
Value
$6.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002157 | $3,193.80 |
$6.89 | |
eBAKE | ERC-20 | 3.811061B | -- | -- | |
CATBOT | ERC-20 | 2.750453K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143222 | 2 days ago | | | 0 | 0.00096278052 | |
| 20999203 | 22 days ago | | | 0 | 0.00039677258 | |
| 20976041 | 25 days ago | | | 0 | 0.00040367167 | |
| 20958094 | a month ago | | | 0 | 0.00058918993 | |
| 20918069 | a month ago | | | 0 | 0.00048313028 | |
| 20903471 | a month ago | | | 0 | 0.00044770387 | |
| 20899773 | a month ago | | | 0 | 0.00043130035 | |
| 20896469 | a month ago | | | 0 | 0.00022040637 | |
| 20882889 | a month ago | | | 0 | 0.00018033702 | |
| 20863620 | a month ago | | | 0 | 0.00065461221 |
ABI
ABI objects
Getter at block 21158054
buyMarketFee() view returns (uint256)
0
decimals() view returns (uint8)
9
limitsInEffect() view returns (bool)
false
maxTxnSize() view returns (uint256)
10000000000000000000
maxWalletSize() view returns (uint256)
20000000000000000000
mkWallet() view returns (address)
0xd6e2bb5a81a8a9eda63437c7260093566c59a70d
name() view returns (string)
EBAKERY.FUN
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellMarketFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000
symbol() view returns (string)
eBAKE
tokensForMarket() view returns (uint256)
3811060706511216834
totalSupply() view returns (uint256)
1000000000000000000000
tradingActive() view returns (bool)
true
uniswapPair() view returns (address)
0x978ed884cb78d3ff3938e1f50d2aac8a46465e37
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events BuyFees(uint256 newMarketFee)
MaxTxn(uint256 newNum)
MaxWallet(uint256 newNum)
SellFees(uint256 newMarketFee)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTradingWithPermit(uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
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(string name_, string symbol_, uint8 decimals_, uint256 totalNativeSupply_, address marketingWallet_, uint256 buyFee_, uint256 sellFee_)
receive()
This contract contains no error objects.