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 |
---|---|---|---|---|---|
BREPE | ERC-20 | 64.282446K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12744595 | 7 months ago | | | 0 | 0.000000108458438946 | |
| 12743062 | 7 months ago | | | 0 | 1.1999709e-7 | |
| 12730130 | 7 months ago | | | 0 | 0.0000047825101 | |
| 12729994 | 7 months ago | | | 0 | 1.4688555e-7 |
ABI
ABI objects
Getter at block 21833612
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
64282445964906172440410
getSwapThresholdAmount() view returns (uint256)
404142
maxBuyAmount() view returns (uint256)
100000000000000000000000000
maxSellAmount() view returns (uint256)
100000000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Brepe the CEO
owner() view returns (address)
0xbb0d2c51cbb3395d1b833bde0836fc36b0828de8
pairV2() view returns (address)
0xaf32bdeacb59f02b99cf27085471167e3eb562fb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
BREPE
taxAddress() view returns (address)
0xbb0d2c51cbb3395d1b833bde0836fc36b0828de8
totalSupply() view returns (uint256)
64282445964906253268918
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
taxFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
taxAddressSetup(address _newAddress)
taxFeesSetup(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)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
taxAddressUpdated(address taxAddress)
taxFeeSent(address recipient, uint256 amount)
taxFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.